Searched refs:SMALL_SOPS (Results 1 – 1 of 1) sorted by relevance
1101 #define SMALL_SOPS 8 in sys_semop() macro1102 struct sembuf small_sops[SMALL_SOPS]; in sys_semop()1134 if (nsops <= SMALL_SOPS) in sys_semop()