Searched refs:SLOTS (Results 1 – 5 of 5) sorted by relevance
43 #define SLOTS 100 macro49 __uint(max_entries, SLOTS);80 if (index >= SLOTS) in bpf_prog2()81 index = SLOTS - 1; in bpf_prog2()
16 #define SLOTS 100 macro25 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()
49 On Ice Lake, there is a new fixed counter 3: SLOTS, which reports50 "pipeline SLOTS" (cycles multiplied by core issue width) and a63 The application opens a group with fixed counter 3 (SLOTS) and any241 - All the TopDown metric events must be in a group with the SLOTS event.242 - The SLOTS event must be the leader of the group.246 The SLOTS event and the TopDown metric events can be counting members of247 a sampling read group. Since the SLOTS event must be the leader of a TopDown
543 #define SLOTS(x) (((x) & 0xff) << 0) macro
300 value = SLOTS(1); in tegra_dc_assign_shared_plane()