sys_mqueue.c | 74 static u_int mq_prio_max = MQ_PRIO_MAX; variable in typeref:typename:u_int 304 * sorted list used only when mq_prio_max is increased via sysctl. 796 if (msg_prio >= mq_prio_max) 1169 CTLTYPE_INT, "mq_prio_max", 1171 NULL, 0, &mq_prio_max, 0,
|