Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dparse.y5905 print_queue(&pf->paltq->altq, 0, in expand_queue()
H A Dpfctl_altq.c212 print_queue(a, level, bw, 1, qopts); in print_altq()
258 print_queue(const struct pf_altq *a, unsigned int level, in print_queue() function
H A Dpfctl_parser.h317 void print_queue(const struct pf_altq *, unsigned, struct node_queue_bw *,
/freebsd/sys/kern/
H A Dsubr_turnstile.c1102 print_queue(struct threadqueue *queue, const char *header, const char *prefix) in print_queue() function
1156 print_queue(&ts->ts_blocked[TS_SHARED_QUEUE], "Shared Waiters", "\t"); in DB_SHOW_COMMAND()
1157 print_queue(&ts->ts_blocked[TS_EXCLUSIVE_QUEUE], "Exclusive Waiters", in DB_SHOW_COMMAND()
1159 print_queue(&ts->ts_pending, "Pending Threads", "\t"); in DB_SHOW_COMMAND()