Home
last modified time | relevance | path

Searched defs:map_flags (Results 1 – 25 of 34) sorted by relevance

12

/linux/tools/testing/selftests/bpf/
H A Dtest_lru_map.c28 static int create_map(int map_type, int map_flags, unsigned int size) in create_map()
161 static void test_lru_sanity0(int map_type, int map_flags) in test_lru_sanity0()
252 static void test_lru_sanity1(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity1()
320 static void test_lru_sanity2(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity2()
426 static void test_lru_sanity3(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity3()
487 static void test_lru_sanity4(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity4()
564 static void test_lru_sanity5(int map_type, int map_flags) in test_lru_sanity5()
611 static void test_lru_sanity6(int map_type, int map_flags, int tgt_free) in test_lru_sanity6()
678 static void test_lru_sanity7(int map_type, int map_flags) in test_lru_sanity7()
769 static void test_lru_sanity8(int map_type, int map_flags) in test_lru_sanity8()
[all …]
/linux/samples/bpf/
H A Dtest_lru_dist.c202 static int create_map(int map_type, int map_flags, unsigned int size) in create_map()
307 static void test_parallel_lru_dist(int map_type, int map_flags, in test_parallel_lru_dist()
332 static void test_lru_loss0(int map_type, int map_flags) in test_lru_loss0()
386 static void test_lru_loss1(int map_type, int map_flags) in test_lru_loss1()
465 static void test_parallel_lru_loss(int map_type, int map_flags, int nr_tasks) in test_parallel_lru_loss()
489 int map_flags[] = {0, BPF_F_NO_COMMON_LRU}; in main() local
H A Dtcp_dumpstats_kern.c17 __u32 map_flags; member
/linux/kernel/bpf/
H A Dreuseport_array.c192 u32 map_flags) in reuseport_array_update_check()
233 void *value, u64 map_flags) in bpf_fd_reuseport_array_update_elem()
H A Dhashtab.c1064 check_flags(struct bpf_htab * htab,struct htab_elem * l_old,u64 map_flags) check_flags() argument
1079 htab_map_update_elem(struct bpf_map * map,void * key,void * value,u64 map_flags) htab_map_update_elem() argument
1187 htab_lru_map_update_elem(struct bpf_map * map,void * key,void * value,u64 map_flags) htab_lru_map_update_elem() argument
1254 htab_map_update_elem_in_place(struct bpf_map * map,void * key,void * value,u64 map_flags,bool percpu,bool onallcpus) htab_map_update_elem_in_place() argument
1318 __htab_lru_percpu_map_update_elem(struct bpf_map * map,void * key,void * value,u64 map_flags,bool onallcpus) __htab_lru_percpu_map_update_elem() argument
1388 htab_percpu_map_update_elem(struct bpf_map * map,void * key,void * value,u64 map_flags) htab_percpu_map_update_elem() argument
1394 htab_lru_percpu_map_update_elem(struct bpf_map * map,void * key,void * value,u64 map_flags) htab_lru_percpu_map_update_elem() argument
1691 u64 elem_map_flags, map_flags; __htab_map_lookup_and_delete_batch() local
2401 bpf_percpu_hash_update(struct bpf_map * map,void * key,void * value,u64 map_flags) bpf_percpu_hash_update() argument
2538 bpf_fd_htab_map_update_elem(struct bpf_map * map,struct file * map_file,void * key,void * value,u64 map_flags) bpf_fd_htab_map_update_elem() argument
[all...]
H A Ddevmap.c908 void *key, void *value, u64 map_flags) in __dev_map_update_elem() argument
950 u64 map_flags) in dev_map_update_elem() argument
957 void *key, void *value, u64 map_flags) in __dev_map_hash_update_elem() argument
1010 dev_map_hash_update_elem(struct bpf_map * map,void * key,void * value,u64 map_flags) dev_map_hash_update_elem() argument
[all...]
H A Dbpf_local_storage.c470 u64 map_flags) in check_flags()
558 void *value, u64 map_flags, bool swap_uptrs, gfp_t gfp_flags) in bpf_local_storage_update()
H A Dbpf_inode_storage.c91 bpf_fd_inode_storage_update_elem(struct bpf_map * map,void * key,void * value,u64 map_flags) bpf_fd_inode_storage_update_elem() argument
H A Dbpf_cgrp_storage.c96 bpf_cgrp_storage_update_elem(struct bpf_map * map,void * key,void * value,u64 map_flags) bpf_cgrp_storage_update_elem() argument
H A Darraymap.c346 array_map_update_elem(struct bpf_map * map,void * key,void * value,u64 map_flags) array_map_update_elem() argument
385 bpf_percpu_array_update(struct bpf_map * map,void * key,void * value,u64 map_flags) bpf_percpu_array_update() argument
877 bpf_fd_array_map_update_elem(struct bpf_map * map,struct file * map_file,void * key,void * value,u64 map_flags) bpf_fd_array_map_update_elem() argument
[all...]
H A Dbpf_task_storage.c122 bpf_pid_task_storage_update_elem(struct bpf_map * map,void * key,void * value,u64 map_flags) bpf_pid_task_storage_update_elem() argument
H A Dlocal_storage.c212 void *value, u64 map_flags) in bpf_percpu_cgroup_storage_update() argument
H A Dcpumap.c571 u64 map_flags) in cpu_map_update_elem()
H A Dstackmap.c702 stack_map_update_elem(struct bpf_map * map,void * key,void * value,u64 map_flags) stack_map_update_elem() argument
/linux/drivers/usb/usbip/
H A Dusbip_common.c409 unsigned int map_flags = 0; in urb_to_usbip() local
422 unsigned int map_flags = 0; in usbip_to_urb() local
/linux/drivers/infiniband/core/
H A Diwpm_util.h80 u32 map_flags; member
H A Diwpm_util.c109 u8 nl_client, u32 map_flags) in iwpm_create_mapinfo()
/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_bpf_hashmap_lookup.c22 __u32 map_flags; member
/linux/net/xdp/
H A Dxskmap.c162 u64 map_flags) in xsk_map_update_elem()
/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Dfw.h84 __be32 map_flags; /* reserved */ member
/linux/drivers/iommu/iommufd/
H A Dioas.c186 static int conv_iommu_prot(u32 map_flags) in conv_iommu_prot()
/linux/drivers/iommu/
H A Dvirtio-iommu.c53 u32 map_flags; member
67 u32 map_flags; member
/linux/drivers/hv/
H A Dmshv_root_main.c1063 mshv_region_remap_pages(struct mshv_mem_region *region, u32 map_flags, in mshv_region_remap_pages()
1082 u32 map_flags = region->hv_map_flags; in mshv_region_map() local
/linux/tools/testing/selftests/bpf/map_tests/
H A Dmap_percpu_stats.c385 static int create_lru_hash(__u32 type, __u32 map_flags) in create_lru_hash()
/linux/net/core/
H A Dbpf_sk_storage.c99 void *value, u64 map_flags) in bpf_fd_sk_storage_update_elem()

12