Home
last modified time | relevance | path

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

123456789

/Linux-v5.4/kernel/
Dsmpboot.c116 __set_current_state(TASK_RUNNING); in smpboot_thread_fn()
126 __set_current_state(TASK_RUNNING); in smpboot_thread_fn()
143 __set_current_state(TASK_RUNNING); in smpboot_thread_fn()
151 __set_current_state(TASK_RUNNING); in smpboot_thread_fn()
163 __set_current_state(TASK_RUNNING); in smpboot_thread_fn()
Dkthread.c205 __set_current_state(TASK_RUNNING); in __kthread_parkme()
585 __set_current_state(TASK_RUNNING); in kthreadd()
652 __set_current_state(TASK_RUNNING); in kthread_worker_fn()
670 __set_current_state(TASK_RUNNING); in kthread_worker_fn()
Dsoftirq.c75 if (tsk && tsk->state != TASK_RUNNING) in wakeup_softirqd()
91 return tsk && (tsk->state == TASK_RUNNING) && in ksoftirqd_running()
/Linux-v5.4/kernel/trace/
Dring_buffer_benchmark.c225 __set_current_state(TASK_RUNNING); in ring_buffer_consumer()
378 __set_current_state(TASK_RUNNING); in wait_to_die()
393 __set_current_state(TASK_RUNNING); in ring_buffer_consumer_thread()
423 __set_current_state(TASK_RUNNING); in ring_buffer_producer_thread()
/Linux-v5.4/kernel/sched/
Dswait.c115 __set_current_state(TASK_RUNNING); in __finish_swait()
124 __set_current_state(TASK_RUNNING); in finish_swait()
Dwait.c348 __set_current_state(TASK_RUNNING); in finish_wait()
417 __set_current_state(TASK_RUNNING); in wait_woken()
/Linux-v5.4/fs/jfs/
Djfs_lock.h35 __set_current_state(TASK_RUNNING); \
/Linux-v5.4/include/linux/
Drcuwait.h49 __set_current_state(TASK_RUNNING); \
/Linux-v5.4/tools/include/linux/
Dlockdep.h37 #define TASK_RUNNING 0 macro
/Linux-v5.4/fs/dlm/
Drecoverd.c296 set_current_state(TASK_RUNNING); in dlm_recoverd()
305 set_current_state(TASK_RUNNING); in dlm_recoverd()
/Linux-v5.4/drivers/mmc/core/
Dsdio_irq.c190 set_current_state(TASK_RUNNING); in sdio_irq_thread()
213 set_current_state(TASK_RUNNING); in sdio_irq_thread()
/Linux-v5.4/include/drm/
Ddrm_os_linux.h53 __set_current_state(TASK_RUNNING); \
/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_fence.c268 __set_current_state(TASK_RUNNING); in nouveau_fence_wait_legacy()
285 __set_current_state(TASK_RUNNING); in nouveau_fence_wait_legacy()
311 __set_current_state(TASK_RUNNING); in nouveau_fence_wait_busy()
/Linux-v5.4/drivers/tty/vt/
Dselection.c370 __set_current_state(TASK_RUNNING); in paste_selection()
377 __set_current_state(TASK_RUNNING); in paste_selection()
/Linux-v5.4/drivers/tty/
Dtty_ldsem.c203 __set_current_state(TASK_RUNNING); in down_read_failed()
285 __set_current_state(TASK_RUNNING); in down_write_failed()
Dn_hdlc.c600 __set_current_state(TASK_RUNNING); in n_hdlc_tty_read()
630 __set_current_state(TASK_RUNNING); in n_hdlc_tty_read()
703 __set_current_state(TASK_RUNNING); in n_hdlc_tty_write()
/Linux-v5.4/fs/
Deventfd.c236 __set_current_state(TASK_RUNNING); in eventfd_read()
286 __set_current_state(TASK_RUNNING); in eventfd_write()
/Linux-v5.4/arch/csky/kernel/
Dprocess.c100 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
/Linux-v5.4/arch/h8300/kernel/
Dprocess.c139 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
/Linux-v5.4/arch/hexagon/kernel/
Dprocess.c138 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
/Linux-v5.4/drivers/parisc/
Dpower.c116 __set_current_state(TASK_RUNNING); in kpowerswd()
/Linux-v5.4/drivers/dma-buf/
Ddma-fence.c516 __set_current_state(TASK_RUNNING); in dma_fence_default_wait()
617 __set_current_state(TASK_RUNNING); in dma_fence_wait_any_timeout()
/Linux-v5.4/arch/parisc/kernel/
Dprocess.c272 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
/Linux-v5.4/net/bluetooth/
Daf_bluetooth.c324 __set_current_state(TASK_RUNNING); in bt_sock_data_wait()
563 __set_current_state(TASK_RUNNING); in bt_sock_wait_state()
602 __set_current_state(TASK_RUNNING); in bt_sock_wait_ready()
/Linux-v5.4/arch/riscv/kernel/
Dstacktrace.c126 if (likely(task && task != current && task->state != TASK_RUNNING)) in get_wchan()

123456789