Searched refs:target_wq (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/
H A Dworkqueue.c3718 * @target_wq: workqueue being flushed
3721 * %current is trying to flush the whole @target_wq or @target_work on it.
3722 * If @target_wq doesn't have %WQ_MEM_RECLAIM, verify that %current is not
3727 static void check_flush_dependency(struct workqueue_struct *target_wq,
3733 if (target_wq->flags & WQ_MEM_RECLAIM)
3740 current->pid, current->comm, target_wq->name, target_func);
3745 target_wq->name, target_func);
3714 check_flush_dependency(struct workqueue_struct *target_wq, struct work_struct *target_work) argument

Completed in 150 milliseconds