Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dperf_event.h596 #define SWEVENT_HLIST_BITS 8 macro
597 #define SWEVENT_HLIST_SIZE (1 << SWEVENT_HLIST_BITS)
/OK3568_Linux_fs/kernel/kernel/events/
H A Dcore.c9100 return hash_64(val, SWEVENT_HLIST_BITS); in swevent_hash()