| /linux/kernel/ |
| H A D | freezer.c | 78 current->saved_state = TASK_RUNNING; in __refrigerator() 91 __set_current_state(TASK_RUNNING); in __refrigerator() 194 if (state != TASK_RUNNING) { in __restore_freezer_state() 196 p->saved_state = TASK_RUNNING; in __restore_freezer_state()
|
| H A D | smpboot.c | 111 __set_current_state(TASK_RUNNING); in smpboot_thread_fn() 121 __set_current_state(TASK_RUNNING); in smpboot_thread_fn() 138 __set_current_state(TASK_RUNNING); in smpboot_thread_fn() 146 __set_current_state(TASK_RUNNING); in smpboot_thread_fn() 158 __set_current_state(TASK_RUNNING); in smpboot_thread_fn()
|
| H A D | vhost_task.c | 45 __set_current_state(TASK_RUNNING); in vhost_task_fn()
|
| H A D | kthread.c | 303 __set_current_state(TASK_RUNNING); in __kthread_parkme() 835 __set_current_state(TASK_RUNNING); in kthreadd() 989 __set_current_state(TASK_RUNNING); in kthread_worker_fn() 1008 __set_current_state(TASK_RUNNING); in kthread_worker_fn() 1024 __set_current_state(TASK_RUNNING); in kthread_worker_fn()
|
| /linux/kernel/time/ |
| H A D | sleep_timeout.c | 88 __set_current_state(TASK_RUNNING); in schedule_timeout() 199 __set_current_state(TASK_RUNNING); in schedule_hrtimeout_range_clock() 221 __set_current_state(TASK_RUNNING); in schedule_hrtimeout_range_clock()
|
| /linux/kernel/trace/ |
| H A D | ring_buffer_benchmark.c | 227 __set_current_state(TASK_RUNNING); in ring_buffer_consumer() 380 __set_current_state(TASK_RUNNING); in wait_to_die() 395 __set_current_state(TASK_RUNNING); in ring_buffer_consumer_thread() 425 __set_current_state(TASK_RUNNING); in ring_buffer_producer_thread()
|
| /linux/kernel/trace/rv/monitors/sssw/ |
| H A D | sssw.c | 25 if (state == TASK_RUNNING) in handle_sched_set_state() 38 else if (prev_state == TASK_RUNNING) in handle_sched_switch()
|
| /linux/tools/bpf/runqslower/ |
| H A D | runqslower.bpf.c | 7 #define TASK_RUNNING 0 macro 76 if (prev->__state == TASK_RUNNING) in handle__sched_switch()
|
| /linux/lib/ |
| H A D | closure.c | 149 __set_current_state(TASK_RUNNING); in __closure_sync() 180 __set_current_state(TASK_RUNNING); in closure_return_sync() 220 __set_current_state(TASK_RUNNING); in __closure_sync_timeout()
|
| H A D | test_lockup.c | 330 if (wait_state == TASK_RUNNING) { in test_wait() 471 wait_state = TASK_RUNNING; in test_lockup_init() 519 if ((wait_state != TASK_RUNNING || in test_lockup_init()
|
| /linux/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 | 379 __set_current_state(TASK_RUNNING); in finish_wait() 443 __set_current_state(TASK_RUNNING); in wait_woken()
|
| /linux/fs/xfs/ |
| H A D | xfs_zone_gc.c | 1033 set_current_state(TASK_RUNNING); in xfs_zone_gc_handle_work() 1040 set_current_state(TASK_RUNNING); in xfs_zone_gc_handle_work() 1047 set_current_state(TASK_RUNNING); in xfs_zone_gc_handle_work() 1055 set_current_state(TASK_RUNNING); in xfs_zone_gc_handle_work() 1061 set_current_state(TASK_RUNNING); in xfs_zone_gc_handle_work() 1098 if (get_current_state() == TASK_RUNNING) { in xfs_zoned_gcd() 1111 __set_current_state(TASK_RUNNING); in xfs_zoned_gcd() 1116 __set_current_state(TASK_RUNNING); in xfs_zoned_gcd()
|
| /linux/fs/jfs/ |
| H A D | jfs_lock.h | 35 __set_current_state(TASK_RUNNING); \
|
| /linux/net/rxrpc/ |
| H A D | io_thread.c | 565 __set_current_state(TASK_RUNNING); in rxrpc_io_thread() 581 __set_current_state(TASK_RUNNING); in rxrpc_io_thread() 588 __set_current_state(TASK_RUNNING); in rxrpc_io_thread() 596 __set_current_state(TASK_RUNNING); in rxrpc_io_thread()
|
| /linux/kernel/futex/ |
| H A D | waitwake.c | 360 __set_current_state(TASK_RUNNING); in futex_do_wait() 466 __set_current_state(TASK_RUNNING); in futex_wait_multiple_setup() 556 __set_current_state(TASK_RUNNING); in futex_wait_multiple()
|
| /linux/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()
|
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_fence.c | 275 __set_current_state(TASK_RUNNING); in nouveau_fence_wait_legacy() 292 __set_current_state(TASK_RUNNING); in nouveau_fence_wait_legacy() 318 __set_current_state(TASK_RUNNING); in nouveau_fence_wait_busy()
|
| /linux/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()
|
| /linux/kernel/locking/ |
| H A D | rwsem.c | 1094 __set_current_state(TASK_RUNNING); in rwsem_down_read_slowpath() 1101 __set_current_state(TASK_RUNNING); in rwsem_down_read_slowpath() 1195 __set_current_state(TASK_RUNNING); in rwsem_down_write_slowpath() 1202 __set_current_state(TASK_RUNNING); in rwsem_down_write_slowpath() 1424 __set_current_state(TASK_RUNNING)
|
| /linux/io_uring/ |
| H A D | io_uring.h | 457 __set_current_state(TASK_RUNNING); in io_run_task_work() 463 __set_current_state(TASK_RUNNING); in io_run_task_work() 470 __set_current_state(TASK_RUNNING); in io_run_task_work()
|
| /linux/fs/dlm/ |
| H A D | recoverd.c | 412 set_current_state(TASK_RUNNING); in dlm_recoverd() 421 set_current_state(TASK_RUNNING); in dlm_recoverd()
|
| /linux/drivers/net/wireless/mediatek/mt76/ |
| H A D | util.c | 127 set_current_state(TASK_RUNNING); in __mt76_worker_fn()
|
| /linux/fs/afs/ |
| H A D | fs_operation.c | 103 __set_current_state(TASK_RUNNING); in afs_lock_for_io() 132 __set_current_state(TASK_RUNNING); in afs_lock_for_io_interruptible()
|
| /linux/drivers/tty/vt/ |
| H A D | selection.c | 427 __set_current_state(TASK_RUNNING); in paste_selection() 452 __set_current_state(TASK_RUNNING); in paste_selection()
|