Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/netronome/nfp/bpf/
Dcmsg.c200 u32 *cache_gen) in nfp_bpf_ctrl_op_cache_get() argument
210 *cache_gen = nfp_map->cache_gen; in nfp_bpf_ctrl_op_cache_get()
263 struct sk_buff *skb, u32 cache_gen) in nfp_bpf_ctrl_op_cache_put() argument
278 nfp_map->cache_gen++; in nfp_bpf_ctrl_op_cache_put()
281 nfp_map->cache_gen == cache_gen) { in nfp_bpf_ctrl_op_cache_put()
302 u32 cache_gen; in nfp_bpf_ctrl_entry_op() local
311 out_value, &cache_gen); in nfp_bpf_ctrl_entry_op()
373 nfp_bpf_ctrl_op_cache_put(nfp_map, op, skb, cache_gen); in nfp_bpf_ctrl_entry_op()
379 nfp_bpf_ctrl_op_cache_put(nfp_map, op, NULL, cache_gen); in nfp_bpf_ctrl_entry_op()
Dmain.h216 u32 cache_gen; member
/Linux-v5.4/fs/btrfs/
Dsuper.c432 u64 cache_gen; in btrfs_parse_options() local
441 cache_gen = btrfs_super_cache_generation(info->super_copy); in btrfs_parse_options()
444 else if (cache_gen) in btrfs_parse_options()
Dblock-group.c1700 u64 cache_gen; in btrfs_read_block_groups() local
1715 cache_gen = btrfs_super_cache_generation(info->super_copy); in btrfs_read_block_groups()
1717 btrfs_super_generation(info->super_copy) != cache_gen) in btrfs_read_block_groups()