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()
15 #define SLOTS 100 macro24 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()
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 any311 - All the TopDown metric events must be in a group with the SLOTS event.312 - The SLOTS event must be the leader of the group.316 The SLOTS event and the TopDown metric events can be counting members of317 a sampling read group. Since the SLOTS event must be the leader of a TopDown
560 #define SLOTS(x) (((x) & 0xff) << 0) macro
385 value = SLOTS(1); in tegra_dc_assign_shared_plane()