Lines Matching refs:lockdep_map
312 struct lockdep_map lockdep_map; member
2551 struct lockdep_map lockdep_map; in process_one_work() local
2553 lockdep_copy_map(&lockdep_map, &work->lockdep_map); in process_one_work()
2605 lock_map_acquire(&pwq->wq->lockdep_map); in process_one_work()
2606 lock_map_acquire(&lockdep_map); in process_one_work()
2637 lock_map_release(&lockdep_map); in process_one_work()
2638 lock_map_release(&pwq->wq->lockdep_map); in process_one_work()
3023 init_completion_map(&barr->done, &target->lockdep_map); in insert_wq_barrier()
3136 .done = COMPLETION_INITIALIZER_ONSTACK_MAP(this_flusher.done, wq->lockdep_map), in __flush_workqueue()
3143 lock_map_acquire(&wq->lockdep_map); in __flush_workqueue()
3144 lock_map_release(&wq->lockdep_map); in __flush_workqueue()
3382 lock_map_acquire(&pwq->wq->lockdep_map); in start_flush_work()
3383 lock_map_release(&pwq->wq->lockdep_map); in start_flush_work()
3403 lock_map_acquire(&work->lockdep_map); in __flush_work()
3404 lock_map_release(&work->lockdep_map); in __flush_work()
3900 lockdep_init_map(&wq->lockdep_map, lock_name, &wq->key, 0); in wq_init_lockdep()