Home
last modified time | relevance | path

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

/kernel/dma/
Ddebug.c29 #define HASH_SIZE 16384ULL macro
31 #define HASH_FN_MASK (HASH_SIZE - 1)
92 static struct hash_bucket dma_entry_hash[HASH_SIZE];
407 for (idx = 0; idx < HASH_SIZE; idx++) { in debug_dma_dump_mappings()
783 for (idx = 0; idx < HASH_SIZE; idx++) { in dump_show()
830 for (i = 0; i < HASH_SIZE; ++i) { in device_dma_allocations()
902 for (i = 0; i < HASH_SIZE; ++i) { in dma_debug_init()
/kernel/
Daudit_tree.c208 enum {HASH_SIZE = 128}; enumerator
209 static struct list_head chunk_hash_heads[HASH_SIZE];
222 return chunk_hash_heads + n % HASH_SIZE; in chunk_hash()
1080 for (i = 0; i < HASH_SIZE; i++) in audit_tree_init()