Home
last modified time | relevance | path

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

/kernel/
Daudit_tree.c160 enum {HASH_SIZE = 128}; enumerator
161 static struct list_head chunk_hash_heads[HASH_SIZE];
167 return chunk_hash_heads + n % HASH_SIZE; in chunk_hash()
960 for (i = 0; i < HASH_SIZE; i++) in audit_tree_init()