Searched refs:WORK_ST_CANCEL (Results 1 – 1 of 1) sorted by relevance
46 WORK_ST_CANCEL, /* cancel is being requested */ enumerator138 [WORK_ST_CANCEL] = WORK_ST_TASK, /* start queuing task again */ in linux_queue_work_on()146 case WORK_ST_CANCEL: in linux_queue_work_on()221 [WORK_ST_CANCEL] = WORK_ST_TIMER, /* start timeout */ in linux_queue_delayed_work_on()229 case WORK_ST_CANCEL: in linux_queue_delayed_work_on()266 [WORK_ST_CANCEL] = WORK_ST_EXEC, /* failed to cancel */ in linux_work_fn()289 case WORK_ST_CANCEL: in linux_work_fn()344 [WORK_ST_CANCEL] = WORK_ST_TASK, /* failed to cancel */ in linux_delayed_work_timer_fn()350 case WORK_ST_CANCEL: in linux_delayed_work_timer_fn()371 [WORK_ST_CANCEL] = WORK_ST_IDLE, /* cancel and drain */ in linux_cancel_work_sync()[all …]