Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/sys/
HDalq.h57 #define ALQ_WAITOK 0x0002 /* ALQ may sleep. */ macro
/freebsd-11-stable/sys/netinet/
HDsiftr.c429 log_buf = alq_getn(siftr_alq, MAX_LOG_MSG_LEN, ALQ_WAITOK); in siftr_process_pkt()
1250 alq_writen(siftr_alq, sbuf_data(s), sbuf_len(s), ALQ_WAITOK); in siftr_manage_ops()
1419 alq_writen(siftr_alq, sbuf_data(s)+i, bytes_to_write, ALQ_WAITOK); in siftr_manage_ops()
/freebsd-11-stable/sys/kern/
HDkern_alq.c708 if (alq->aq_writetail >= len || flags & ALQ_WAITOK) { in alq_getn()