Lines Matching refs:lockdep_map
262 struct lockdep_map lockdep_map; member
2063 struct lockdep_map lockdep_map; in process_one_work() local
2065 lockdep_copy_map(&lockdep_map, &work->lockdep_map); in process_one_work()
2128 lock_map_acquire(&pwq->wq->lockdep_map); in process_one_work()
2129 lock_map_acquire(&lockdep_map); in process_one_work()
2159 lock_map_release(&lockdep_map); in process_one_work()
2160 lock_map_release(&pwq->wq->lockdep_map); in process_one_work()
2541 init_completion_map(&barr->done, &target->lockdep_map); in insert_wq_barrier()
2648 .done = COMPLETION_INITIALIZER_ONSTACK_MAP(this_flusher.done, wq->lockdep_map), in flush_workqueue()
2655 lock_map_acquire(&wq->lockdep_map); in flush_workqueue()
2656 lock_map_release(&wq->lockdep_map); in flush_workqueue()
2894 lock_map_acquire(&pwq->wq->lockdep_map); in start_flush_work()
2895 lock_map_release(&pwq->wq->lockdep_map); in start_flush_work()
2912 lock_map_acquire(&work->lockdep_map); in __flush_work()
2913 lock_map_release(&work->lockdep_map); in __flush_work()
4103 lockdep_init_map(&wq->lockdep_map, lock_name, key, 0); in __alloc_workqueue_key()