Searched refs:WORK_ST_CANCEL (Results 1 – 1 of 1) sorted by relevance
45 WORK_ST_CANCEL, /* cancel is being requested */ enumerator139 [WORK_ST_CANCEL] = WORK_ST_TASK, /* start queuing task again */ in linux_queue_work_on()147 case WORK_ST_CANCEL: in linux_queue_work_on()222 [WORK_ST_CANCEL] = WORK_ST_TIMER, /* start timeout */ in linux_queue_delayed_work_on()232 case WORK_ST_CANCEL: in linux_queue_delayed_work_on()271 [WORK_ST_CANCEL] = WORK_ST_EXEC, /* failed to cancel */ in linux_work_fn()294 case WORK_ST_CANCEL: in linux_work_fn()349 [WORK_ST_CANCEL] = WORK_ST_TASK, /* failed to cancel */ in linux_delayed_work_timer_fn()355 case WORK_ST_CANCEL: in linux_delayed_work_timer_fn()377 [WORK_ST_CANCEL] = WORK_ST_IDLE, /* can't happen */ in linux_cancel_work()[all …]