Lines Matching refs:lockdep_map
283 struct lockdep_map lockdep_map; member
2207 struct lockdep_map lockdep_map; in process_one_work() local
2209 lockdep_copy_map(&lockdep_map, &work->lockdep_map); in process_one_work()
2273 lock_map_acquire(&pwq->wq->lockdep_map); in process_one_work()
2274 lock_map_acquire(&lockdep_map); in process_one_work()
2304 lock_map_release(&lockdep_map); in process_one_work()
2305 lock_map_release(&pwq->wq->lockdep_map); in process_one_work()
2697 init_completion_map(&barr->done, &target->lockdep_map); in insert_wq_barrier()
2811 .done = COMPLETION_INITIALIZER_ONSTACK_MAP(this_flusher.done, wq->lockdep_map), in flush_workqueue()
2818 lock_map_acquire(&wq->lockdep_map); in flush_workqueue()
2819 lock_map_release(&wq->lockdep_map); in flush_workqueue()
3057 lock_map_acquire(&pwq->wq->lockdep_map); in start_flush_work()
3058 lock_map_release(&pwq->wq->lockdep_map); in start_flush_work()
3079 lock_map_acquire(&work->lockdep_map); in __flush_work()
3080 lock_map_release(&work->lockdep_map); in __flush_work()
3494 lockdep_init_map(&wq->lockdep_map, lock_name, &wq->key, 0); in wq_init_lockdep()