Home
last modified time | relevance | path

Searched defs:alq (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_alq.c59 struct alq { struct
71 * not be first field in the alq struct argument
77 LIST_ENTRY(alq) aq_act; /* List of active queues */ argument
127 ald_add(struct alq *alq) in ald_add()
149 ald_rem(struct alq *alq) in ald_rem()
195 struct alq *alq; in ald_daemon() local
231 struct alq *alq; in ald_shutdown() local
309 alq_doio(struct alq *alq) in alq_doio()
436 struct alq *alq; in alq_open_flags() local
885 alq_flush(struct alq *alq) in alq_flush()
[all …]
/f-stack/freebsd/sys/
H A Dalq.h141 alq_post(struct alq *alq, struct ale *ale) in alq_post()