Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/dlfilters/
A Ddlfilter-show-cycles.c23 #define TABLESZ (1 << BITS) macro
24 #define TABLEMAX (TABLESZ / 2)
25 #define MASK (TABLESZ - 1)
32 } table[TABLESZ];
56 if (++pos == TABLESZ) in find_entry()

Completed in 3 milliseconds