Lines Matching refs:lockdep_map
265 struct lockdep_map lockdep_map; member
2179 struct lockdep_map lockdep_map; in process_one_work() local
2181 lockdep_copy_map(&lockdep_map, &work->lockdep_map); in process_one_work()
2244 lock_map_acquire(&pwq->wq->lockdep_map); in process_one_work()
2245 lock_map_acquire(&lockdep_map); in process_one_work()
2275 lock_map_release(&lockdep_map); in process_one_work()
2276 lock_map_release(&pwq->wq->lockdep_map); in process_one_work()
2660 init_completion_map(&barr->done, &target->lockdep_map); in insert_wq_barrier()
2767 .done = COMPLETION_INITIALIZER_ONSTACK_MAP(this_flusher.done, wq->lockdep_map), in flush_workqueue()
2774 lock_map_acquire(&wq->lockdep_map); in flush_workqueue()
2775 lock_map_release(&wq->lockdep_map); in flush_workqueue()
3013 lock_map_acquire(&pwq->wq->lockdep_map); in start_flush_work()
3014 lock_map_release(&pwq->wq->lockdep_map); in start_flush_work()
3035 lock_map_acquire(&work->lockdep_map); in __flush_work()
3036 lock_map_release(&work->lockdep_map); in __flush_work()
3450 lockdep_init_map(&wq->lockdep_map, lock_name, &wq->key, 0); in wq_init_lockdep()