HomeSort by: relevance | last modified time | path
    Searched defs:SMALL_SOPS (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/compat/netbsd32/
netbsd32_ipc.c 207 #define SMALL_SOPS 8
215 struct netbsd32_sembuf small_sops[SMALL_SOPS]; local in function:netbsd32_do_semop
226 if (nsops <= SMALL_SOPS) {
227 sops = small_sops;
241 if (sops != small_sops)
259 if (sops != small_sops)
  /src/sys/kern/
sysv_sem.c 803 #define SMALL_SOPS 8
1080 struct sembuf small_sops[SMALL_SOPS]; local in function:do_semop
1089 if (nsops <= SMALL_SOPS) {
1090 sops = small_sops;
1103 if (sops != small_sops)
1120 if (sops != small_sops)

Completed in 15 milliseconds