Home
last modified time | relevance | path

Searched refs:sleep_syncobj (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/sys/
H A Dsyncobj.h68 extern syncobj_t sleep_syncobj;
/netbsd-src/sys/kern/
H A Dkern_synch.c117 syncobj_t sleep_syncobj = { variable
205 sleepq_enqueue(sq, ident, wmesg, &sleep_syncobj, catch_p); in tsleep()
206 return sleepq_block(timo, catch_p, &sleep_syncobj, nlocks); in tsleep()
230 sleepq_enqueue(sq, ident, wmesg, &sleep_syncobj, catch_p); in mtsleep()
232 error = sleepq_block(timo, catch_p, &sleep_syncobj, nlocks); in mtsleep()
/netbsd-src/sys/rump/librump/rumpkern/
H A Dsleepq.c42 syncobj_t sleep_syncobj; variable