/tools/testing/selftests/bpf/prog_tests/ |
A D | hashmap.c | 14 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 D | timer_lockup.c | 17 volatile int k = 0; variable
|
/tools/lib/ |
A D | bitmap.c | 10 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 D | devlink_port_split.py | 107 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 D | filter.h | 28 __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 D | test_jhash.h | 39 const unsigned char *k = key; in jhash() local 73 static __always_inline u32 jhash2(const u32 *k, u32 length, u32 initval) in jhash2()
|
A D | timer_lockup.c | 33 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 D | fentry_many_args.c | 22 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 D | fexit_many_args.c | 22 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 D | for_each_hash_map_elem.c | 33 __u32 k; in check_hash_elem() local
|
/tools/perf/tests/ |
A D | event_groups.c | 82 static int run_test(int i, int j, int k) in run_test() 123 int i, j, k; in test__event_groups() local
|
A D | kmod-path.c | 44 #define T(path, an, k, c, n) \ argument
|
A D | hists_common.c | 128 size_t k; in setup_fake_machine() local
|
/tools/include/linux/ |
A D | jhash.h | 73 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 D | multiorder.c | 98 int k; in multiorder_tagged_iteration() local 126 int mask, k; in multiorder_tagged_iteration() local
|
/tools/testing/selftests/ptrace/ |
A D | vmaccess.c | 48 int s, k, pid = fork(); in TEST() local
|
/tools/thermal/tmon/ |
A D | sysfs.c | 285 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 D | kconfig.c | 145 bool kernel_config_has(enum test_needs_kconfig k) in kernel_config_has()
|
/tools/lib/perf/ |
A D | cpumap.c | 412 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 D | tm-trap.c | 249 uint16_t k = 1; in tm_trap_test() local
|
/tools/power/x86/intel-speed-select/ |
A D | isst-daemon.c | 28 int i, j, k; in init_levels() local
|
A D | isst-display.c | 147 int k = 0; in format_and_print() local 371 int j, k; in isst_ctdp_display_information() local
|
/tools/testing/selftests/net/netfilter/ |
A D | audit_logread.c | 99 char *k, *v; in readlog() local
|
/tools/testing/selftests/bpf/ |
A D | test_sockmap.c | 426 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 D | udmabuf.c | 112 int i = 0, j, k = 0, ret = 0; in compare_chunks() local
|