Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Dcmsg.c211 if (nfp_map->cache_blockers) in nfp_bpf_ctrl_op_cache_get()
252 nfp_map->cache_blockers++; in nfp_bpf_ctrl_op_cache_get()
277 nfp_map->cache_blockers--; in nfp_bpf_ctrl_op_cache_put()
280 if (filler && !nfp_map->cache_blockers && in nfp_bpf_ctrl_op_cache_put()
H A Dmain.h215 u32 cache_blockers; member
H A Doffload.c416 WARN_ON_ONCE(nfp_map->cache_blockers); in nfp_bpf_map_free()