Searched refs:PERF_EVLIST__HLIST_SIZE (Results 1 – 2 of 2) sorted by relevance
10 #define PERF_EVLIST__HLIST_SIZE (1 << PERF_EVLIST__HLIST_BITS) macro26 struct hlist_head heads[PERF_EVLIST__HLIST_SIZE];
31 for (i = 0; i < PERF_EVLIST__HLIST_SIZE; ++i) in perf_evlist__init()