Home
last modified time | relevance | path

Searched defs:sleepq_add (Results 1 – 3 of 3) sorted by relevance

/f-stack/lib/include/vm/
H A Duma_int.h50 #define sleepq_add(a, b, c, d, e) do {} while(0) macro
/f-stack/lib/
H A Dff_kern_timeout.c111 #define sleepq_add(a, b, c, d, e) do {} while(0) macro
/f-stack/freebsd/kern/
H A Dsubr_sleepqueue.c309 sleepq_add(const void *wchan, struct lock_object *lock, const char *wmesg, in sleepq_add() function