Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/compat/linuxkpi/common/src/
Dlinux_schedule.c237 set_task_state(current, TASK_RUNNING); in linux_finish_wait()
321 set_task_state(task, TASK_RUNNING); in linux_schedule_timeout()
389 set_task_state(task, TASK_RUNNING); in linux_wait_on_bit_timeout()
422 set_task_state(task, TASK_RUNNING); in linux_wait_on_atomic_t()
Dlinux_kthread.c107 set_task_state(task, TASK_RUNNING); in linux_kthread_parkme()
Dlinux_current.c72 atomic_set(&ts->state, TASK_RUNNING); in linux_alloc_current()
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
Dsched.h54 #define TASK_RUNNING 0x0000 macro
/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
Dib_fmr_pool.c201 __set_current_state(TASK_RUNNING); in ib_fmr_cleanup_thread()
/freebsd-12-stable/sys/dev/netmap/
Dnetmap_kloop.c867 __set_current_state(TASK_RUNNING); in netmap_sync_kloop()
/freebsd-12-stable/sys/dev/mthca/
Dmthca_cmd.c242 set_current_state(TASK_RUNNING); in mthca_cmd_post_hcr()
360 set_current_state(TASK_RUNNING); in mthca_cmd_poll()