Searched defs:map_info (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/include/linux/mtd/ |
D | map.h | 205 struct map_info { struct 221 map_word (*read)(struct map_info *, unsigned long); argument 222 void (*copy_from)(struct map_info *, void *, unsigned long, ssize_t); argument 224 void (*write)(struct map_info *, const map_word, unsigned long); argument 225 void (*copy_to)(struct map_info *, unsigned long, const void *, ssize_t); argument 236 void (*inval_cache)(struct map_info *, unsigned long, ssize_t); argument 243 void (*set_vpp)(struct map_info *, int); argument 254 struct mtd_info *(*probe)(struct map_info *map); argument
|
/Linux-v4.19/drivers/infiniband/core/ |
D | iwpm_util.c | 120 struct iwpm_mapping_info *map_info; in iwpm_create_mapinfo() local 158 struct iwpm_mapping_info *map_info = NULL; in iwpm_remove_mapinfo() local 191 struct iwpm_mapping_info *map_info; in free_hash_bucket() local 644 struct iwpm_mapping_info *map_info; in iwpm_send_mapinfo() local
|
/Linux-v4.19/tools/bpf/bpftool/ |
D | map.c | 159 struct bpf_map_info *map_info, void *key, in do_dump_btf() 184 static int get_btf(struct bpf_map_info *map_info, struct btf **btf) in get_btf()
|
D | map_perf_ring.c | 178 struct bpf_map_info map_info = {}; in do_event_pipe() local
|
/Linux-v4.19/kernel/events/ |
D | uprobes.c | 707 struct map_info { struct 708 struct map_info *next; argument 713 static inline struct map_info *free_map_info(struct map_info *info) in free_map_info() argument
|
/Linux-v4.19/include/linux/ |
D | device-mapper.h | 36 union map_info { union
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_btf.c | 1697 struct bpf_map_info map_info = {}; in test_btf_id() local
|
D | test_progs.c | 613 struct bpf_map_info map_info = {}; in test_bpf_obj_id() local
|