Lines Matching refs:lockdep_map
312 struct lockdep_map lockdep_map; member
2548 struct lockdep_map lockdep_map; in process_one_work() local
2550 lockdep_copy_map(&lockdep_map, &work->lockdep_map); in process_one_work()
2602 lock_map_acquire(&pwq->wq->lockdep_map); in process_one_work()
2603 lock_map_acquire(&lockdep_map); in process_one_work()
2634 lock_map_release(&lockdep_map); in process_one_work()
2635 lock_map_release(&pwq->wq->lockdep_map); in process_one_work()
3020 init_completion_map(&barr->done, &target->lockdep_map); in insert_wq_barrier()
3133 .done = COMPLETION_INITIALIZER_ONSTACK_MAP(this_flusher.done, wq->lockdep_map), in __flush_workqueue()
3140 lock_map_acquire(&wq->lockdep_map); in __flush_workqueue()
3141 lock_map_release(&wq->lockdep_map); in __flush_workqueue()
3379 lock_map_acquire(&pwq->wq->lockdep_map); in start_flush_work()
3380 lock_map_release(&pwq->wq->lockdep_map); in start_flush_work()
3400 lock_map_acquire(&work->lockdep_map); in __flush_work()
3401 lock_map_release(&work->lockdep_map); in __flush_work()
3897 lockdep_init_map(&wq->lockdep_map, lock_name, &wq->key, 0); in wq_init_lockdep()