Lines Matching defs:from_cancel
3814 * @from_cancel: are we called from the work cancel path
3825 bool from_cancel)
3830 if (from_cancel || target_wq->flags & WQ_MEM_RECLAIM)
4265 bool from_cancel)
4293 check_flush_dependency(wq, work, from_cancel);
4309 if (!from_cancel && (wq->saved_max_active == 1 || wq->rescuer))
4320 static bool __flush_work(struct work_struct *work, bool from_cancel)
4330 if (!start_flush_work(work, &barr, from_cancel))
4334 * start_flush_work() returned %true. If @from_cancel is set, we know
4340 if (from_cancel) {