Searched refs:pcq_put (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/sys/sys/
H A Dpcq.h43 bool pcq_put(pcq_t *, void *);
/netbsd-current/sys/kern/
H A Dsubr_pcq.c35 * Summary of the producer algorithm in pcq_put (may run many in
77 * Theorem 1. For pcq_put call that leads into pcq_get:
79 * item at C6, so items placed by pcq_put can be safely used by
100 * Theorem 2. For pcq_get call followed by pcq_put: Nulling out
176 * pcq_put: place an item at the end of the queue.
179 pcq_put(pcq_t *pcq, void *item) function
250 * or wakeup) being generated after the producer's pcq_put(),
267 * to pcq_items[c] by pcq_put().
/netbsd-current/sys/net/
H A Dpktqueue.c426 if (__predict_false(!pcq_put(pktq_pcq(pq, ci), m))) {
497 while (!pcq_put(q, PKTQ_MARKER)) {
660 while (!pcq_put(q, m)) {
H A Dif_gre.c209 if (!pcq_put(bq->bq_q, m)) {
/netbsd-current/sys/dev/
H A Dsequencer.c1431 pcq_put(sc->pcq, qi.qi_ptr);
/netbsd-current/share/man/man9/
H A DMakefile760 pcq.9 pcq_put.9
/netbsd-current/sys/net/lagg/
H A Dif_lagg_lacp.c1265 if (pcq_put(lsc->lsc_du_q, (void *)m)) {
/netbsd-current/sys/dev/pci/
H A Dif_vioif.c842 if (__predict_false(!pcq_put(txc->txc_intrq, m))) {
H A Dif_vmx.c3322 if (__predict_false(!pcq_put(txq->vxtxq_interq, m))) {
H A Dif_ena.c3042 ret = pcq_put(tx_ring->br, m);
H A Dif_iavf.c3154 if (__predict_false(!pcq_put(txr->txr_intrq, m))) {
H A Dif_aq.c5881 if (__predict_false(!pcq_put(txring->txr_pcq, m))) {
H A Dif_ixl.c2895 if (__predict_false(!pcq_put(txr->txr_intrq, m))) {
H A Dif_wm.c8905 if (__predict_false(!pcq_put(txq->txq_interq, m))) {
9512 if (__predict_false(!pcq_put(txq->txq_interq, m))) {
H A Dif_mcx.c7978 if (__predict_false(!pcq_put(tx->tx_pcq, m))) {
/netbsd-current/sys/dev/pci/ixgbe/
H A Dix_txrx.c253 if (__predict_false(!pcq_put(txr->txr_interq, m))) {
/netbsd-current/sys/dev/pci/igc/
H A Dif_igc.c1661 if (__predict_false(!pcq_put(txr->txr_interq, m))) {
/netbsd-current/sys/dev/hyperv/
H A Dif_hvn.c1205 if (__predict_false(!pcq_put(txr->txr_interq, m))) {

Completed in 582 milliseconds