/Linux-v5.10/kernel/ |
D | smpboot.c | 116 __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()
|
D | kthread.c | 235 __set_current_state(TASK_RUNNING); in __kthread_parkme() 622 __set_current_state(TASK_RUNNING); in kthreadd() 689 __set_current_state(TASK_RUNNING); in kthread_worker_fn() 707 __set_current_state(TASK_RUNNING); in kthread_worker_fn()
|
/Linux-v5.10/kernel/trace/ |
D | ring_buffer_benchmark.c | 225 __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()
|
D | preemptirq_delay_test.c | 128 __set_current_state(TASK_RUNNING); in preemptirq_delay_run()
|
/Linux-v5.10/tools/bpf/runqslower/ |
D | runqslower.bpf.c | 7 #define TASK_RUNNING 0 macro 72 if (prev->state == TASK_RUNNING) in handle__sched_switch()
|
/Linux-v5.10/kernel/sched/ |
D | swait.c | 128 __set_current_state(TASK_RUNNING); in __finish_swait() 137 __set_current_state(TASK_RUNNING); in finish_swait()
|
D | wait.c | 365 __set_current_state(TASK_RUNNING); in finish_wait() 434 __set_current_state(TASK_RUNNING); in wait_woken()
|
/Linux-v5.10/fs/jfs/ |
D | jfs_lock.h | 35 __set_current_state(TASK_RUNNING); \
|
/Linux-v5.10/fs/ |
D | eventfd.c | 243 __set_current_state(TASK_RUNNING); in eventfd_read() 252 __set_current_state(TASK_RUNNING); in eventfd_read() 299 __set_current_state(TASK_RUNNING); in eventfd_write()
|
/Linux-v5.10/tools/include/linux/ |
D | lockdep.h | 37 #define TASK_RUNNING 0 macro
|
/Linux-v5.10/include/linux/ |
D | rcuwait.h | 53 __set_current_state(TASK_RUNNING); in finish_rcuwait()
|
/Linux-v5.10/fs/dlm/ |
D | recoverd.c | 296 set_current_state(TASK_RUNNING); in dlm_recoverd() 305 set_current_state(TASK_RUNNING); in dlm_recoverd()
|
/Linux-v5.10/drivers/mmc/core/ |
D | sdio_irq.c | 189 set_current_state(TASK_RUNNING); in sdio_irq_thread() 212 set_current_state(TASK_RUNNING); in sdio_irq_thread()
|
/Linux-v5.10/lib/ |
D | test_lockup.c | 330 if (wait_state == TASK_RUNNING) { in test_wait() 466 wait_state = TASK_RUNNING; in test_lockup_init() 498 if ((wait_state != TASK_RUNNING || in test_lockup_init()
|
/Linux-v5.10/drivers/gpu/drm/nouveau/ |
D | nouveau_fence.c | 277 __set_current_state(TASK_RUNNING); in nouveau_fence_wait_legacy() 294 __set_current_state(TASK_RUNNING); in nouveau_fence_wait_legacy() 320 __set_current_state(TASK_RUNNING); in nouveau_fence_wait_busy()
|
/Linux-v5.10/drivers/tty/ |
D | tty_ldsem.c | 203 __set_current_state(TASK_RUNNING); in down_read_failed() 285 __set_current_state(TASK_RUNNING); in down_write_failed()
|
D | n_hdlc.c | 444 __set_current_state(TASK_RUNNING); in n_hdlc_tty_read() 474 __set_current_state(TASK_RUNNING); in n_hdlc_tty_read() 530 __set_current_state(TASK_RUNNING); in n_hdlc_tty_write()
|
/Linux-v5.10/arch/hexagon/kernel/ |
D | process.c | 138 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
|
/Linux-v5.10/drivers/tty/vt/ |
D | selection.c | 406 __set_current_state(TASK_RUNNING); in paste_selection() 414 __set_current_state(TASK_RUNNING); in paste_selection()
|
/Linux-v5.10/drivers/usb/gadget/udc/ |
D | max3420_udc.c | 513 udc->thread_task->state != TASK_RUNNING) in max3420_vbus_handler() 533 udc->thread_task->state != TASK_RUNNING) in max3420_irq_handler() 902 set_current_state(TASK_RUNNING); in max3420_thread() 1097 udc->thread_task->state != TASK_RUNNING) in max3420_wakeup() 1121 udc->thread_task->state != TASK_RUNNING) in max3420_udc_start() 1141 udc->thread_task->state != TASK_RUNNING) in max3420_udc_stop()
|
/Linux-v5.10/drivers/parisc/ |
D | power.c | 116 __set_current_state(TASK_RUNNING); in kpowerswd()
|
/Linux-v5.10/drivers/net/wireless/mediatek/mt76/ |
D | util.c | 131 set_current_state(TASK_RUNNING); in __mt76_worker_fn()
|
/Linux-v5.10/arch/h8300/kernel/ |
D | process.c | 137 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
|
/Linux-v5.10/arch/parisc/kernel/ |
D | process.c | 252 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
|
/Linux-v5.10/kernel/kcsan/ |
D | report.c | 458 const bool is_running = current->state == TASK_RUNNING; in set_other_info_task_blocking() 504 set_current_state(TASK_RUNNING); in set_other_info_task_blocking()
|