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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_output.c15 #define EVENT_HASHSIZE 128 macro
19 static struct hlist_head event_hash[EVENT_HASHSIZE] __read_mostly;
667 key = type & (EVENT_HASHSIZE - 1);
786 key = event->type & (EVENT_HASHSIZE - 1);

Completed in 88 milliseconds