Home | History | Annotate | Download | only in linux

Lines Matching refs:cancel

97 SDT_PROBE_DEFINE2(sdt, linux, work, cancel,
312 * Destroy a workqueue created with wq. Cancel any pending
322 * Cancel all delayed work. We do this first because any
324 * cancel, may have queued new work.
343 * cancel it and remove itself from the queue before
350 SDT_PROBE2(sdt, linux, work, cancel, &dw->work, wq);
468 /* Notify cancel that we've completed a batch of work. */
749 /* If there's no workqueue, nothing to cancel. */
758 * workqueue, so it's too to cancel.
769 SDT_PROBE2(sdt, linux, work, cancel, work, wq);
774 /* Not on the queue. Couldn't cancel it. */
798 /* If there's no workqueue, nothing to cancel. */
807 * workqueue, so it's too late to cancel.
818 SDT_PROBE2(sdt, linux, work, cancel, work, wq);
823 /* Not on the queue. Couldn't cancel it. */
1088 SDT_PROBE2(sdt, linux, work, cancel,
1099 SDT_PROBE2(sdt, linux, work, cancel,
1110 * either reschedule it or cancel it to put it
1122 SDT_PROBE2(sdt, linux, work, cancel,
1130 SDT_PROBE2(sdt, linux, work, cancel,
1148 SDT_PROBE2(sdt, linux, work, cancel,
1159 SDT_PROBE2(sdt, linux, work, cancel,
1182 SDT_PROBE2(sdt, linux, work, cancel,
1189 SDT_PROBE2(sdt, linux, work, cancel,
1246 /* If there's no workqueue, nothing to cancel. */
1264 SDT_PROBE2(sdt, linux, work, cancel,
1270 /* Not on the queue, so didn't cancel. */
1288 SDT_PROBE2(sdt, linux, work, cancel, &dw->work, wq);
1295 * already fired. We must ask it to cancel.
1300 SDT_PROBE2(sdt, linux, work, cancel, &dw->work, wq);
1336 /* If there's no workqueue, nothing to cancel. */
1354 SDT_PROBE2(sdt, linux, work, cancel,
1360 /* Not on the queue, so didn't cancel. */
1383 SDT_PROBE2(sdt, linux, work, cancel, &dw->work, wq);
1391 * already fired. We must ask it to cancel and
1396 SDT_PROBE2(sdt, linux, work, cancel, &dw->work, wq);