Searched defs:map (Results 301 - 325 of 1457) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/testing/selftests/bpf/
H A Dxdping.c98 struct bpf_map *map; local
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dget_stack_raw_tp.c96 struct bpf_map *map; local
H A Dhashmap.c49 struct hashmap *map; local
264 struct hashmap *map; local
343 struct hashmap *map; local
415 struct hashmap *map; local
[all...]
H A Dcg_storage_multi.c22 static bool assert_storage(struct bpf_map *map, const void *key, argument
40 static bool assert_storage_noexist(struct bpf_map *map, const void *key) argument
/linux-master/mm/
H A Dswap_cgroup.c10 struct page **map; member in struct:swap_cgroup_ctrl
206 struct page **map; local
[all...]
/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_perfcnt.c77 struct iosys_map map; local
185 struct iosys_map map = IOSYS_MAP_INIT_VADDR(perfcnt->buf); local
/linux-master/drivers/clocksource/
H A Dingenic-ost.c72 struct regmap *map; local
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_mmu.h25 int (*map)(struct etnaviv_iommu_context *context, unsigned long iova, member in struct:etnaviv_iommu_ops
/linux-master/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_modeset.c41 hyperv_blit_to_vram_fullscreen(struct drm_framebuffer *fb, const struct iosys_map *map) argument
/linux-master/tools/lib/bpf/
H A Dhashmap.c38 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn, argument
55 struct hashmap *map local
63 hashmap__clear(struct hashmap *map) argument
76 hashmap__free(struct hashmap *map) argument
85 hashmap__size(const struct hashmap *map) argument
90 hashmap__capacity(const struct hashmap *map) argument
95 hashmap_needs_to_grow(struct hashmap *map) argument
101 hashmap_grow(struct hashmap *map) argument
130 hashmap_find_entry(const struct hashmap *map, const long key, size_t hash, struct hashmap_entry ***pprev, struct hashmap_entry **entry) argument
154 hashmap_insert(struct hashmap *map, long key, long value, enum hashmap_insert_strategy strategy, long *old_key, long *old_value) argument
206 hashmap_find(const struct hashmap *map, long key, long *value) argument
220 hashmap_delete(struct hashmap *map, long key, long *old_key, long *old_value) argument
[all...]
/linux-master/tools/perf/util/
H A Dhashmap.c38 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn, argument
55 struct hashmap *map local
63 hashmap__clear(struct hashmap *map) argument
76 hashmap__free(struct hashmap *map) argument
85 hashmap__size(const struct hashmap *map) argument
90 hashmap__capacity(const struct hashmap *map) argument
95 hashmap_needs_to_grow(struct hashmap *map) argument
101 hashmap_grow(struct hashmap *map) argument
130 hashmap_find_entry(const struct hashmap *map, const long key, size_t hash, struct hashmap_entry ***pprev, struct hashmap_entry **entry) argument
154 hashmap_insert(struct hashmap *map, long key, long value, enum hashmap_insert_strategy strategy, long *old_key, long *old_value) argument
206 hashmap_find(const struct hashmap *map, long key, long *value) argument
220 hashmap_delete(struct hashmap *map, long key, long *old_key, long *old_value) argument
[all...]
/linux-master/drivers/irqchip/
H A Dirq-ls-extirq.c23 struct irq_fwspec map[MAXIRQ]; member in struct:ls_extirq_data
128 const __be32 *map; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dobject.h35 int (*map)(struct nvkm_object *, void *argv, u32 argc, member in struct:nvkm_object_func
/linux-master/drivers/rtc/
H A Drtc-ds1347.c52 struct regmap *map = dev_get_drvdata(dev); local
91 struct regmap *map = dev_get_drvdata(dev); local
132 struct regmap *map; local
[all...]
/linux-master/drivers/gpio/
H A Dgpio-i8255.c51 static int i8255_ppi_init(struct regmap *const map, const unsigned int base) argument
H A Dgpio-104-idi-48.c130 struct regmap *map; local
/linux-master/net/rds/
H A Dtcp_recv.c113 struct rds_cong_map *map; local
/linux-master/drivers/gpu/drm/
H A Ddrm_gem_dma_helper.c229 struct iosys_map map = IOSYS_MAP_INIT_VADDR(dma_obj->vaddr); local
580 struct iosys_map map; local
501 drm_gem_dma_vmap(struct drm_gem_dma_object *dma_obj, struct iosys_map *map) argument
[all...]
/linux-master/kernel/bpf/
H A Dbpf_inode_storage.c78 static void *bpf_fd_inode_storage_lookup_elem(struct bpf_map *map, void *key) argument
91 static long bpf_fd_inode_storage_update_elem(struct bpf_map *map, void *key, argument
111 static int inode_storage_delete(struct inode *inode, struct bpf_map *map) argument
124 static long bpf_fd_inode_storage_delete_elem(struct bpf_map *map, void *key) argument
36 inode_storage_lookup(struct inode *inode, struct bpf_map *map, bool cacheit_lockit) argument
186 notsupp_get_next_key(struct bpf_map *map, void *key, void *next_key) argument
197 inode_storage_map_free(struct bpf_map *map) argument
[all...]
H A Dreuseport_array.c12 struct bpf_map map; member in struct:reuseport_array
16 static struct reuseport_array *reuseport_array(struct bpf_map *map) argument
50 static void *reuseport_array_lookup_elem(struct bpf_map *map, void *key) argument
62 static long reuseport_array_delete_elem(struct bpf_map *map, void *key) argument
94 static void reuseport_array_free(struct bpf_map *map) argument
165 bpf_fd_reuseport_array_lookup_elem(struct bpf_map *map, void *key, void *value) argument
232 bpf_fd_reuseport_array_update_elem(struct bpf_map *map, void *key, void *value, u64 map_flags) argument
316 reuseport_array_get_next_key(struct bpf_map *map, void *key, void *next_key) argument
335 reuseport_array_mem_usage(const struct bpf_map *map) argument
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dcore_kern.c28 struct bpf_map *map = (struct bpf_map *)&array1; local
/linux-master/drivers/iio/dac/
H A Dcio-dac.c63 struct regmap *map; member in struct:cio_dac_iio
/linux-master/drivers/clk/berlin/
H A Dberlin2-div.c57 struct berlin2_div_map map; member in struct:berlin2_div
68 struct berlin2_div_map *map = &div->map; local
86 struct berlin2_div_map *map = &div->map; local
105 struct berlin2_div_map *map = &div->map; local
122 struct berlin2_div_map *map = &div->map; local
153 struct berlin2_div_map *map = &div->map; local
180 struct berlin2_div_map *map = &div->map; local
229 berlin2_div_register(const struct berlin2_div_map *map, void __iomem *base, const char *name, u8 div_flags, const char **parent_names, int num_parents, unsigned long flags, spinlock_t *lock) argument
[all...]
/linux-master/fs/udf/
H A Dpartition.c29 struct udf_part_map *map; local
50 struct udf_part_map *map; local
113 struct udf_part_map *map; local
161 struct udf_part_map *map = &sbi->s_partmaps[i]; local
279 struct udf_part_map *map; local
305 struct udf_part_map *map; local
[all...]
/linux-master/drivers/mtd/chips/
H A Dcfi_probe.c96 cfi_probe_chip(struct map_info *map, __u32 base, unsigned long *chip_map, struct cfi_private *cfi) argument
195 cfi_chip_setup(struct map_info *map, struct cfi_private *cfi) argument
432 cfi_probe(struct map_info *map) argument
[all...]

Completed in 546 milliseconds

<<11121314151617181920>>