Lines Matching defs:cancelled
586 * If the work_token is found on the work queue, the work is cancelled
589 * Return true if a work_token was found and cancelled, otherwise return false
594 * and cancelled ie. when the return value is B_TRUE.
601 boolean_t cancelled = B_FALSE;
620 /* found and cancelled work */
621 cancelled = B_TRUE;
631 return (cancelled);
1264 boolean_t cancelled = B_FALSE;
1286 cancelled = cancel_work(up_token);
1311 if (cancelled) {