Home
last modified time | relevance | path

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

/Linux-v4.19/samples/bpf/
Dtracex3_user.c22 #define SLOTS 100 macro
31 for (key = 0; key < SLOTS; key++) in clear_stats()
87 __u64 cnt[SLOTS]; in print_hist()
92 for (key = 0; key < SLOTS; key++) { in print_hist()
103 for (key = full_range ? 0 : 29; key < SLOTS; key++) { in print_hist()
Dtracex3_kern.c42 #define SLOTS 100 macro
48 .max_entries = SLOTS,
79 if (index >= SLOTS) in bpf_prog2()
80 index = SLOTS - 1; in bpf_prog2()
/Linux-v4.19/drivers/gpu/drm/tegra/
Ddc.h547 #define SLOTS(x) (((x) & 0xff) << 0) macro
Dhub.c290 value = SLOTS(1); in tegra_dc_assign_shared_plane()