Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dlockdep_types.h34 LD_LOCK_NORMAL = 0, /* normal, catch all */ enumerator
H A Dlockdep.h192 lockdep_init_map_type(lock, name, key, subclass, inner, outer, LD_LOCK_NORMAL); in lockdep_init_map_waits()
/openbmc/linux/kernel/locking/
H A Dspinlock_rt.c136 u8 type = percpu ? LD_LOCK_PERCPU : LD_LOCK_NORMAL; in __rt_spin_lock_init()
H A Dlockdep.c2265 if (entry->class->lock_type == LD_LOCK_NORMAL) in usage_skip()