Lines Matching refs:lockdep_map
284 struct lockdep_map lockdep_map; member
2198 struct lockdep_map lockdep_map; in process_one_work() local
2200 lockdep_copy_map(&lockdep_map, &work->lockdep_map); in process_one_work()
2264 lock_map_acquire(&pwq->wq->lockdep_map); in process_one_work()
2265 lock_map_acquire(&lockdep_map); in process_one_work()
2295 lock_map_release(&lockdep_map); in process_one_work()
2296 lock_map_release(&pwq->wq->lockdep_map); in process_one_work()
2688 init_completion_map(&barr->done, &target->lockdep_map); in insert_wq_barrier()
2802 .done = COMPLETION_INITIALIZER_ONSTACK_MAP(this_flusher.done, wq->lockdep_map), in __flush_workqueue()
2809 lock_map_acquire(&wq->lockdep_map); in __flush_workqueue()
2810 lock_map_release(&wq->lockdep_map); in __flush_workqueue()
3048 lock_map_acquire(&pwq->wq->lockdep_map); in start_flush_work()
3049 lock_map_release(&pwq->wq->lockdep_map); in start_flush_work()
3069 lock_map_acquire(&work->lockdep_map); in __flush_work()
3070 lock_map_release(&work->lockdep_map); in __flush_work()
3492 lockdep_init_map(&wq->lockdep_map, lock_name, &wq->key, 0); in wq_init_lockdep()