Searched refs:EVENT_HASHSIZE (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/trace/
H A Dtrace_output.c19 #define EVENT_HASHSIZE 128 macro
23 static struct hlist_head event_hash[EVENT_HASHSIZE] __read_mostly;
684 key = type & (EVENT_HASHSIZE - 1);
774 key = event->type & (EVENT_HASHSIZE - 1);

Completed in 230 milliseconds