Home
last modified time | relevance | path

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

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