Home
last modified time | relevance | path

Searched refs:WORK_ST_EXEC (Results 1 – 1 of 1) sorted by relevance

/freebsd-14-stable/sys/compat/linuxkpi/common/src/
HDlinux_work.c44 WORK_ST_EXEC, /* callback is being called */ enumerator
138 [WORK_ST_EXEC] = WORK_ST_TASK, /* queue task another time */ in linux_queue_work_on()
146 case WORK_ST_EXEC: in linux_queue_work_on()
221 [WORK_ST_EXEC] = WORK_ST_TIMER, /* start timeout */ in linux_queue_delayed_work_on()
231 case WORK_ST_EXEC: in linux_queue_delayed_work_on()
268 [WORK_ST_TIMER] = WORK_ST_EXEC, /* delayed work w/o timeout */ in linux_work_fn()
269 [WORK_ST_TASK] = WORK_ST_EXEC, /* call callback */ in linux_work_fn()
270 [WORK_ST_EXEC] = WORK_ST_IDLE, /* complete callback */ in linux_work_fn()
271 [WORK_ST_CANCEL] = WORK_ST_EXEC, /* failed to cancel */ in linux_work_fn()
348 [WORK_ST_EXEC] = WORK_ST_EXEC, /* NOP */ in linux_delayed_work_timer_fn()
[all …]