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

/linux-master/ipc/
H A Dsem.c177 #define SEMMSL_FAST 256 /* 512 bytes on stack */ macro
1411 ushort fast_sem_io[SEMMSL_FAST];
1443 if (nsems > SEMMSL_FAST) {
1484 if (nsems > SEMMSL_FAST) {

Completed in 317 milliseconds