Home
last modified time | relevance | path

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

12345678910

/Linux-v5.10/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.c235 __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/
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()
Dpreemptirq_delay_test.c128 __set_current_state(TASK_RUNNING); in preemptirq_delay_run()
/Linux-v5.10/tools/bpf/runqslower/
Drunqslower.bpf.c7 #define TASK_RUNNING 0 macro
72 if (prev->state == TASK_RUNNING) in handle__sched_switch()
/Linux-v5.10/kernel/sched/
Dswait.c128 __set_current_state(TASK_RUNNING); in __finish_swait()
137 __set_current_state(TASK_RUNNING); in finish_swait()
Dwait.c365 __set_current_state(TASK_RUNNING); in finish_wait()
434 __set_current_state(TASK_RUNNING); in wait_woken()
/Linux-v5.10/fs/jfs/
Djfs_lock.h35 __set_current_state(TASK_RUNNING); \
/Linux-v5.10/fs/
Deventfd.c243 __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/
Dlockdep.h37 #define TASK_RUNNING 0 macro
/Linux-v5.10/include/linux/
Drcuwait.h53 __set_current_state(TASK_RUNNING); in finish_rcuwait()
/Linux-v5.10/fs/dlm/
Drecoverd.c296 set_current_state(TASK_RUNNING); in dlm_recoverd()
305 set_current_state(TASK_RUNNING); in dlm_recoverd()
/Linux-v5.10/drivers/mmc/core/
Dsdio_irq.c189 set_current_state(TASK_RUNNING); in sdio_irq_thread()
212 set_current_state(TASK_RUNNING); in sdio_irq_thread()
/Linux-v5.10/lib/
Dtest_lockup.c330 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/
Dnouveau_fence.c277 __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/
Dtty_ldsem.c203 __set_current_state(TASK_RUNNING); in down_read_failed()
285 __set_current_state(TASK_RUNNING); in down_write_failed()
Dn_hdlc.c444 __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/
Dprocess.c138 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
/Linux-v5.10/drivers/tty/vt/
Dselection.c406 __set_current_state(TASK_RUNNING); in paste_selection()
414 __set_current_state(TASK_RUNNING); in paste_selection()
/Linux-v5.10/drivers/usb/gadget/udc/
Dmax3420_udc.c513 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/
Dpower.c116 __set_current_state(TASK_RUNNING); in kpowerswd()
/Linux-v5.10/drivers/net/wireless/mediatek/mt76/
Dutil.c131 set_current_state(TASK_RUNNING); in __mt76_worker_fn()
/Linux-v5.10/arch/h8300/kernel/
Dprocess.c137 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
/Linux-v5.10/arch/parisc/kernel/
Dprocess.c252 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
/Linux-v5.10/kernel/kcsan/
Dreport.c458 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()

12345678910