Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/kern/
Dkern_alq.c64 int aq_buflen; /* Total length of our buffer */ member
91 #define HAS_PENDING_DATA(alq) ((alq)->aq_freebytes != (alq)->aq_buflen)
340 totlen = aiov[0].iov_len = alq->aq_buflen - alq->aq_writetail - in alq_doio()
348 aiov[0].iov_len = alq->aq_buflen - alq->aq_writetail - in alq_doio()
387 alq->aq_buflen; in alq_doio()
405 KASSERT((alq->aq_writetail >= 0 && alq->aq_writetail < alq->aq_buflen), in alq_doio()
464 alq->aq_buflen = size; in alq_open_flags()
468 alq->aq_freebytes = alq->aq_buflen; in alq_open_flags()
469 alq->aq_entbuf = malloc(alq->aq_buflen, M_ALD, M_WAITOK|M_ZERO); in alq_open_flags()
516 KASSERT((len > 0 && len <= alq->aq_buflen), in alq_writen()
[all …]