Searched refs:raw_spin_lock_nested (Results 1 – 11 of 11) sorted by relevance
| /linux/include/linux/ |
| A D | spinlock.h | 220 # define raw_spin_lock_nested(lock, subclass) \ macro 234 # define raw_spin_lock_nested(lock, subclass) \ macro 366 raw_spin_lock_nested(spinlock_check(lock), subclass); \ 542 raw_spin_lock_nested(_T->lock, SINGLE_DEPTH_NESTING),
|
| /linux/arch/sh/mm/ |
| 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/arch/arm64/kvm/vgic/ |
| A D | vgic.c | 259 raw_spin_lock_nested(&irqb->irq_lock, SINGLE_DEPTH_NESTING); in vgic_irq_cmp() 682 raw_spin_lock_nested(&vcpuB->arch.vgic_cpu.ap_list_lock, in vgic_prune_ap_list()
|
| /linux/kernel/time/ |
| A D | timer_migration.c | 728 raw_spin_lock_nested(&group->lock, SINGLE_DEPTH_NESTING); in tmigr_update_events() 1551 raw_spin_lock_nested(&parent->lock, SINGLE_DEPTH_NESTING); in tmigr_connect_child_parent()
|
| A D | timer.c | 2157 raw_spin_lock_nested(&base_global->lock, SINGLE_DEPTH_NESTING); in timer_lock_remote_bases() 2251 raw_spin_lock_nested(&base_global->lock, SINGLE_DEPTH_NESTING); in __get_next_timer_interrupt() 2708 raw_spin_lock_nested(&old_base->lock, SINGLE_DEPTH_NESTING); in timers_dead_cpu()
|
| A D | hrtimer.c | 2216 raw_spin_lock_nested(&new_base->lock, SINGLE_DEPTH_NESTING); in hrtimers_cpu_dying()
|
| /linux/kernel/ |
| A D | stop_machine.c | 279 raw_spin_lock_nested(&stopper2->lock, SINGLE_DEPTH_NESTING); in cpu_stop_queue_two_works()
|
| /linux/mm/ |
| A D | kmemleak.c | 1399 raw_spin_lock_nested(&object->lock, SINGLE_DEPTH_NESTING); in pointer_update_refs() 1417 raw_spin_lock_nested(&object->lock, SINGLE_DEPTH_NESTING); in pointer_update_refs()
|
| /linux/kernel/sched/ |
| A D | core.c | 374 raw_spin_lock_nested(&cpu_rq(t)->__lock, i++); in sched_core_lock() 598 raw_spin_lock_nested(&rq->__lock, subclass); in raw_spin_rq_lock_nested() 606 raw_spin_lock_nested(lock, subclass); in raw_spin_rq_lock_nested()
|
| A D | sched.h | 3065 raw_spin_lock_nested(l2, SINGLE_DEPTH_NESTING); in double_raw_lock()
|
| /linux/kernel/events/ |
| A D | core.c | 3608 raw_spin_lock_nested(&next_ctx->lock, SINGLE_DEPTH_NESTING); in perf_event_context_sched_out()
|
Completed in 87 milliseconds