Searched refs:raw_spin_lock_nested (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| H A D | spinlock.h | 222 # define raw_spin_lock_nested(lock, subclass) \ macro 236 # define raw_spin_lock_nested(lock, subclass) \ macro 364 raw_spin_lock_nested(spinlock_check(lock), subclass); \ 569 raw_spin_lock_nested(_T->lock, SINGLE_DEPTH_NESTING),
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | posted_intr.c | 182 raw_spin_lock_nested(&per_cpu(wakeup_vcpus_on_cpu_lock, vcpu->cpu), in pi_enable_wakeup_handler()
|
| /linux/arch/sh/mm/ |
| H A 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/kernel/sched/ |
| H A D | core.c | 414 raw_spin_lock_nested(&cpu_rq(t)->__lock, i++); in sched_core_lock() 677 raw_spin_lock_nested(&rq->__lock, subclass); in raw_spin_rq_lock_nested() 685 raw_spin_lock_nested(lock, subclass); in raw_spin_rq_lock_nested()
|
| H A D | sched.h | 3385 raw_spin_lock_nested(l2, SINGLE_DEPTH_NESTING); in double_raw_lock()
|
| /linux/kernel/sched/ext/ |
| H A D | ext.c | 1605 raw_spin_lock_nested(&dsq->lock, in scx_dispatch_enqueue()
|
| /linux/kernel/events/ |
| H A D | core.c | 3806 raw_spin_lock_nested(&next_ctx->lock, SINGLE_DEPTH_NESTING); in perf_event_context_sched_out()
|