| /kernel/linux/linux-5.10/samples/bpf/ |
| H A D | tcp_dumpstats_kern.c | 17 __u32 map_flags; member
|
| H A D | bpf_load.h | 15 unsigned int map_flags; member
|
| /kernel/linux/linux-6.6/samples/bpf/ |
| H A D | tcp_dumpstats_kern.c | 17 __u32 map_flags; member
|
| /kernel/linux/common_modules/xpm/core/ |
| H A D | xpm_hck_hooks.c | 46 xpm_get_unmapped_area(unsigned long addr, unsigned long len, unsigned long map_flags, unsigned long unmapped_flags, unsigned long *ret) xpm_get_unmapped_area() argument
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | xpm.h | 39 xpm_get_unmapped_area_hook(unsigned long addr, unsigned long len, unsigned long map_flags, unsigned long unmapped_flags) xpm_get_unmapped_area_hook() argument
|
| /kernel/linux/linux-5.10/tools/perf/include/bpf/ |
| H A D | bpf.h | 16 unsigned int map_flags; member
|
| /foundation/communication/netmanager_base/bpf/bpf_progs/ |
| H A D | netstats.c | 31 unsigned int map_flags;
member
|
| /kernel/linux/linux-5.10/drivers/infiniband/core/ |
| H A D | iwpm_util.h | 81 u32 map_flags; member
|
| /kernel/linux/linux-5.10/tools/lib/bpf/ |
| H A D | bpf_helpers.h | 118 unsigned int map_flags; member
|
| H A D | libbpf_probes.c | 204 int key_size, value_size, max_entries, map_flags; in bpf_probe_map_type() local
|
| /kernel/linux/linux-5.10/kernel/bpf/ |
| H A D | bpf_inode_storage.c | 119 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 D | reuseport_array.c | 205 reuseport_array_update_check(const struct reuseport_array *array, const struct sock *nsk, const struct sock *osk, const struct sock_reuseport *nsk_reuse, u32 map_flags) reuseport_array_update_check() argument 249 bpf_fd_reuseport_array_update_elem(struct bpf_map *map, void *key, void *value, u64 map_flags) bpf_fd_reuseport_array_update_elem() argument
|
| H A D | bpf_local_storage.c | 251 check_flags(const struct bpf_local_storage_data *old_sdata, u64 map_flags) check_flags() argument 332 bpf_local_storage_update(void *owner, struct bpf_local_storage_map *smap, void *value, u64 map_flags) bpf_local_storage_update() argument [all...] |
| /kernel/linux/linux-6.6/kernel/bpf/ |
| H A D | bpf_cgrp_storage.c | 96 bpf_cgrp_storage_update_elem(struct bpf_map *map, void *key, void *value, u64 map_flags) bpf_cgrp_storage_update_elem() argument
|
| H A D | bpf_inode_storage.c | 91 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 D | reuseport_array.c | 188 reuseport_array_update_check(const struct reuseport_array *array, const struct sock *nsk, const struct sock *osk, const struct sock_reuseport *nsk_reuse, u32 map_flags) reuseport_array_update_check() argument 232 bpf_fd_reuseport_array_update_elem(struct bpf_map *map, void *key, void *value, u64 map_flags) bpf_fd_reuseport_array_update_elem() argument
|
| H A D | bpf_task_storage.c | 123 bpf_pid_task_storage_update_elem(struct bpf_map *map, void *key, void *value, u64 map_flags) bpf_pid_task_storage_update_elem() argument
|
| /kernel/linux/linux-6.6/drivers/infiniband/core/ |
| H A D | iwpm_util.h | 80 u32 map_flags; member
|
| /kernel/linux/linux-6.6/drivers/iommu/iommufd/ |
| H A D | ioas.c | 182 static int conv_iommu_prot(u32 map_flags) in conv_iommu_prot() argument
|
| /third_party/ltp/testcases/kernel/mem/mtest06/ |
| H A D | mmap2.c | 161 int map_flags = MAP_SHARED; in main() local
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_upload_mgr.c | 48 unsigned map_flags; /* Bitmask of PIPE_MAP_* flags. */ member
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_dummy_job_wa.c | 52 u32 map_flags; member
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
| H A D | test_lru_map.c | 29 static int create_map(int map_type, int map_flags, unsigned int size) in create_map() argument 159 static void test_lru_sanity0(int map_type, int map_flags) in test_lru_sanity0() argument 248 static void test_lru_sanity1(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity1() argument 324 test_lru_sanity2(int map_type, int map_flags, unsigned int tgt_free) test_lru_sanity2() argument 432 test_lru_sanity3(int map_type, int map_flags, unsigned int tgt_free) test_lru_sanity3() argument 496 test_lru_sanity4(int map_type, int map_flags, unsigned int tgt_free) test_lru_sanity4() argument 573 test_lru_sanity5(int map_type, int map_flags) test_lru_sanity5() argument 620 test_lru_sanity6(int map_type, int map_flags, int tgt_free) test_lru_sanity6() argument 687 test_lru_sanity7(int map_type, int map_flags) test_lru_sanity7() argument 783 test_lru_sanity8(int map_type, int map_flags) test_lru_sanity8() argument 874 int map_flags[] = {0, BPF_F_NO_COMMON_LRU}; main() local [all...] |
| /kernel/linux/linux-5.10/net/xdp/ |
| H A D | xskmap.c | 162 xsk_map_update_elem(struct bpf_map *map, void *key, void *value, u64 map_flags) xsk_map_update_elem() argument
|
| /kernel/linux/linux-5.10/mm/ |
| H A D | mremap.c | 555 unsigned long map_flags = 0; in mremap_to() local 784 unsigned long map_flags = 0; in SYSCALL_DEFINE5() local
|