HomeSort by: relevance | last modified time | path
    Searched refs:pcq_peek (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/sys/
pcq.h 44 void * pcq_peek(pcq_t *);
  /src/sys/kern/
subr_pcq.c 107 * (otherwise pcq_peek starts over the CAS loop or fails).
214 * pcq_peek: return the next item from the queue without removal.
217 pcq_peek(pcq_t *pcq) function in typeref:typename:void *
  /src/sys/net/
pktqueue.c 142 KASSERT(pcq_peek(q) == NULL);
493 if (pcq_peek(q) == NULL) {
  /src/sys/dev/pci/ixgbe/
ixgbe.h 718 return (pcq_peek(interq) == NULL);
ix_txrx.c 363 if (pcq_peek(txr->txr_interq) != NULL)
  /src/share/man/man9/
Makefile 769 pcq.9 pcq_peek.9 \
  /src/sys/dev/pci/
if_vmx.c 3228 m_head = pcq_peek(txq->vxtxq_interq);
3356 if (pcq_peek(txq->vxtxq_interq) != NULL)
if_ena.c 3006 while (pcq_peek(tx_ring->br) != NULL &&
3041 is_drbr_empty = pcq_peek(tx_ring->br);
if_aq.c 5814 m = pcq_peek(txring->txr_pcq);
5903 if (pcq_peek(txring->txr_pcq) != NULL)
if_iavf.c 3191 if (pcq_peek(txr->txr_intrq) != NULL)
if_ixl.c 2931 if (pcq_peek(txr->txr_intrq) != NULL)
if_mcx.c 8001 if (pcq_peek(tx->tx_pcq) != NULL) {

Completed in 44 milliseconds