Searched defs:map_flags (Results 1 – 8 of 8) sorted by relevance
/tools/testing/selftests/bpf/ |
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 …]
|
/tools/testing/selftests/bpf/benchs/ |
A D | bench_bpf_hashmap_lookup.c | 22 __u32 map_flags; member
|
/tools/testing/selftests/bpf/map_tests/ |
A D | map_percpu_stats.c | 385 static int create_lru_hash(__u32 type, __u32 map_flags) in create_lru_hash()
|
/tools/lib/bpf/ |
A D | bpf.h | 49 __u32 map_flags; member
|
A D | libbpf_internal.h | 276 __u32 map_flags; member
|
A D | libbpf.c | 542 unsigned int map_flags; member
|
/tools/perf/bench/ |
A D | numa.c | 425 static u8 *alloc_data(ssize_t bytes0, int map_flags, in alloc_data()
|
/tools/include/uapi/linux/ |
A D | bpf.h | 1490 __u32 map_flags; /* BPF_MAP_CREATE related member 6658 __u32 map_flags; member
|
Completed in 82 milliseconds