Searched defs:map_info (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.4/include/linux/mtd/ |
D | map.h | 191 struct map_info { struct 207 map_word (*read)(struct map_info *, unsigned long); argument 208 void (*copy_from)(struct map_info *, void *, unsigned long, ssize_t); argument 210 void (*write)(struct map_info *, const map_word, unsigned long); argument 211 void (*copy_to)(struct map_info *, unsigned long, const void *, ssize_t); argument 222 void (*inval_cache)(struct map_info *, unsigned long, ssize_t); argument 229 void (*set_vpp)(struct map_info *, int); argument 240 struct mtd_info *(*probe)(struct map_info *map); argument
|
/Linux-v5.4/drivers/infiniband/core/ |
D | iwpm_util.c | 140 struct iwpm_mapping_info *map_info; in iwpm_create_mapinfo() local 188 struct iwpm_mapping_info *map_info = NULL; in iwpm_remove_mapinfo() local 221 struct iwpm_mapping_info *map_info; in free_hash_bucket() local 684 struct iwpm_mapping_info *map_info; in iwpm_send_mapinfo() local
|
/Linux-v5.4/tools/testing/selftests/bpf/prog_tests/ |
D | bpf_obj_id.c | 206 struct bpf_map_info map_info = {}; in test_bpf_obj_id() local
|
/Linux-v5.4/tools/bpf/bpftool/ |
D | map_perf_ring.c | 127 struct bpf_map_info map_info = {}; in do_event_pipe() local
|
D | map.c | 150 struct bpf_map_info *map_info, void *key, in do_dump_btf() 710 struct bpf_map_info *map_info, struct btf *btf, in dump_map_elem()
|
D | btf.c | 683 struct bpf_map_info map_info; in build_btf_tables() local
|
/Linux-v5.4/kernel/events/ |
D | uprobes.c | 962 struct map_info { struct 963 struct map_info *next; argument 968 static inline struct map_info *free_map_info(struct map_info *info) in free_map_info() argument
|
/Linux-v5.4/tools/lib/bpf/ |
D | xsk.c | 389 struct bpf_map_info map_info; in xsk_lookup_bpf_maps() local
|
/Linux-v5.4/drivers/net/ethernet/intel/ice/ |
D | ice_switch.c | 1362 struct ice_vsi_list_map_info *map_info = NULL; in ice_find_vsi_list_entry() local 1832 struct ice_vsi_list_map_info *map_info = NULL; in ice_add_vlan_internal() local
|
/Linux-v5.4/include/linux/ |
D | device-mapper.h | 36 union map_info { union
|
/Linux-v5.4/tools/testing/selftests/bpf/ |
D | test_btf.c | 3871 struct bpf_map_info map_info = {}; in test_btf_id() local
|