Home
last modified time | relevance | path

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

/linux/net/packet/
H A Dinternal.h66 unsigned int __percpu *pending_refcnt; member
H A Daf_packet.c1201 this_cpu_inc(*rb->pending_refcnt); in packet_inc_pending()
1206 this_cpu_dec(*rb->pending_refcnt); in packet_dec_pending()
1215 if (rb->pending_refcnt == NULL) in packet_read_pending()
1219 refcnt += *per_cpu_ptr(rb->pending_refcnt, cpu); in packet_read_pending()
1226 po->rx_ring.pending_refcnt = NULL; in packet_alloc_pending()
1228 po->tx_ring.pending_refcnt = alloc_percpu(unsigned int); in packet_alloc_pending()
1229 if (unlikely(po->tx_ring.pending_refcnt == NULL)) in packet_alloc_pending()
1237 free_percpu(po->tx_ring.pending_refcnt); in packet_free_pending()