/development/ndk/platforms/android-9/include/linux/ |
msg.h | 51 int msgmni; member in struct:msginfo 57 #define MSGMNI 16 61 #define MSGPOOL (MSGMNI*MSGMNB/1024)
|
/external/ltp/testcases/kernel/syscalls/ipc/msgctl/ |
msgctl08.c | 57 static int MSGMNI, nprocs, nreps; 101 nprocs = MSGMNI; 111 if (atoi(argv[2]) > MSGMNI) { 114 MSGMNI); 115 nprocs = MSGMNI; 323 * Since msgmni scales to the memory size, it may reach huge values 327 MSGMNI = min(nr_msgqs, NR_MSGQUEUES);
|
msgctl09.c | 58 static int nprocs, nreps, nkids, MSGMNI; 106 nprocs = MSGMNI; 117 if (atoi(argv[2]) > MSGMNI) { 120 MSGMNI); 121 nprocs = MSGMNI; 448 * Since msgmni scales to the memory size, it may reach huge values 452 MSGMNI = min(nr_msgqs, NR_MSGQUEUES);
|
msgctl10.c | 24 * Same as msgctl08 but gets the actual msgmni value under procfs. 54 static int MSGMNI, nprocs, nreps; 98 nprocs = MSGMNI; 108 if (atoi(argv[2]) > MSGMNI) { 111 MSGMNI); 112 nprocs = MSGMNI; 309 MSGMNI = nr_msgqs - get_used_msgqueues(); 310 if (MSGMNI > MAXNPROCS) 311 MSGMNI = MAXNPROCS; 312 if (MSGMNI <= 0) [all...] |
/prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/ |
msg.h | 51 int msgmni; member in struct:msginfo 57 #define MSGMNI 16 61 #define MSGPOOL (MSGMNI*MSGMNB/1024)
|
/prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/ |
msg.h | 51 int msgmni; member in struct:msginfo 57 #define MSGMNI 16 61 #define MSGPOOL (MSGMNI*MSGMNB/1024)
|
/prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/ |
msg.h | 51 int msgmni; member in struct:msginfo 57 #define MSGMNI 16 61 #define MSGPOOL (MSGMNI*MSGMNB/1024)
|
/prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/ |
msg.h | 51 int msgmni; member in struct:msginfo 57 #define MSGMNI 16 61 #define MSGPOOL (MSGMNI*MSGMNB/1024)
|
/prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/ |
msg.h | 51 int msgmni; member in struct:msginfo 57 #define MSGMNI 16 61 #define MSGPOOL (MSGMNI*MSGMNB/1024)
|
/prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/ |
msg.h | 51 int msgmni; member in struct:msginfo 57 #define MSGMNI 16 61 #define MSGPOOL (MSGMNI*MSGMNB/1024)
|
/prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/ |
msg.h | 51 int msgmni; member in struct:msginfo 57 #define MSGMNI 16 61 #define MSGPOOL (MSGMNI*MSGMNB/1024)
|
/prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/ |
msg.h | 51 int msgmni; member in struct:msginfo 57 #define MSGMNI 16 61 #define MSGPOOL (MSGMNI*MSGMNB/1024)
|
/prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/linux/ |
msg.h | 51 int msgmni; member in struct:msginfo 57 #define MSGMNI 16 61 #define MSGPOOL (MSGMNI*MSGMNB/1024)
|
/prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/linux/ |
msg.h | 51 int msgmni; member in struct:msginfo 57 #define MSGMNI 16 61 #define MSGPOOL (MSGMNI*MSGMNB/1024)
|
/prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/linux/ |
msg.h | 51 int msgmni; member in struct:msginfo 57 #define MSGMNI 16 61 #define MSGPOOL (MSGMNI*MSGMNB/1024)
|
/prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/linux/ |
msg.h | 51 int msgmni; member in struct:msginfo 57 #define MSGMNI 16 61 #define MSGPOOL (MSGMNI*MSGMNB/1024)
|
/prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/linux/ |
msg.h | 51 int msgmni; member in struct:msginfo 57 #define MSGMNI 16 61 #define MSGPOOL (MSGMNI*MSGMNB/1024)
|
/prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/linux/ |
msg.h | 51 int msgmni; member in struct:msginfo 57 #define MSGMNI 16 61 #define MSGPOOL (MSGMNI*MSGMNB/1024)
|
/prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/linux/ |
msg.h | 51 int msgmni; member in struct:msginfo 57 #define MSGMNI 16 61 #define MSGPOOL (MSGMNI*MSGMNB/1024)
|
/prebuilts/ndk/r10/platforms/android-17/arch-arm/usr/include/linux/ |
msg.h | 51 int msgmni; member in struct:msginfo 57 #define MSGMNI 16 61 #define MSGPOOL (MSGMNI*MSGMNB/1024)
|
/prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/linux/ |
msg.h | 51 int msgmni; member in struct:msginfo 57 #define MSGMNI 16 61 #define MSGPOOL (MSGMNI*MSGMNB/1024)
|
/prebuilts/ndk/r10/platforms/android-17/arch-x86/usr/include/linux/ |
msg.h | 51 int msgmni; member in struct:msginfo 57 #define MSGMNI 16 61 #define MSGPOOL (MSGMNI*MSGMNB/1024)
|
/prebuilts/ndk/r10/platforms/android-18/arch-arm/usr/include/linux/ |
msg.h | 51 int msgmni; member in struct:msginfo 57 #define MSGMNI 16 61 #define MSGPOOL (MSGMNI*MSGMNB/1024)
|
/prebuilts/ndk/r10/platforms/android-18/arch-mips/usr/include/linux/ |
msg.h | 51 int msgmni; member in struct:msginfo 57 #define MSGMNI 16 61 #define MSGPOOL (MSGMNI*MSGMNB/1024)
|
/prebuilts/ndk/r10/platforms/android-18/arch-x86/usr/include/linux/ |
msg.h | 51 int msgmni; member in struct:msginfo 57 #define MSGMNI 16 61 #define MSGPOOL (MSGMNI*MSGMNB/1024)
|