| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | smpboot.c | 115 __set_current_state(TASK_RUNNING); in smpboot_thread_fn() 125 __set_current_state(TASK_RUNNING); in smpboot_thread_fn() 142 __set_current_state(TASK_RUNNING); in smpboot_thread_fn() 150 __set_current_state(TASK_RUNNING); in smpboot_thread_fn() 162 __set_current_state(TASK_RUNNING); in smpboot_thread_fn()
|
| H A D | kthread.c | 256 __set_current_state(TASK_RUNNING); in __kthread_parkme() 669 __set_current_state(TASK_RUNNING); in kthreadd() 736 __set_current_state(TASK_RUNNING); in kthread_worker_fn() 754 __set_current_state(TASK_RUNNING); in kthread_worker_fn()
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/tools/bpf/runqslower/ |
| H A D | runqslower.bpf.c | 7 #define TASK_RUNNING 0 macro 72 if (prev->state == TASK_RUNNING) in handle__sched_switch()
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | swait.c | 128 __set_current_state(TASK_RUNNING); in __finish_swait() 137 __set_current_state(TASK_RUNNING); in finish_swait()
|
| H A D | wait.c | 381 __set_current_state(TASK_RUNNING); in finish_wait() 451 __set_current_state(TASK_RUNNING); in wait_woken()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | eventfd.c | 248 __set_current_state(TASK_RUNNING); in eventfd_read() 257 __set_current_state(TASK_RUNNING); in eventfd_read() 304 __set_current_state(TASK_RUNNING); in eventfd_write()
|
| /OK3568_Linux_fs/kernel/fs/jfs/ |
| H A D | jfs_lock.h | 35 __set_current_state(TASK_RUNNING); \
|
| /OK3568_Linux_fs/kernel/fs/dlm/ |
| H A D | recoverd.c | 296 set_current_state(TASK_RUNNING); in dlm_recoverd() 305 set_current_state(TASK_RUNNING); in dlm_recoverd()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | test_lockup.c | 330 if (wait_state == TASK_RUNNING) { in test_wait() 471 wait_state = TASK_RUNNING; in test_lockup_init() 503 if ((wait_state != TASK_RUNNING || in test_lockup_init()
|
| /OK3568_Linux_fs/kernel/drivers/mmc/core/ |
| H A D | sdio_irq.c | 189 set_current_state(TASK_RUNNING); in sdio_irq_thread() 212 set_current_state(TASK_RUNNING); in sdio_irq_thread()
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | lockdep.h | 37 #define TASK_RUNNING 0 macro
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | rcuwait.h | 53 __set_current_state(TASK_RUNNING); in finish_rcuwait()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | tty_ldsem.c | 203 __set_current_state(TASK_RUNNING); in down_read_failed() 285 __set_current_state(TASK_RUNNING); in down_write_failed()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/tty/vt/ |
| H A D | selection.c | 406 __set_current_state(TASK_RUNNING); in paste_selection() 414 __set_current_state(TASK_RUNNING); in paste_selection()
|
| /OK3568_Linux_fs/kernel/arch/hexagon/kernel/ |
| H A D | process.c | 138 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
|
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A D | af_bluetooth.c | 327 __set_current_state(TASK_RUNNING); in bt_sock_data_wait() 564 __set_current_state(TASK_RUNNING); in bt_sock_wait_state() 603 __set_current_state(TASK_RUNNING); in bt_sock_wait_ready()
|
| /OK3568_Linux_fs/kernel/kernel/kcsan/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qualcomm/ |
| H A D | qca_spi.c | 581 set_current_state(TASK_RUNNING); in qcaspi_spi_thread() 644 set_current_state(TASK_RUNNING); in qcaspi_spi_thread() 657 qca->spi_thread->state != TASK_RUNNING) in qcaspi_intr_handler() 781 qca->spi_thread->state != TASK_RUNNING) in qcaspi_netdev_xmit()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/ |
| H A D | util.c | 131 set_current_state(TASK_RUNNING); in __mt76_worker_fn()
|
| /OK3568_Linux_fs/kernel/drivers/parisc/ |
| H A D | power.c | 116 __set_current_state(TASK_RUNNING); in kpowerswd()
|
| /OK3568_Linux_fs/kernel/io_uring/ |
| H A D | io-wq.c | 448 __set_current_state(TASK_RUNNING); in io_wait_on_hash() 517 __set_current_state(TASK_RUNNING); in io_flush_signals() 565 __set_current_state(TASK_RUNNING); in io_worker_handle_work() 637 __set_current_state(TASK_RUNNING); in io_wqe_worker() 800 __set_current_state(TASK_RUNNING); in create_io_worker()
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/ |
| H A D | dma-fence.c | 774 __set_current_state(TASK_RUNNING); in dma_fence_default_wait() 875 __set_current_state(TASK_RUNNING); in dma_fence_wait_any_timeout()
|