Searched refs:ALQ_WAITOK (Results 1 – 3 of 3) sorted by relevance
59 #define ALQ_WAITOK 0x0002 /* ALQ may sleep. */ macro
437 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()
707 if (alq->aq_writetail >= len || flags & ALQ_WAITOK) { in alq_getn()