Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
H A Dinternal.h9 extern HASHTABLE_DECLARE(sym_hashtable, SYMBOL_HASHSIZE);
16 extern HASHTABLE_DECLARE(expr_hashtable, EXPR_HASHSIZE);
/linux/scripts/include/
H A Dhashtable.h10 #define HASHTABLE_DECLARE(name, size) struct hlist_head name[size] macro
13 HASHTABLE_DECLARE(name, size) = \