Home
last modified time | relevance | path

Searched refs:lock_map_acquire (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/include/linux/
Dlockdep.h521 #define lock_map_acquire(l) lock_acquire_exclusive(l, 0, 0, NULL, _THIS_IP_) macro
/linux-4.4.14/kernel/time/
Dtimer.c1113 lock_map_acquire(&timer->lockdep_map); in del_timer_sync()
1175 lock_map_acquire(&lockdep_map); in call_timer_fn()
/linux-4.4.14/kernel/
Dcpu.c89 #define cpuhp_lock_acquire() lock_map_acquire(&cpu_hotplug.dep_map)
Dworkqueue.c2067 lock_map_acquire(&lockdep_map); in process_one_work()
2519 lock_map_acquire(&wq->lockdep_map); in flush_workqueue()
2749 lock_map_acquire(&pwq->wq->lockdep_map); in start_flush_work()
2775 lock_map_acquire(&work->lockdep_map); in flush_work()
/linux-4.4.14/drivers/net/wireless/iwlwifi/pcie/
Drx.c1199 lock_map_acquire(&trans->sync_cmd_lockdep_map); in iwl_pcie_irq_handler()
/linux-4.4.14/mm/
Dmemory_hotplug.c76 #define memhp_lock_acquire() lock_map_acquire(&mem_hotplug.dep_map)
/linux-4.4.14/fs/jbd2/
Dtransaction.c385 lock_map_acquire(&handle->h_lockdep_map); in start_this_handle()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dcl_lock.c159 lock_map_acquire(&lock->dep_map); in cl_lock_lockdep_acquire()