Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/compat/linuxkpi/common/src/
Dlinux_work.c45 WORK_ST_EXEC, /* callback is being called */ enumerator
137 [WORK_ST_EXEC] = WORK_ST_TASK, /* queue task another time */ in linux_queue_work_on()
145 case WORK_ST_EXEC: in linux_queue_work_on()
220 [WORK_ST_EXEC] = WORK_ST_TIMER, /* start timeout */ in linux_queue_delayed_work_on()
228 case WORK_ST_EXEC: in linux_queue_delayed_work_on()
263 [WORK_ST_TIMER] = WORK_ST_EXEC, /* delayed work w/o timeout */ in linux_work_fn()
264 [WORK_ST_TASK] = WORK_ST_EXEC, /* call callback */ in linux_work_fn()
265 [WORK_ST_EXEC] = WORK_ST_IDLE, /* complete callback */ in linux_work_fn()
266 [WORK_ST_CANCEL] = WORK_ST_EXEC, /* failed to cancel */ in linux_work_fn()
343 [WORK_ST_EXEC] = WORK_ST_EXEC, /* NOP */ in linux_delayed_work_timer_fn()
[all …]