Searched refs:alq_getn (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/sys/
H A Dalq.h114 * alq_getn: Return an entry for direct access
129 struct ale *alq_getn(struct alq *alq, int len, int flags);
133 * alq_post_flags: Schedule the ale retrieved by alq_get/alq_getn for writing.
/freebsd-12-stable/sys/dev/ath/
H A Dif_ath_alq.c62 ale = alq_getn(alq->sc_alq_alq, len, ALQ_NOWAIT);
/freebsd-12-stable/sys/net80211/
H A Dieee80211_alq.c128 ale = alq_getn(ieee80211_alq, len + sizeof(struct ieee80211_alq_rec),
/freebsd-12-stable/sys/kern/
H A Dkern_alq.c400 * This is also required to ensure alq_getn() can't wedge itself.
677 alq_getn(struct alq *alq, int len, int flags) function
826 return (alq_getn(alq, alq->aq_entlen, flags));
864 * alq_getn() while loop, so we use a different wait channel in this case.
/freebsd-12-stable/sys/netinet/
H A Dsiftr.c436 log_buf = alq_getn(siftr_alq, MAX_LOG_MSG_LEN, ALQ_WAITOK);
/freebsd-12-stable/share/man/man9/
H A DMakefile452 alq.9 alq_getn.9 \

Completed in 78 milliseconds