Lines Matching refs:lockdep_map
67 struct lockdep_map lockdep_map; member
285 struct lockdep_map lockdep_map = work->lockdep_map; in run_workqueue() local
294 lock_map_acquire(&cwq->wq->lockdep_map); in run_workqueue()
295 lock_map_acquire(&lockdep_map); in run_workqueue()
297 lock_map_release(&lockdep_map); in run_workqueue()
298 lock_map_release(&cwq->wq->lockdep_map); in run_workqueue()
417 lock_map_acquire(&wq->lockdep_map); in flush_workqueue()
418 lock_map_release(&wq->lockdep_map); in flush_workqueue()
445 lock_map_acquire(&cwq->wq->lockdep_map); in flush_work()
446 lock_map_release(&cwq->wq->lockdep_map); in flush_work()
540 lock_map_acquire(&work->lockdep_map); in wait_on_work()
541 lock_map_release(&work->lockdep_map); in wait_on_work()
826 lockdep_init_map(&wq->lockdep_map, lock_name, key, 0); in __create_workqueue_key()
880 lock_map_acquire(&cwq->wq->lockdep_map); in cleanup_workqueue_thread()
881 lock_map_release(&cwq->wq->lockdep_map); in cleanup_workqueue_thread()