Home
last modified time | relevance | path

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

/kernel/dma/
Ddebug.c30 #define HASH_SIZE 1024ULL macro
32 #define HASH_FN_MASK (HASH_SIZE - 1)
93 static struct hash_bucket dma_entry_hash[HASH_SIZE];
403 for (idx = 0; idx < HASH_SIZE; idx++) { in debug_dma_dump_mappings()
823 for (idx = 0; idx < HASH_SIZE; idx++) { in dump_show()
867 for (i = 0; i < HASH_SIZE; ++i) { in device_dma_allocations()
939 for (i = 0; i < HASH_SIZE; ++i) { in dma_debug_init()
/kernel/
Daudit_tree.c210 enum {HASH_SIZE = 128}; enumerator
211 static struct list_head chunk_hash_heads[HASH_SIZE];
224 return chunk_hash_heads + n % HASH_SIZE; in chunk_hash()
1088 for (i = 0; i < HASH_SIZE; i++) in audit_tree_init()