Searched refs:SLOTS (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/ |
H A D | dirty_log_page_splitting_test.c | 22 #define SLOTS 2 macro 104 SLOTS, backing_src, false); in run_test() 109 pages_per_slot = host_num_pages / SLOTS; in run_test() 111 bitmaps = memstress_alloc_bitmaps(SLOTS, pages_per_slot); in run_test() 130 memstress_enable_dirty_logging(vm, SLOTS); in run_test() 139 memstress_get_dirty_log(vm, bitmaps, SLOTS); in run_test() 142 memstress_clear_dirty_log(vm, bitmaps, SLOTS, pages_per_slot); in run_test() 149 memstress_disable_dirty_logging(vm, SLOTS); in run_test() 165 memstress_free_bitmaps(bitmaps, SLOTS); in run_test()
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | tracex3_user.c | 16 #define SLOTS 100 macro 25 for (key = 0; key < SLOTS; key++) in clear_stats() 81 __u64 cnt[SLOTS]; in print_hist() 86 for (key = 0; key < SLOTS; key++) { in print_hist() 97 for (key = full_range ? 0 : 29; key < SLOTS; key++) { in print_hist()
|
H A D | tracex3_kern.c | 43 #define SLOTS 100 macro 49 __uint(max_entries, SLOTS); 80 if (index >= SLOTS) in bpf_prog2() 81 index = SLOTS - 1; in bpf_prog2()
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | tracex3_user.c | 15 #define SLOTS 100 macro 24 for (key = 0; key < SLOTS; key++) in clear_stats() 80 __u64 cnt[SLOTS]; in print_hist() 85 for (key = 0; key < SLOTS; key++) { in print_hist() 96 for (key = full_range ? 0 : 29; key < SLOTS; key++) { in print_hist()
|
H A D | tracex3.bpf.c | 48 #define SLOTS 100 macro 54 __uint(max_entries, SLOTS); 90 if (index >= SLOTS) in bpf_prog2() 91 index = SLOTS - 1; in bpf_prog2()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/ |
H A D | dc.h | 543 #define SLOTS(x) (((x) & 0xff) << 0) macro
|
H A D | hub.c | 300 value = SLOTS(1); in tegra_dc_assign_shared_plane()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/ |
H A D | dc.h | 560 #define SLOTS(x) (((x) & 0xff) << 0) macro
|
H A D | hub.c | 385 value = SLOTS(1); in tegra_dc_assign_shared_plane()
|
Completed in 10 milliseconds