Home
last modified time | relevance | path

Searched refs:cache_blockers (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/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.h200 * @cache_lock: protects @cache_blockers, @cache_to, @cache
201 * @cache_blockers: number of ops in flight which block caching
215 u32 cache_blockers; member
H A Doffload.c416 WARN_ON_ONCE(nfp_map->cache_blockers); in nfp_bpf_map_free()
/kernel/linux/linux-6.6/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.h200 * @cache_lock: protects @cache_blockers, @cache_to, @cache
201 * @cache_blockers: number of ops in flight which block caching
215 u32 cache_blockers; member
H A Doffload.c416 WARN_ON_ONCE(nfp_map->cache_blockers); in nfp_bpf_map_free()

Completed in 6 milliseconds