| /linux/tools/testing/selftests/bpf/ |
| H A D | test_lru_map.c | 28 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 D | test_lru_dist.c | 202 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 D | tcp_dumpstats_kern.c | 17 __u32 map_flags; member
|
| /linux/kernel/bpf/ |
| H A D | hashtab.c | 1014 pcpu_copy_value(struct bpf_htab * htab,void __percpu * pptr,void * value,bool onallcpus,u64 map_flags) pcpu_copy_value() argument 1046 pcpu_init_value(struct bpf_htab * htab,void __percpu * pptr,void * value,bool onallcpus,u64 map_flags) pcpu_init_value() argument 1076 alloc_htab_elem(struct bpf_htab * htab,void * key,void * value,u32 key_size,u32 hash,bool percpu,bool onallcpus,struct htab_elem * old_elem,u64 map_flags) alloc_htab_elem() argument 1153 check_flags(struct bpf_htab * htab,struct htab_elem * l_old,u64 map_flags) check_flags() argument 1168 htab_map_update_elem(struct bpf_map * map,void * key,void * value,u64 map_flags) htab_map_update_elem() argument 1275 htab_lru_map_update_elem(struct bpf_map * map,void * key,void * value,u64 map_flags) htab_lru_map_update_elem() argument 1340 htab_map_check_update_flags(bool onallcpus,u64 map_flags) htab_map_check_update_flags() argument 1350 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 1413 __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 1482 htab_percpu_map_update_elem(struct bpf_map * map,void * key,void * value,u64 map_flags) htab_percpu_map_update_elem() argument 1488 htab_lru_percpu_map_update_elem(struct bpf_map * map,void * key,void * value,u64 map_flags) htab_lru_percpu_map_update_elem() argument 1778 u64 elem_map_flags, map_flags, allowed_flags; __htab_map_lookup_and_delete_batch() local 2469 bpf_percpu_hash_copy(struct bpf_map * map,void * key,void * value,u64 map_flags) bpf_percpu_hash_copy() argument 2508 bpf_percpu_hash_update(struct bpf_map * map,void * key,void * value,u64 map_flags) bpf_percpu_hash_update() argument 2647 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 D | reuseport_array.c | 192 u32 map_flags) in reuseport_array_update_check() 233 void *value, u64 map_flags) in bpf_fd_reuseport_array_update_elem()
|
| H A D | devmap.c | 932 __dev_map_update_elem(struct net * net,struct bpf_map * map,void * key,void * value,u64 map_flags) __dev_map_update_elem() argument 974 dev_map_update_elem(struct bpf_map * map,void * key,void * value,u64 map_flags) dev_map_update_elem() argument 981 __dev_map_hash_update_elem(struct net * net,struct bpf_map * map,void * key,void * value,u64 map_flags) __dev_map_hash_update_elem() argument 1034 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 D | local_storage.c | 183 void *value, u64 map_flags) in bpf_percpu_cgroup_storage_copy() argument 217 void *value, u64 map_flags) in bpf_percpu_cgroup_storage_update() argument [all...] |
| H A D | arraymap.c | 310 int bpf_percpu_array_copy(struct bpf_map *map, void *key, void *value, u64 map_flags) in bpf_percpu_array_copy() argument 364 array_map_update_elem(struct bpf_map * map,void * key,void * value,u64 map_flags) array_map_update_elem() argument 403 bpf_percpu_array_update(struct bpf_map * map,void * key,void * value,u64 map_flags) bpf_percpu_array_update() argument 901 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 D | bpf_local_storage.c | 540 check_flags(const struct bpf_local_storage_data * old_sdata,u64 map_flags) check_flags() argument 631 bpf_local_storage_update(void * owner,struct bpf_local_storage_map * smap,void * value,u64 map_flags,bool swap_uptrs,gfp_t gfp_flags) bpf_local_storage_update() argument [all...] |
| H A D | bpf_insn_array.c | 75 static long insn_array_update_elem(struct bpf_map *map, void *key, void *value, u64 map_flags) in insn_array_update_elem()
|
| H A D | cpumap.c | 579 cpu_map_update_elem(struct bpf_map * map,void * key,void * value,u64 map_flags) cpu_map_update_elem() argument
|
| /linux/drivers/hv/ |
| H A D | mshv_regions.c | 261 u32 map_flags, in mshv_region_remap_pages() 271 u32 map_flags = region->hv_map_flags; in mshv_region_map() local
|
| /linux/drivers/usb/usbip/ |
| H A D | usbip_common.c | 409 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 D | iwpm_util.h | 80 u32 map_flags; member
|
| H A D | iwpm_util.c | 109 u8 nl_client, u32 map_flags) in iwpm_create_mapinfo()
|
| /linux/tools/testing/selftests/bpf/benchs/ |
| H A D | bench_bpf_hashmap_lookup.c | 22 __u32 map_flags; member
|
| /linux/net/xdp/ |
| H A D | xskmap.c | 162 u64 map_flags) in xsk_map_update_elem()
|
| /linux/drivers/net/ethernet/netronome/nfp/bpf/ |
| H A D | fw.h | 84 __be32 map_flags; /* reserved */ member
|
| /linux/drivers/iommu/iommufd/ |
| H A D | ioas.c | 186 static int conv_iommu_prot(u32 map_flags) in conv_iommu_prot()
|
| /linux/drivers/iommu/ |
| H A D | virtio-iommu.c | 53 u32 map_flags; member 67 u32 map_flags; member
|
| /linux/tools/testing/selftests/bpf/map_tests/ |
| H A D | map_percpu_stats.c | 385 static int create_lru_hash(__u32 type, __u32 map_flags) in create_lru_hash()
|
| /linux/fs/xfs/ |
| H A D | xfs_healthmon.c | 706 #define map_flags(map, flags) __map_flags((map), ARRAY_SIZE(map), (flags)) macro
|
| /linux/net/core/ |
| H A D | bpf_sk_storage.c | 98 void *value, u64 map_flags) in bpf_fd_sk_storage_update_elem() argument
|
| /linux/mm/ |
| H A D | mremap.c | 949 unsigned long map_flags = 0; in vrm_set_new_addr() local
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf_internal.h | 288 __u32 map_flags; member
|