Searched refs:DFLT_MSGMAX (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/ipc/
H A Dmqueue.c55 #define DFLT_MSGMAX 10 /* max number of messages in each queue */ macro
98 static unsigned int msg_max = DFLT_MSGMAX;
141 info->attr.mq_maxmsg = DFLT_MSGMAX;
1192 static int msg_max_limit_min = DFLT_MSGMAX;

Completed in 44 milliseconds