Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dperf_event.h327 #define SWEVENT_HLIST_BITS 8 macro
328 #define SWEVENT_HLIST_SIZE (1 << SWEVENT_HLIST_BITS)
/linux-4.1.27/kernel/events/
Dcore.c6312 return hash_64(val, SWEVENT_HLIST_BITS); in swevent_hash()