Home
last modified time | relevance | path

Searched defs:map_fd (Results 151 - 175 of 194) sorted by relevance

12345678

/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/mmz/
H A Ddrv_mmz_userdev.c975 int map_fd; in mmz_userdev_mmap() local
/device/soc/rockchip/rk3568/hardware/omx_il/osal/
H A DRockchip_OSAL_SharedMemory.c254 static int drm_handle_to_fd(int fd, RK_U32 handle, int *map_fd, RK_U32 flags) in drm_handle_to_fd() argument
283 static int drm_fd_to_handle(int fd, int map_fd, RK_U3 argument
123 ion_map(int fd, ion_user_handle_t handle, size_t length, int prot, int flags, off_t offset, unsigned char **ptr, int *map_fd) ion_map() argument
302 drm_map(int fd, RK_U32 handle, size_t length, int prot, int flags, unsigned char **ptr, int *map_fd) drm_map() argument
383 int map_fd = -1; Rockchip_OSAL_SharedMemory_HandleToAddress() local
414 int map_fd = -1; Rockchip_OSAL_SharedMemory_HandleToSecureAddress() local
520 int map_fd = 0; Rockchip_OSAL_SharedMemory_Close() local
594 int map_fd = -1; Rockchip_OSAL_SharedMemory_Alloc() local
770 int map_fd = -1; Rockchip_OSAL_SharedMemory_Map() local
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c208 int map_fd; member
476 int map_fd; /* BPF_MAP_TYPE_PERF_EVENT_ARRAY BPF map FD */ member
/kernel/linux/linux-5.10/samples/bpf/
H A Dtest_lru_dist.c102 int map_fd; member
210 int map_fd; in create_map() local
341 int map_fd; test_lru_loss0() local
392 int map_fd; test_lru_loss1() local
427 int map_fd = *(int *)data; do_test_parallel_lru_loss() local
470 int map_fd; test_parallel_lru_loss() local
[all...]
H A Dbpf_load.c36 int map_fd[MAX_MAPS]; variable
H A Dxdp_rxq_info_user.c459 int prog_fd, map_fd, opt, err; in main() local
H A Dxdp_redirect_cpu_user.c742 int err, map_fd, ifindex_out, key = 0; in load_cpumap_prog() local
/kernel/linux/linux-5.10/net/core/
H A Dbpf_sk_storage.c463 int map_fd; in bpf_sk_storage_diag_alloc() local
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c208 int map_fd; member
472 int map_fd; /* BPF_MAP_TYPE_PERF_EVENT_ARRAY BPF map FD */ member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dxsk.c439 int map_fd; in xsk_clear_xskmap() local
447 int map_fd, sock_fd; in xsk_update_xskmap() local
H A Dtest_maps.c1403 static int map_update_retriable(int map_fd, const void *key, const void *value, in map_update_retriable() argument
1422 static int map_delete_retriable(int map_fd, const void *key, int attempts) in map_delete_retriable() argument
1626 static void prepare_reuseport_grp(int type, int map_fd, size_t map_elem_size, in prepare_reuseport_grp() argument
1720 int map_fd, err, t, f; in test_reuseport_array() local
[all...]
/kernel/linux/linux-6.6/net/core/
H A Dbpf_sk_storage.c512 int map_fd; in bpf_sk_storage_diag_alloc() local
/kernel/linux/linux-6.6/samples/bpf/
H A Dtest_lru_dist.c96 int map_fd; member
207 int map_fd; in create_map() local
338 int map_fd; test_lru_loss0() local
389 int map_fd; test_lru_loss1() local
424 int map_fd = *(int *)data; do_test_parallel_lru_loss() local
467 int map_fd; test_parallel_lru_loss() local
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dsk_lookup.c496 int err, map_fd; in update_lookup_map() local
1191 int map_fd, server_fd, client_fd; in run_multi_prog_lookup() local
[all...]
H A Dsockmap_listen.c1513 int map_fd; in test_ops() local
H A Dbtf.c3661 int map_fd = -1, btf_fd = -1; in do_test_raw() local
3878 int btf_fd[2] = {-1, -1}, map_fd = -1; in test_btf_id() local
4740 int map_fd = -1, btf_fd = -1; do_test_pprint() local
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_maps.c1472 static void prepare_reuseport_grp(int type, int map_fd, size_t map_elem_size, in prepare_reuseport_grp() argument
1566 int map_fd, err, t, f; in test_reuseport_array() local
[all...]
H A Dtest_sockmap.c66 int map_fd[9]; variable
[all...]
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dbpf.c919 int bpf_prog_bind_map(int prog_fd, int map_fd, in bpf_prog_bind_map() argument
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_iter.c772 int err, i, len, map_fd, iter_fd; in test_bpf_hash_map() local
865 int err, i, j, len, map_fd, iter_fd; test_bpf_percpu_hash_map() local
947 int err, i, map_fd, hash_fd, iter_fd; test_bpf_array_map() local
1050 int err, i, j, map_fd, iter_fd; test_bpf_percpu_array_map() local
1121 int err, len, map_fd, iter_fd; test_bpf_sk_storage_delete() local
1184 int err, map_fd, val = -1; test_bpf_sk_storage_get() local
1243 int err, i, len, map_fd, iter_fd, num_sockets; test_bpf_sk_storage_map() local
[all...]
H A Dsk_lookup.c495 int err, map_fd; in update_lookup_map() local
1221 int map_fd, server_fd, client_fd; in run_multi_prog_lookup() local
[all...]
H A Dsockmap_listen.c1285 int map_fd; in test_ops() local
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dbpf.c1138 bpf_map_get_info_by_fd(int map_fd, struct bpf_map_info *info, __u32 *info_len) bpf_map_get_info_by_fd() argument
1256 bpf_prog_bind_map(int prog_fd, int map_fd, const struct bpf_prog_bind_opts *opts) bpf_prog_bind_map() argument
[all...]
/third_party/libbpf/src/
H A Dbpf.c1154 bpf_map_get_info_by_fd(int map_fd, struct bpf_map_info *info, __u32 *info_len) bpf_map_get_info_by_fd() argument
1272 bpf_prog_bind_map(int prog_fd, int map_fd, const struct bpf_prog_bind_opts *opts) bpf_prog_bind_map() argument
[all...]
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dprog.c166 int map_fd; in find_metadata() local
1915 profile_open_perf_event(int mid, int cpu, int map_fd) profile_open_perf_event() argument
1946 int map_fd; profile_open_perf_events() local
[all...]

Completed in 45 milliseconds

12345678