Searched refs:print_queue (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/sys/kern/ |
| D | subr_turnstile.c | 1083 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/ |
| D | pfctl_parser.h | 299 void print_queue(const struct pf_altq *, unsigned, struct node_queue_bw *,
|
| D | pfctl_altq.c | 217 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
|
| D | parse.y | 5359 print_queue(&pf->paltq->altq, 0, in expand_queue()
|