Home
last modified time | relevance | path

Searched defs:HASH_SIZE (Results 1 – 7 of 7) sorted by relevance

/linux/scripts/include/
H A Dhashtable.h8 #define HASH_SIZE(name) (ARRAY_SIZE(name)) macro
/linux/tools/include/linux/
H A Dhashtable.h24 #define HASH_SIZE(name) (ARRAY_SIZE(name)) macro
/linux/include/linux/
H A Dhashtable.h27 #define HASH_SIZE(name) (ARRAY_SIZE(name)) macro
/linux/security/keys/encrypted-keys/
H A Dencrypted.c52 #define HASH_SIZE SHA256_DIGEST_SIZE macro
/linux/kernel/
H A Daudit_tree.c208 enum {HASH_SIZE = 128}; enumerator
/linux/tools/mm/
H A Dpage-types.c197 #define HASH_SIZE (1 << HASH_SHIFT) macro
/linux/kernel/dma/
H A Ddebug.c29 #define HASH_SIZE 16384ULL macro