Home
last modified time | relevance | path

Searched defs:k (Results 1 – 25 of 66) sorted by relevance

123

/tools/testing/selftests/bpf/prog_tests/
A Dhashmap.c14 static size_t hash_fn(long k, void *ctx) in hash_fn()
56 long oldk, k = i; in test_hashmap_generic() local
93 long k = entry->key; in test_hashmap_generic() local
106 long oldk, k = i; in test_hashmap_generic() local
141 long k = entry->key; in test_hashmap_generic() local
164 long oldk, k; in test_hashmap_generic() local
198 long oldk, k; in test_hashmap_generic() local
334 static size_t collision_hash_fn(long k, void *ctx) in collision_hash_fn()
416 long k = 0; in test_hashmap_empty() local
A Dtimer_lockup.c17 volatile int k = 0; variable
/tools/lib/
A Dbitmap.c10 unsigned int k, w = 0, lim = bits/BITS_PER_LONG; in __bitmap_weight() local
24 int k; in __bitmap_or() local
63 unsigned int k; in __bitmap_and() local
78 unsigned int k, lim = bits/BITS_PER_LONG; in __bitmap_equal() local
93 unsigned int k, lim = bits/BITS_PER_LONG; in __bitmap_intersects() local
/tools/testing/selftests/drivers/net/hw/
A Ddevlink_port_split.py107 def split(k, port, should_fail=False): argument
183 def create_split_group(port, k): argument
192 def split_unsplittable_port(port, k): argument
204 def split_splittable_port(port, k, lanes, dev): argument
/tools/include/uapi/linux/
A Dfilter.h28 __u32 k; /* Generic multiuse field */ member
49 #define BPF_STMT(code, k) { (unsigned short)(code), 0, 0, k } argument
52 #define BPF_JUMP(code, k, jt, jf) { (unsigned short)(code), jt, jf, k } argument
/tools/testing/selftests/bpf/progs/
A Dtest_jhash.h39 const unsigned char *k = key; in jhash() local
73 static __always_inline u32 jhash2(const u32 *k, u32 length, u32 initval) in jhash2()
A Dtimer_lockup.c33 static int timer_cb1(void *map, int *k, struct elem *v) in timer_cb1()
45 static int timer_cb2(void *map, int *k, struct elem *v) in timer_cb2()
A Dfentry_many_args.c22 int g, unsigned int h, long i, __u64 j, unsigned long k) in BPF_PROG()
33 __u64 g, __u64 h, __u64 i, __u64 j, __u64 k) in BPF_PROG()
A Dfexit_many_args.c22 int g, unsigned int h, long i, __u64 j, unsigned long k, in BPF_PROG()
34 __u64 g, __u64 h, __u64 i, __u64 j, __u64 k, __u64 ret) in BPF_PROG()
A Dfor_each_hash_map_elem.c33 __u32 k; in check_hash_elem() local
/tools/perf/tests/
A Devent_groups.c82 static int run_test(int i, int j, int k) in run_test()
123 int i, j, k; in test__event_groups() local
A Dkmod-path.c44 #define T(path, an, k, c, n) \ argument
A Dhists_common.c128 size_t k; in setup_fake_machine() local
/tools/include/linux/
A Djhash.h73 const u8 *k = key; in jhash() local
117 static inline u32 jhash2(const u32 *k, u32 length, u32 initval) in jhash2()
/tools/testing/radix-tree/
A Dmultiorder.c98 int k; in multiorder_tagged_iteration() local
126 int mask, k; in multiorder_tagged_iteration() local
/tools/testing/selftests/ptrace/
A Dvmaccess.c48 int s, k, pid = fork(); in TEST() local
/tools/thermal/tmon/
A Dsysfs.c285 int i, j, n, k = 0; in scan_tzones() local
343 int i, n, k = 0; in scan_cdevs() local
/tools/testing/selftests/net/tcp_ao/lib/
A Dkconfig.c145 bool kernel_config_has(enum test_needs_kconfig k) in kernel_config_has()
/tools/lib/perf/
A Dcpumap.c412 int i, j, k; in perf_cpu_map__merge() local
458 int i, j, k; in perf_cpu_map__intersect() local
/tools/testing/selftests/powerpc/tm/
A Dtm-trap.c249 uint16_t k = 1; in tm_trap_test() local
/tools/power/x86/intel-speed-select/
A Disst-daemon.c28 int i, j, k; in init_levels() local
A Disst-display.c147 int k = 0; in format_and_print() local
371 int j, k; in isst_ctdp_display_information() local
/tools/testing/selftests/net/netfilter/
A Daudit_logread.c99 char *k, *v; in readlog() local
/tools/testing/selftests/bpf/
A Dtest_sockmap.c426 unsigned char k = 0; in msg_loop_sendpage() local
485 unsigned char k = 0; in msg_alloc_iov() local
554 unsigned char k = *k_p; in msg_verify_data() local
682 unsigned char k = 0; in msg_loop() local
1608 int k = ktls; in test_txmsg_skb() local
/tools/testing/selftests/drivers/dma-buf/
A Dudmabuf.c112 int i = 0, j, k = 0, ret = 0; in compare_chunks() local

Completed in 216 milliseconds

123