Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dalq.h59 #define ALQ_WAITOK 0x0002 /* ALQ may sleep. */ macro
/f-stack/freebsd/netinet/
H A Dsiftr.c437 log_buf = alq_getn(siftr_alq, MAX_LOG_MSG_LEN, ALQ_WAITOK); in siftr_process_pkt()
1286 alq_writen(siftr_alq, sbuf_data(s), sbuf_len(s), ALQ_WAITOK); in siftr_manage_ops()
1455 alq_writen(siftr_alq, sbuf_data(s)+i, bytes_to_write, ALQ_WAITOK); in siftr_manage_ops()
/f-stack/freebsd/kern/
H A Dkern_alq.c707 if (alq->aq_writetail >= len || flags & ALQ_WAITOK) { in alq_getn()