Lines Matching full:cancel
45 WORK_ST_CANCEL, /* cancel is being requested */
278 [WORK_ST_CANCEL] = WORK_ST_EXEC, /* failed to cancel */ in linux_work_fn()
356 [WORK_ST_CANCEL] = WORK_ST_TASK, /* failed to cancel */ in linux_delayed_work_timer_fn()
382 [WORK_ST_TASK] = WORK_ST_IDLE, /* cancel */ in linux_cancel_work()
413 [WORK_ST_TASK] = WORK_ST_IDLE, /* cancel and drain */ in linux_cancel_work_sync()
415 [WORK_ST_CANCEL] = WORK_ST_IDLE, /* cancel and drain */ in linux_cancel_work_sync()
473 [WORK_ST_TIMER] = WORK_ST_CANCEL, /* try to cancel */ in linux_cancel_delayed_work()
474 [WORK_ST_TASK] = WORK_ST_CANCEL, /* try to cancel */ in linux_cancel_delayed_work()
518 [WORK_ST_TIMER] = WORK_ST_IDLE, /* cancel and drain */ in linux_cancel_delayed_work_sync_int()
519 [WORK_ST_TASK] = WORK_ST_IDLE, /* cancel and drain */ in linux_cancel_delayed_work_sync_int()
521 [WORK_ST_CANCEL] = WORK_ST_IDLE, /* cancel and drain */ in linux_cancel_delayed_work_sync_int()