HomeSort by: relevance | last modified time | path
    Searched refs: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
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
1081 struct sembuf small_sops[SMALL_SOPS]; local
1090 if (nsops <= SMALL_SOPS) {
1091 sops = small_sops;
1104 if (sops != small_sops)
1121 if (sops != small_sops)

Completed in 16 milliseconds