Searched refs:target_wq (Results 1 - 1 of 1) sorted by last modified time

/linux-master/kernel/
H A Dworkqueue.c3683 * @target_wq: workqueue being flushed
3686 * %current is trying to flush the whole @target_wq or @target_work on it.
3687 * If @target_wq doesn't have %WQ_MEM_RECLAIM, verify that %current is not
3692 static void check_flush_dependency(struct workqueue_struct *target_wq, argument
3698 if (target_wq->flags & WQ_MEM_RECLAIM)
3705 current->pid, current->comm, target_wq->name, target_func);
3710 target_wq->name, target_func);

Completed in 156 milliseconds