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