Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_pkt.c116 uint32_t nuse, puse; in bpf_eth_cbi_wait() local
121 puse = cbi->use; in bpf_eth_cbi_wait()
124 if ((puse & BPF_ETH_CBI_INUSE) != 0) { in bpf_eth_cbi_wait()
129 } while (nuse == puse); in bpf_eth_cbi_wait()