Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_turnstile.c1104 print_queue(struct threadqueue *queue, const char *header, const char *prefix) in print_queue() function
1158 print_queue(&ts->ts_blocked[TS_SHARED_QUEUE], "Shared Waiters", "\t"); in DB_SHOW_COMMAND()
1159 print_queue(&ts->ts_blocked[TS_EXCLUSIVE_QUEUE], "Exclusive Waiters", in DB_SHOW_COMMAND()
1161 print_queue(&ts->ts_pending, "Pending Threads", "\t"); in DB_SHOW_COMMAND()