Home
last modified time | relevance | path

Searched defs:map_value (Results 1 – 13 of 13) sorted by relevance

/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dlocal_kptr_stash.c22 struct map_value { struct
31 * no struct. Example BTF of "node" field in map_value when not included: argument
Dlinked_list.h22 struct map_value { struct
31 __type(value, struct map_value); argument
Dmap_kptr_fail.c9 struct map_value { struct
19 __type(value, struct map_value); argument
Dlru_bug.c6 struct map_value { struct
14 __type(value, struct map_value); argument
Dlocal_kptr_stash_fail.c17 struct map_value { struct
27 * no struct. Example BTF of "node" field in map_value when not included: argument
Dcb_refs.c7 struct map_value { struct
14 __type(value, struct map_value); argument
Dmap_kptr.c7 struct map_value { struct
15 __type(value, struct map_value); argument
Drefcounted_kptr.c22 struct map_value { struct
29 __type(value, struct map_value); argument
Duser_ringbuf_fail.c27 static int map_value; variable
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dload_bytes_relative.c20 __u32 map_value = 0; in test_load_bytes_relative() local
/Linux-v6.6/drivers/ata/
Data_piix.c1362 u8 map_value; in piix_init_sata_map() local
/Linux-v6.6/kernel/bpf/
Dhashtab.c783 void *map_value = elem->key + round_up(htab->map.key_size, 8); in check_and_free_fields() local
Dhelpers.c1399 BPF_CALL_2(bpf_kptr_xchg, void *, map_value, void *, ptr) in BPF_CALL_2() argument