Home
last modified time | relevance | path

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

/linux-4.1.27/samples/bpf/
Dtracex3_user.c19 #define SLOTS 100 macro
26 for (key = 0; key < SLOTS; key++) in clear_stats()
80 __u64 cnt[SLOTS]; in print_hist()
84 for (key = 0; key < SLOTS; key++) { in print_hist()
93 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()