Home
last modified time | relevance | path

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

/lib/
Ddynamic_printk.c67 static struct debug_name *find_debug_module_hash(char *module_name, int hash) in find_debug_module_hash() argument
74 head = &module_table[hash]; in find_debug_module_hash()
82 static int __add_debug_module(char *mod_name, int hash, int hash2) in __add_debug_module() argument
108 new->hash1 = hash; in __add_debug_module()
110 hlist_add_head_rcu(&new->hlist, &module_table[hash]); in __add_debug_module()
143 char *flags, int hash, int hash2) in register_dynamic_debug_module() argument
151 if (__add_debug_module(mod_name, hash, hash2)) in register_dynamic_debug_module()
167 int __dynamic_dbg_enabled_helper(char *mod_name, int type, int value, int hash) in __dynamic_dbg_enabled_helper() argument
175 elem = find_debug_module_hash(mod_name, hash); in __dynamic_dbg_enabled_helper()
397 iter->flag_names, iter->hash, iter->hash2); in dynamic_printk_init()
Ddebugobjects.c204 unsigned long hash; in get_bucket() local
206 hash = hash_long((addr >> ODEBUG_CHUNK_SHIFT), ODEBUG_HASH_BITS); in get_bucket()
207 return &obj_hash[hash]; in get_bucket()