Home
last modified time | relevance | path

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

/linux/net/packet/
H A Dinternal.h71 unsigned int __percpu *pending_refcnt; member
H A Daf_packet.c1252 this_cpu_inc(*rb->pending_refcnt); in packet_inc_pending()
1257 this_cpu_dec(*rb->pending_refcnt); in packet_dec_pending()
1266 if (rb->pending_refcnt == NULL) in packet_read_pending()
1270 refcnt += *per_cpu_ptr(rb->pending_refcnt, cpu); in packet_read_pending()
1277 po->rx_ring.pending_refcnt = NULL; in packet_alloc_pending()
1279 po->tx_ring.pending_refcnt = alloc_percpu(unsigned int); in packet_alloc_pending()
1280 if (unlikely(po->tx_ring.pending_refcnt == NULL)) in packet_alloc_pending()
1288 free_percpu(po->tx_ring.pending_refcnt); in packet_free_pending()