Searched refs:BATCH (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/tools/testing/radix-tree/ |
D | tag_check.c | 129 #define BATCH 33 macro 134 struct item *items[BATCH]; in gang_check() 140 index, BATCH, tag))) { in gang_check() 311 struct item *items[BATCH]; in single_check() 318 ret = radix_tree_gang_lookup_tag(&tree, (void **)items, 0, BATCH, 0); in single_check() 320 ret = radix_tree_gang_lookup_tag(&tree, (void **)items, 1, BATCH, 0); in single_check() 326 ret = radix_tree_gang_lookup_tag(&tree, (void **)items, 0, BATCH, 1); in single_check() 329 ret = radix_tree_gang_lookup_tag(&tree, (void **)items, 0, BATCH, 0); in single_check()
|
/linux-6.6.21/tools/testing/selftests/bpf/map_tests/ |
D | map_percpu_stats.c | 60 #define BATCH true macro 291 delete_all_elements(info.type, map_fd, !BATCH); in __test() 297 delete_all_elements(info.type, map_fd, BATCH); in __test()
|
/linux-6.6.21/tools/perf/trace/beauty/ |
D | msg_flags.c | 59 P_MSG_FLAG(BATCH); in syscall_arg__scnprintf_msg_flags()
|
/linux-6.6.21/drivers/gpu/drm/i915/gt/ |
D | selftest_execlists.c | 3555 #define BATCH BIT(0) in smoke_crescendo() macro 3573 if (!(flags & BATCH)) in smoke_crescendo() 3622 flags & BATCH ? smoke->batch : NULL); in smoke_random() 3642 const unsigned int phase[] = { 0, BATCH }; in live_preempt_smoke()
|