Lines Matching refs:info
45 static void parse_proc_sysvipc(struct msginfo *info)
73 if (info->msgpool != queue_cnt) {
75 info->msgpool, queue_cnt);
80 if (info->msgmap != msg_cnt) {
82 info->msgpool, msg_cnt);
87 if (info->msgtql != msg_bytes) {
89 info->msgtql, msg_bytes);
102 struct msginfo info;
108 TEST(msgctl(0, MSG_INFO, (struct msqid_ds *)&info));
129 if (cnt == info.msgpool) {
133 cnt, info.msgpool);
136 parse_proc_sysvipc(&info);