Home
last modified time | relevance | path

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

/samples/bpf/
Dtracex3_kern.c43 #define SLOTS 100 macro
49 __uint(max_entries, SLOTS);
80 if (index >= SLOTS) in bpf_prog2()
81 index = SLOTS - 1; in bpf_prog2()
Dtracex3_user.c16 #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()