OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sleepq_block
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/sys/
sleepq.h
67
int
sleepq_block
(int, bool, const struct syncobj *, int);
/src/sys/kern/
kern_condvar.c
182
(void)
sleepq_block
(0, false, &cv_syncobj, nlocks);
203
error =
sleepq_block
(0, true, &cv_syncobj, nlocks);
226
error =
sleepq_block
(timo, false, &cv_syncobj, nlocks);
251
error =
sleepq_block
(timo, true, &cv_syncobj, nlocks);
kern_turnstile.c
243
* We own the lock: stop here,
sleepq_block
()
433
sleepq_block
(0, false, sobj, nlocks);
kern_synch.c
206
return
sleepq_block
(timo, catch_p, &sleep_syncobj, nlocks);
232
error =
sleepq_block
(timo, catch_p, &sleep_syncobj, nlocks);
259
error =
sleepq_block
(timo, intr, &kpause_syncobj, nlocks);
kern_sleepq.c
336
*
sleepq_block
:
339
*
sleepq_block
() may return early under exceptional conditions, for
345
sleepq_block
(int timo, bool catch_p, syncobj_t *syncobj, int nlocks)
function
382
*
sleepq_block
(). If that happens l_stat will be LSONPROC
sys_lwp.c
544
error =
sleepq_block
(timo, true, &lwp_park_syncobj, 0);
kern_timeout.c
626
sleepq_block
(0, false, &callout_syncobj, nlocks);
sys_select.c
330
error =
sleepq_block
(timo, true, &select_sobj, 0);
/src/sys/rump/librump/rumpkern/
sleepq.c
87
sleepq_block
(int timo, bool catch, syncobj_t *syncobj __unused, int nlocks)
function
Completed in 27 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026