Searched refs:PERF_EVLIST__HLIST_SIZE (Results 1 – 3 of 3) sorted by relevance
11 #define PERF_EVLIST__HLIST_SIZE (1 << PERF_EVLIST__HLIST_BITS) macro33 struct hlist_head heads[PERF_EVLIST__HLIST_SIZE];
99 struct hlist_head heads[PERF_EVLIST__HLIST_SIZE];101 struct hlist_head tids[PERF_EVLIST__HLIST_SIZE];1505 free_hlist(gs->heads, PERF_EVLIST__HLIST_SIZE); in guest_session__exit()1506 free_hlist(gs->tids, PERF_EVLIST__HLIST_SIZE); in guest_session__exit()
266 for (i = 0; i < PERF_EVLIST__HLIST_SIZE; ++i) in perf_evlist__reset_id_hash()