Lines Matching refs:lockdep_map
265 struct lockdep_map lockdep_map; member
2182 struct lockdep_map lockdep_map; in process_one_work() local
2184 lockdep_copy_map(&lockdep_map, &work->lockdep_map); in process_one_work()
2247 lock_map_acquire(&pwq->wq->lockdep_map); in process_one_work()
2248 lock_map_acquire(&lockdep_map); in process_one_work()
2278 lock_map_release(&lockdep_map); in process_one_work()
2279 lock_map_release(&pwq->wq->lockdep_map); in process_one_work()
2669 init_completion_map(&barr->done, &target->lockdep_map); in insert_wq_barrier()
2776 .done = COMPLETION_INITIALIZER_ONSTACK_MAP(this_flusher.done, wq->lockdep_map), in flush_workqueue()
2783 lock_map_acquire(&wq->lockdep_map); in flush_workqueue()
2784 lock_map_release(&wq->lockdep_map); in flush_workqueue()
3022 lock_map_acquire(&pwq->wq->lockdep_map); in start_flush_work()
3023 lock_map_release(&pwq->wq->lockdep_map); in start_flush_work()
3044 lock_map_acquire(&work->lockdep_map); in __flush_work()
3045 lock_map_release(&work->lockdep_map); in __flush_work()
3459 lockdep_init_map(&wq->lockdep_map, lock_name, &wq->key, 0); in wq_init_lockdep()