Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/kern/
Dsubr_turnstile.c1083 print_queue(struct threadqueue *queue, const char *header, const char *prefix) in print_queue() function
1137 print_queue(&ts->ts_blocked[TS_SHARED_QUEUE], "Shared Waiters", "\t"); in DB_SHOW_COMMAND()
1138 print_queue(&ts->ts_blocked[TS_EXCLUSIVE_QUEUE], "Exclusive Waiters", in DB_SHOW_COMMAND()
1140 print_queue(&ts->ts_pending, "Pending Threads", "\t"); in DB_SHOW_COMMAND()
/freebsd-12-stable/sbin/pfctl/
Dpfctl_parser.h299 void print_queue(const struct pf_altq *, unsigned, struct node_queue_bw *,
Dpfctl_altq.c217 print_queue(a, level, bw, 1, qopts); in print_altq()
263 print_queue(const struct pf_altq *a, unsigned int level, in print_queue() function
Dparse.y5359 print_queue(&pf->paltq->altq, 0, in expand_queue()