Home
last modified time | relevance | path

Searched defs:TQ_SLEEP (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dtaskq.h76 #define TQ_SLEEP 0x00 /* Can block for memory */ macro
/f-stack/freebsd/kern/
H A Dsubr_taskqueue.c122 TQ_SLEEP(struct taskqueue *tq, void *p, const char *wm) in TQ_SLEEP() function
129 #define TQ_SLEEP(a, b, c) break; macro
H A Dsubr_gtaskqueue.c118 TQ_SLEEP(struct gtaskqueue *tq, void *p, const char *wm) in TQ_SLEEP() function
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dtaskq.h51 #define TQ_SLEEP 0x00000000 macro