Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Dmap_in_map.c78 const struct bpf_map *meta1) in bpf_map_meta_equal() argument
81 return meta0->map_type == meta1->map_type && in bpf_map_meta_equal()
82 meta0->key_size == meta1->key_size && in bpf_map_meta_equal()
83 meta0->value_size == meta1->value_size && in bpf_map_meta_equal()
84 meta0->map_flags == meta1->map_flags && in bpf_map_meta_equal()
85 meta0->max_entries == meta1->max_entries; in bpf_map_meta_equal()
Dmap_in_map.h15 const struct bpf_map *meta1);
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/bpf/
Djit.c3954 struct nfp_insn_meta *meta1, *meta2; in nfp_bpf_opt_ld_mask() local
3961 nfp_for_each_insn_walk2(nfp_prog, meta1, meta2) { in nfp_bpf_opt_ld_mask()
3964 insn = meta1->insn; in nfp_bpf_opt_ld_mask()
3993 struct nfp_insn_meta *meta1, *meta2, *meta3; in nfp_bpf_opt_ld_shift() local
3995 nfp_for_each_insn_walk3(nfp_prog, meta1, meta2, meta3) { in nfp_bpf_opt_ld_shift()
3998 insn = meta1->insn; in nfp_bpf_opt_ld_shift()
4184 struct nfp_insn_meta *meta1, *meta2; in nfp_bpf_opt_ldst_gather() local
4189 nfp_for_each_insn_walk2(nfp_prog, meta1, meta2) { in nfp_bpf_opt_ldst_gather()
4190 struct bpf_insn *ld = &meta1->insn; in nfp_bpf_opt_ldst_gather()
4201 if (!curr_pair_is_memcpy(meta1, meta2) || in nfp_bpf_opt_ldst_gather()
[all …]