Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dlockdep.h139 lockdep_init_map_wait(struct lockdep_map *lock, const char *name, in lockdep_init_map_wait() function
148 lockdep_init_map_wait(lock, name, key, subclass, LD_WAIT_INV); in lockdep_init_map()
350 # define lockdep_init_map_wait(lock, name, key, sub, inner) \ macro
/linux/kernel/locking/
H A Drtmutex_api.c260 lockdep_init_map_wait(&lock->dep_map, name, key, 0, LD_WAIT_SLEEP); in __rt_mutex_init()
574 lockdep_init_map_wait(&mutex->dep_map, name, key, 0, LD_WAIT_SLEEP); in mutex_rt_init_lockdep()