Home
last modified time | relevance | path

Searched refs:__set_current_state (Results 1 – 25 of 147) sorted by relevance

123456

/linux-6.3-rc2/kernel/
A Dsmpboot.c115 __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()
A Dkthread.c283 __set_current_state(TASK_RUNNING); in __kthread_parkme()
361 __set_current_state(TASK_UNINTERRUPTIBLE); in kthread()
735 __set_current_state(TASK_RUNNING); in kthreadd()
802 __set_current_state(TASK_RUNNING); in kthread_worker_fn()
821 __set_current_state(TASK_RUNNING); in kthread_worker_fn()
A Dfreezer.c86 __set_current_state(TASK_RUNNING); in __refrigerator()
/linux-6.3-rc2/kernel/trace/
A 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()
A Dpreemptirq_delay_test.c142 __set_current_state(TASK_RUNNING); in preemptirq_delay_run()
/linux-6.3-rc2/drivers/gpu/drm/nouveau/
A Dnouveau_fence.c273 __set_current_state(TASK_RUNNING); in nouveau_fence_wait_legacy()
277 __set_current_state(intr ? TASK_INTERRUPTIBLE : in nouveau_fence_wait_legacy()
290 __set_current_state(TASK_RUNNING); in nouveau_fence_wait_legacy()
306 __set_current_state(intr ? in nouveau_fence_wait_busy()
316 __set_current_state(TASK_RUNNING); in nouveau_fence_wait_busy()
/linux-6.3-rc2/kernel/sched/
A Dswait.c127 __set_current_state(TASK_RUNNING); in __finish_swait()
136 __set_current_state(TASK_RUNNING); in finish_swait()
A Dwait.c395 __set_current_state(TASK_RUNNING); in finish_wait()
464 __set_current_state(TASK_RUNNING); in wait_woken()
/linux-6.3-rc2/drivers/dma-buf/
A Ddma-fence.c787 __set_current_state(TASK_INTERRUPTIBLE); in dma_fence_default_wait()
789 __set_current_state(TASK_UNINTERRUPTIBLE); in dma_fence_default_wait()
801 __set_current_state(TASK_RUNNING); in dma_fence_default_wait()
902 __set_current_state(TASK_RUNNING); in dma_fence_wait_any_timeout()
/linux-6.3-rc2/fs/jfs/
A Djfs_lock.h35 __set_current_state(TASK_RUNNING); \
/linux-6.3-rc2/fs/
A Deventfd.c249 __set_current_state(TASK_RUNNING); in eventfd_read()
258 __set_current_state(TASK_RUNNING); in eventfd_read()
307 __set_current_state(TASK_RUNNING); in eventfd_write()
/linux-6.3-rc2/net/rxrpc/
A Dio_thread.c523 __set_current_state(TASK_RUNNING); in rxrpc_io_thread()
539 __set_current_state(TASK_RUNNING); in rxrpc_io_thread()
546 __set_current_state(TASK_RUNNING); in rxrpc_io_thread()
554 __set_current_state(TASK_RUNNING); in rxrpc_io_thread()
/linux-6.3-rc2/kernel/futex/
A Dwaitwake.c357 __set_current_state(TASK_RUNNING); in futex_wait_queue()
454 __set_current_state(TASK_RUNNING); in futex_wait_multiple_setup()
544 __set_current_state(TASK_RUNNING); in futex_wait_multiple()
/linux-6.3-rc2/drivers/gpu/drm/
A Ddrm_lock.c194 __set_current_state(TASK_INTERRUPTIBLE); in drm_legacy_lock()
219 __set_current_state(TASK_RUNNING); in drm_legacy_lock()
/linux-6.3-rc2/drivers/tty/
A Dtty_ldsem.c203 __set_current_state(TASK_RUNNING); in down_read_failed()
285 __set_current_state(TASK_RUNNING); in down_write_failed()
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_irq.c219 __set_current_state(TASK_RUNNING); in vmw_fallback_wait()
221 __set_current_state((interruptible) ? in vmw_fallback_wait()
/linux-6.3-rc2/drivers/tty/vt/
A Dselection.c407 __set_current_state(TASK_RUNNING); in paste_selection()
415 __set_current_state(TASK_RUNNING); in paste_selection()
/linux-6.3-rc2/kernel/locking/
A Drwsem.c1090 __set_current_state(TASK_RUNNING); in rwsem_down_read_slowpath()
1097 __set_current_state(TASK_RUNNING); in rwsem_down_read_slowpath()
1184 __set_current_state(TASK_RUNNING); in rwsem_down_write_slowpath()
1191 __set_current_state(TASK_RUNNING); in rwsem_down_write_slowpath()
1413 __set_current_state(TASK_RUNNING)
A Dmutex.c509 __set_current_state(TASK_RUNNING); in mutex_optimistic_spin()
703 __set_current_state(TASK_RUNNING); in __mutex_lock_common()
732 __set_current_state(TASK_RUNNING); in __mutex_lock_common()
/linux-6.3-rc2/kernel/time/
A Dtimer.c2157 __set_current_state(TASK_RUNNING); in schedule_timeout()
2186 __set_current_state(TASK_INTERRUPTIBLE); in schedule_timeout_interruptible()
2193 __set_current_state(TASK_KILLABLE); in schedule_timeout_killable()
2200 __set_current_state(TASK_UNINTERRUPTIBLE); in schedule_timeout_uninterruptible()
2211 __set_current_state(TASK_IDLE); in schedule_timeout_idle()
2361 __set_current_state(state); in usleep_range_state()
/linux-6.3-rc2/drivers/parisc/
A Dpower.c117 __set_current_state(TASK_RUNNING); in kpowerswd()
/linux-6.3-rc2/io_uring/
A Dio_uring.h285 __set_current_state(TASK_RUNNING); in io_run_task_work()
289 __set_current_state(TASK_RUNNING); in io_run_task_work()
/linux-6.3-rc2/net/bluetooth/
A Daf_bluetooth.c328 __set_current_state(TASK_RUNNING); in bt_sock_data_wait()
565 __set_current_state(TASK_RUNNING); in bt_sock_wait_state()
604 __set_current_state(TASK_RUNNING); in bt_sock_wait_ready()
/linux-6.3-rc2/drivers/mailbox/
A Dmailbox-test.c187 __set_current_state(TASK_INTERRUPTIBLE); in mbox_test_message_read()
227 __set_current_state(TASK_RUNNING); in mbox_test_message_read()
/linux-6.3-rc2/drivers/md/bcache/
A Dclosure.c128 __set_current_state(TASK_RUNNING); in __closure_sync()

Completed in 43 milliseconds

123456