Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_alq.c63 int aq_buflen; /* Total length of our buffer */ member
90 #define HAS_PENDING_DATA(alq) ((alq)->aq_freebytes != (alq)->aq_buflen)
341 totlen = aiov[0].iov_len = alq->aq_buflen - alq->aq_writetail - in alq_doio()
349 aiov[0].iov_len = alq->aq_buflen - alq->aq_writetail - in alq_doio()
388 alq->aq_buflen; in alq_doio()
406 KASSERT((alq->aq_writetail >= 0 && alq->aq_writetail < alq->aq_buflen), in alq_doio()
462 alq->aq_buflen = size; in alq_open_flags()
466 alq->aq_freebytes = alq->aq_buflen; in alq_open_flags()
467 alq->aq_entbuf = malloc(alq->aq_buflen, M_ALD, M_WAITOK|M_ZERO); in alq_open_flags()
513 KASSERT((len > 0 && len <= alq->aq_buflen), in alq_writen()
[all …]