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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/ipc/
H A Dsem.c104 #define SEMMSL_FAST 256 /* 512 bytes on stack */ macro
852 ushort fast_sem_io[SEMMSL_FAST];
879 if(nsems > SEMMSL_FAST) {
911 if(nsems > SEMMSL_FAST) {

Completed in 88 milliseconds