Searched refs:raw_spin_lock_nested (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/linux/ |
D | spinlock.h | 181 # define raw_spin_lock_nested(lock, subclass) \ macro 197 # define raw_spin_lock_nested(lock, subclass) \ macro 317 raw_spin_lock_nested(spinlock_check(lock), subclass); \
|
/linux-4.4.14/kernel/sched/ |
D | sched.h | 1553 raw_spin_lock_nested(&this_rq->lock, in _double_lock_balance() 1557 raw_spin_lock_nested(&busiest->lock, in _double_lock_balance() 1610 raw_spin_lock_nested(l2, SINGLE_DEPTH_NESTING); in double_raw_lock() 1630 raw_spin_lock_nested(&rq2->lock, SINGLE_DEPTH_NESTING); in double_rq_lock() 1633 raw_spin_lock_nested(&rq1->lock, SINGLE_DEPTH_NESTING); in double_rq_lock()
|
/linux-4.4.14/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.4.14/kernel/time/ |
D | hrtimer.c | 1665 raw_spin_lock_nested(&old_base->lock, SINGLE_DEPTH_NESTING); in migrate_hrtimers()
|
/linux-4.4.14/kernel/events/ |
D | core.c | 2578 raw_spin_lock_nested(&next_ctx->lock, SINGLE_DEPTH_NESTING); in perf_event_context_sched_out()
|