OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nlock
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/rump/librump/rumpkern/
scheduler.c
399
int
nlock
;
local in function:rump_unschedule
401
KERNEL_UNLOCK_ALL(l, &
nlock
);
402
KASSERT(
nlock
== 0);
/src/sys/kern/
uipc_usrreq.c
318
kmutex_t *olock, *
nlock
;
local in function:unp_resetlock
324
nlock
= uipc_lock;
325
if (olock ==
nlock
)
330
mutex_obj_hold(
nlock
);
331
mutex_enter(
nlock
);
332
solockreset(so,
nlock
);
Completed in 13 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025