Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/locking/
Dspinlock_debug.c29 lock->owner_cpu = -1; in __raw_spin_lock_init()
47 lock->owner_cpu = -1; in __rwlock_init()
66 lock->owner_cpu); in spin_dump()
85 SPIN_BUG_ON(lock->owner_cpu == raw_smp_processor_id(), in debug_spin_lock_before()
91 lock->owner_cpu = raw_smp_processor_id(); in debug_spin_lock_after()
100 SPIN_BUG_ON(lock->owner_cpu != raw_smp_processor_id(), in debug_spin_unlock()
103 lock->owner_cpu = -1; in debug_spin_unlock()
230 RWLOCK_BUG_ON(lock->owner_cpu == raw_smp_processor_id(), in debug_write_lock_before()
236 lock->owner_cpu = raw_smp_processor_id(); in debug_write_lock_after()
244 RWLOCK_BUG_ON(lock->owner_cpu != raw_smp_processor_id(), in debug_write_unlock()
[all …]
/linux-4.4.14/include/linux/
Drwlock_types.h17 unsigned int magic, owner_cpu; member
38 .owner_cpu = -1, \
Dspinlock_types.h26 unsigned int magic, owner_cpu; member
47 .owner_cpu = -1, \