Home
last modified time | relevance | path

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

/include/linux/
A Dsched.h102 #define TASK_RUNNING 0x00000000 macro
142 #define TASK_REPORT (TASK_RUNNING | TASK_INTERRUPTIBLE | \
147 #define task_is_running(task) (READ_ONCE((task)->__state) == TASK_RUNNING)
309 current->saved_state = TASK_RUNNING; \
A Dwait.h791 __set_current_state(TASK_RUNNING); \
A Dblkdev.h1699 __set_current_state(TASK_RUNNING); in blk_wake_io_task()

Completed in 21 milliseconds