Searched refs:raw_spin_lock_nested (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/include/linux/ |
D | spinlock.h | 191 # define raw_spin_lock_nested(lock, subclass) \ macro 207 # define raw_spin_lock_nested(lock, subclass) \ macro 327 raw_spin_lock_nested(spinlock_check(lock), subclass); \
|
/linux-4.1.27/kernel/sched/ |
D | sched.h | 1531 raw_spin_lock_nested(&this_rq->lock, in _double_lock_balance() 1535 raw_spin_lock_nested(&busiest->lock, in _double_lock_balance() 1588 raw_spin_lock_nested(l2, SINGLE_DEPTH_NESTING); in double_raw_lock() 1608 raw_spin_lock_nested(&rq2->lock, SINGLE_DEPTH_NESTING); in double_rq_lock() 1611 raw_spin_lock_nested(&rq1->lock, SINGLE_DEPTH_NESTING); in double_rq_lock()
|
/linux-4.1.27/arch/sh/mm/ |
D | pmb.c | 385 raw_spin_lock_nested(&pmbp->lock, in pmb_bolt_mapping() 637 raw_spin_lock_nested(&pmbp->lock, SINGLE_DEPTH_NESTING); in pmb_synchronize()
|
/linux-4.1.27/kernel/time/ |
D | hrtimer.c | 1682 raw_spin_lock_nested(&old_base->lock, SINGLE_DEPTH_NESTING); in migrate_hrtimers()
|
/linux-4.1.27/kernel/events/ |
D | core.c | 2559 raw_spin_lock_nested(&next_ctx->lock, SINGLE_DEPTH_NESTING); in perf_event_context_sched_out()
|