Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dperf_event.h545 #define SWEVENT_HLIST_BITS 8 macro
546 #define SWEVENT_HLIST_SIZE (1 << SWEVENT_HLIST_BITS)
/Linux-v5.4/kernel/events/
Dcore.c8346 return hash_64(val, SWEVENT_HLIST_BITS); in swevent_hash()