Home
last modified time | relevance | path

Searched refs:HASHTABLE_DEFINE (Results 1 – 5 of 5) sorted by relevance

/linux/scripts/include/
H A Dhashtable.h12 #define HASHTABLE_DEFINE(name, size) \ macro
/linux/scripts/kconfig/
H A Dutil.c17 static HASHTABLE_DEFINE(file_hashtable, 1U << 11);
H A Dsymbol.c894 HASHTABLE_DEFINE(sym_hashtable, SYMBOL_HASHSIZE);
H A Dexpr.c19 HASHTABLE_DEFINE(expr_hashtable, EXPR_HASHSIZE);
/linux/scripts/mod/
H A Dmodpost.c213 static HASHTABLE_DEFINE(symbol_hashtable, 1U << 10);