Home
last modified time | relevance | path

Searched refs:NR_MSGQUEUES (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/include/
Dipcmsg.h44 #define NR_MSGQUEUES 16 /* MSGMNI as defined in linux/msg.h */ macro
Dlibnewipc.h33 #define NR_MSGQUEUES 16 macro
/third_party/ltp/testcases/kernel/syscalls/ipc/msgstress/
Dmsgstress01.c283 MSGMNI = MIN(nr_msgqs, NR_MSGQUEUES); in setup()
Dmsgstress02.c388 MSGMNI = MIN(nr_msgqs, NR_MSGQUEUES); in setup()