OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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 19 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026