Home
last modified time | relevance | path

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

/linux/kernel/locking/
H A Dlockdep.c1248 static bool is_dynamic_key(const struct lock_class_key *key) in is_dynamic_key() function
1301 } else if (!static_obj(lock->key) && !is_dynamic_key(lock->key)) { in register_lock_class()
4973 if (!static_obj(key) && !is_dynamic_key(key)) { in lockdep_init_map_type()
6620 * Wait until is_dynamic_key() has finished accessing k->hash_entry. in lockdep_unregister_key()