Lines Matching refs:canceling
1160 return !list_empty(&work->node) || work->canceling;
1245 if (!work->canceling)
1384 * any queuing is blocked by setting the canceling counter.
1386 work->canceling++;
1390 work->canceling--;
1453 /* Do not bother with canceling when never queued. */
1464 * that is canceling the work as well.
1475 if (work->canceling) {
1513 * In the meantime, block any queuing by setting the canceling counter.
1515 work->canceling++;
1519 work->canceling--;
1592 * caller should be responsible for queuing or canceling all delayed work items