Home
last modified time | relevance | path

Searched refs:SLOTS (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/kvm/x86_64/
H A Ddirty_log_page_splitting_test.c23 #define SLOTS 2 macro
104 SLOTS, backing_src, false); in run_test()
109 pages_per_slot = host_num_pages / SLOTS; in run_test()
110 TEST_ASSERT_EQ(host_num_pages, pages_per_slot * SLOTS); in run_test()
114 bitmaps = memstress_alloc_bitmaps(SLOTS, pages_per_slot); in run_test()
133 memstress_enable_dirty_logging(vm, SLOTS); in run_test()
142 memstress_get_dirty_log(vm, bitmaps, SLOTS); in run_test()
145 memstress_clear_dirty_log(vm, bitmaps, SLOTS, pages_per_slot); in run_test()
152 memstress_disable_dirty_logging(vm, SLOTS); in run_test()
168 memstress_free_bitmaps(bitmaps, SLOTS); in run_test()
/linux/samples/bpf/
H A Dtracex3_user.c15 #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 Dtracex3.bpf.c48 #define SLOTS 100 macro
54 __uint(max_entries, SLOTS);
90 if (index >= SLOTS) in bpf_prog2()
91 index = SLOTS - 1; in bpf_prog2()
/linux/tools/perf/Documentation/
H A Dtopdown.txt38 On Ice Lake, there is a new fixed counter 3: SLOTS, which reports
39 "pipeline SLOTS" (cycles multiplied by core issue width) and a
52 The application opens a group with fixed counter 3 (SLOTS) and any
300 - All the TopDown metric events must be in a group with the SLOTS event.
301 - The SLOTS event must be the leader of the group.
305 The SLOTS event and the TopDown metric events can be counting members of
306 a sampling read group. Since the SLOTS event must be the leader of a TopDown
/linux/drivers/gpu/drm/tegra/
H A Ddc.h560 #define SLOTS(x) (((x) & 0xff) << 0) macro
H A Dhub.c385 value = SLOTS(1); in tegra_dc_assign_shared_plane()