Searched refs:EVENT_HASHSIZE (Results 1 – 1 of 1) sorted by relevance
17 #define EVENT_HASHSIZE 128 macro21 static struct hlist_head event_hash[EVENT_HASHSIZE] __read_mostly;686 key = type & (EVENT_HASHSIZE - 1); in ftrace_find_event()805 key = event->type & (EVENT_HASHSIZE - 1); in register_trace_event()