/linux-4.1.27/kernel/ |
D | smpboot.c | 114 __set_current_state(TASK_RUNNING); in smpboot_thread_fn() 123 __set_current_state(TASK_RUNNING); in smpboot_thread_fn() 140 __set_current_state(TASK_RUNNING); in smpboot_thread_fn() 148 __set_current_state(TASK_RUNNING); in smpboot_thread_fn() 160 __set_current_state(TASK_RUNNING); in smpboot_thread_fn()
|
D | kthread.c | 167 __set_current_state(TASK_RUNNING); in __kthread_parkme() 499 __set_current_state(TASK_RUNNING); in kthreadd() 557 __set_current_state(TASK_RUNNING); in kthread_worker_fn() 575 __set_current_state(TASK_RUNNING); in kthread_worker_fn()
|
D | pid_namespace.c | 263 __set_current_state(TASK_RUNNING); in zap_pid_ns_processes()
|
D | softirq.c | 76 if (tsk && tsk->state != TASK_RUNNING) in wakeup_softirqd()
|
D | exit.c | 425 __set_task_state(tsk, TASK_RUNNING); in exit_mm() 1522 __set_current_state(TASK_RUNNING); in do_wait()
|
D | audit_tree.c | 665 __set_current_state(TASK_RUNNING); in prune_tree_thread()
|
D | signal.c | 1925 __set_current_state(TASK_RUNNING); in ptrace_stop() 3661 if (t->state != TASK_RUNNING && new_t) { in kdb_send_sig_info()
|
D | workqueue.c | 2290 __set_current_state(TASK_RUNNING); in rescuer_thread() 2354 __set_current_state(TASK_RUNNING); in rescuer_thread()
|
D | audit.c | 1323 __set_current_state(TASK_RUNNING); in wait_for_auditd()
|
D | futex.c | 2095 __set_current_state(TASK_RUNNING); in futex_wait_queue_me()
|
/linux-4.1.27/drivers/infiniband/hw/amso1100/ |
D | c2_vq.c | 213 set_current_state(TASK_RUNNING); in vq_send_wr() 217 set_current_state(TASK_RUNNING); in vq_send_wr()
|
/linux-4.1.27/lib/ |
D | percpu_ida.c | 171 if (state != TASK_RUNNING) in percpu_ida_alloc() 189 if (tag >= 0 || state == TASK_RUNNING) in percpu_ida_alloc() 202 if (state != TASK_RUNNING) in percpu_ida_alloc()
|
D | klist.c | 258 __set_current_state(TASK_RUNNING); in klist_remove()
|
/linux-4.1.27/fs/jfs/ |
D | jfs_lock.h | 48 __set_current_state(TASK_RUNNING); \
|
D | jfs_metapage.c | 66 __set_current_state(TASK_RUNNING); in __lock_metapage()
|
/linux-4.1.27/drivers/mmc/core/ |
D | sdio_irq.c | 152 set_current_state(TASK_RUNNING); in sdio_irq_thread() 178 set_current_state(TASK_RUNNING); in sdio_irq_thread()
|
/linux-4.1.27/arch/score/kernel/ |
D | process.c | 111 if (!task || task == current || task->state == TASK_RUNNING) in get_wchan()
|
/linux-4.1.27/include/drm/ |
D | drm_os_linux.h | 63 __set_current_state(TASK_RUNNING); \
|
/linux-4.1.27/kernel/trace/ |
D | ring_buffer_benchmark.c | 364 __set_current_state(TASK_RUNNING); in wait_to_die() 380 __set_current_state(TASK_RUNNING); in ring_buffer_consumer_thread()
|
D | trace_selftest.c | 1071 __set_current_state(TASK_RUNNING); in trace_wakeup_test_thread()
|
/linux-4.1.27/kernel/locking/ |
D | rwsem-xadd.c | 253 __set_task_state(tsk, TASK_RUNNING); in rwsem_down_read_failed() 481 __set_current_state(TASK_RUNNING); in rwsem_down_write_failed()
|
D | rtmutex-tester.c | 216 set_current_state(TASK_RUNNING); in schedule_rt_mutex_test() 247 set_current_state(TASK_RUNNING); in test_func()
|
D | rwsem-spinlock.c | 164 __set_task_state(tsk, TASK_RUNNING); in __down_read()
|
D | mutex.c | 395 __set_current_state(TASK_RUNNING); in mutex_optimistic_spin() 584 __set_task_state(task, TASK_RUNNING); in __mutex_lock_common()
|
D | rtmutex.c | 1135 __set_current_state(TASK_RUNNING); in __rt_mutex_slowlock() 1198 __set_current_state(TASK_RUNNING); in rt_mutex_slowlock()
|
/linux-4.1.27/arch/hexagon/kernel/ |
D | process.c | 163 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_fence.c | 326 __set_current_state(TASK_RUNNING); in nouveau_fence_wait_legacy() 343 __set_current_state(TASK_RUNNING); in nouveau_fence_wait_legacy() 369 __set_current_state(TASK_RUNNING); in nouveau_fence_wait_busy()
|
/linux-4.1.27/kernel/sched/ |
D | wait.c | 236 __set_current_state(TASK_RUNNING); in finish_wait() 281 __set_current_state(TASK_RUNNING); in abort_exclusive_wait() 336 __set_current_state(TASK_RUNNING); in wait_woken()
|
D | stats.h | 121 if (t->state == TASK_RUNNING) in sched_info_depart()
|
D | core.c | 1027 WARN_ON_ONCE(p->state != TASK_RUNNING && p->state != TASK_WAKING && in set_task_cpu() 1467 p->state = TASK_RUNNING; in ttwu_do_wakeup() 1903 p->state = TASK_RUNNING; in sched_fork() 2771 prev->state = TASK_RUNNING; in __schedule() 4309 set_current_state(TASK_RUNNING); in yield() 4529 if (state == TASK_RUNNING) in sched_show_task() 4534 if (state == TASK_RUNNING) in sched_show_task() 4611 idle->state = TASK_RUNNING; in init_idle() 7296 WARN_ONCE(current->state != TASK_RUNNING && current->task_state_change, in __might_sleep()
|
/linux-4.1.27/fs/ |
D | eventfd.c | 213 __set_current_state(TASK_RUNNING); in eventfd_ctx_read() 277 __set_current_state(TASK_RUNNING); in eventfd_write()
|
D | signalfd.c | 194 __set_current_state(TASK_RUNNING); in signalfd_dequeue()
|
D | select.c | 242 __set_current_state(TASK_RUNNING); in poll_schedule_timeout()
|
D | eventpoll.c | 1644 __set_current_state(TASK_RUNNING); in ep_poll()
|
/linux-4.1.27/drivers/tty/ |
D | tty_ldsem.c | 244 __set_task_state(tsk, TASK_RUNNING); in down_read_failed() 311 __set_task_state(tsk, TASK_RUNNING); in down_write_failed()
|
D | n_hdlc.c | 647 __set_current_state(TASK_RUNNING); in n_hdlc_tty_read() 720 __set_current_state(TASK_RUNNING); in n_hdlc_tty_write()
|
D | bfin_jtag_comm.c | 136 __set_current_state(TASK_RUNNING); in bfin_jc_emudat_manager()
|
D | metag_da.c | 285 __set_current_state(TASK_RUNNING); in put_data()
|
D | mips_ejtag_fdc.c | 492 __set_current_state(TASK_RUNNING); in mips_ejtag_fdc_put()
|
D | synclink_gt.c | 2856 set_current_state(TASK_RUNNING); in wait_mgsl_event() 3050 set_current_state(TASK_RUNNING); in remove_cond_wait() 3183 set_current_state(TASK_RUNNING); in modem_input_wait() 3334 set_current_state(TASK_RUNNING); in block_til_ready()
|
D | amiserial.c | 1491 __set_current_state(TASK_RUNNING); in rs_wait_until_sent()
|
D | synclinkmp.c | 3135 set_current_state(TASK_RUNNING); in wait_mgsl_event() 3200 set_current_state(TASK_RUNNING); in modem_input_wait() 3359 set_current_state(TASK_RUNNING); in block_til_ready()
|
D | synclink.c | 2769 set_current_state(TASK_RUNNING); in mgsl_wait_event() 2834 set_current_state(TASK_RUNNING); in modem_input_wait() 3337 set_current_state(TASK_RUNNING); in block_til_ready()
|
/linux-4.1.27/drivers/parisc/ |
D | power.c | 117 __set_current_state(TASK_RUNNING); in kpowerswd()
|
/linux-4.1.27/arch/parisc/kernel/ |
D | process.c | 254 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
D | process.c | 154 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
D | divasi.c | 521 set_current_state(TASK_RUNNING); in remove_entity() 538 set_current_state(TASK_RUNNING); in remove_entity()
|
/linux-4.1.27/net/bluetooth/ |
D | af_bluetooth.c | 281 __set_current_state(TASK_RUNNING); in bt_sock_data_wait() 528 __set_current_state(TASK_RUNNING); in bt_sock_wait_state() 567 __set_current_state(TASK_RUNNING); in bt_sock_wait_ready()
|
D | l2cap_sock.c | 1084 set_current_state(TASK_RUNNING); in __l2cap_wait_ack()
|
D | hci_core.c | 191 set_current_state(TASK_RUNNING); in __hci_cmd_sync_ev() 267 set_current_state(TASK_RUNNING); in __hci_req_sync()
|
/linux-4.1.27/drivers/net/ethernet/qualcomm/ |
D | qca_spi.c | 523 set_current_state(TASK_RUNNING); in qcaspi_spi_thread() 586 set_current_state(TASK_RUNNING); in qcaspi_spi_thread() 599 qca->spi_thread->state != TASK_RUNNING) in qcaspi_intr_handler() 725 qca->spi_thread->state != TASK_RUNNING) in qcaspi_netdev_xmit()
|
/linux-4.1.27/arch/frv/kernel/ |
D | process.c | 175 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
|
/linux-4.1.27/drivers/usb/misc/ |
D | adutux.c | 460 set_current_state(TASK_RUNNING); in adu_read() 552 set_current_state(TASK_RUNNING); in adu_write() 574 set_current_state(TASK_RUNNING); in adu_write()
|
/linux-4.1.27/drivers/staging/lustre/lustre/fid/ |
D | fid_request.c | 234 set_current_state(TASK_RUNNING); in seq_fid_alloc_prep() 387 set_current_state(TASK_RUNNING); in seq_client_flush()
|
/linux-4.1.27/drivers/lguest/ |
D | core.c | 274 set_current_state(TASK_RUNNING); in run_guest()
|
/linux-4.1.27/arch/sh/kernel/ |
D | process_32.c | 220 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
|
D | process_64.c | 437 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
|
/linux-4.1.27/drivers/staging/speakup/ |
D | selection.c | 162 __set_current_state(TASK_RUNNING); in __speakup_paste_selection()
|
D | speakup_apollo.c | 196 set_current_state(TASK_RUNNING); in do_catch_up()
|
D | speakup_decext.c | 196 set_current_state(TASK_RUNNING); in do_catch_up()
|
D | speakup_keypc.c | 216 set_current_state(TASK_RUNNING); in do_catch_up()
|
D | speakup_acntpc.c | 215 set_current_state(TASK_RUNNING); in do_catch_up()
|
D | speakup_dectlk.c | 261 set_current_state(TASK_RUNNING); in do_catch_up()
|
D | speakup_dtlk.c | 227 set_current_state(TASK_RUNNING); in do_catch_up()
|
D | speakup_decpc.c | 412 set_current_state(TASK_RUNNING); in do_catch_up()
|
D | synth.c | 139 set_current_state(TASK_RUNNING); in spk_do_catch_up()
|
/linux-4.1.27/drivers/md/bcache/ |
D | closure.h | 217 __set_current_state(TASK_RUNNING); in __closure_end_sleep()
|
D | alloc.c | 295 __set_current_state(TASK_RUNNING); \
|
/linux-4.1.27/arch/m68k/kernel/ |
D | process.c | 262 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
|
/linux-4.1.27/drivers/char/ |
D | applicom.c | 451 set_current_state(TASK_RUNNING); in ac_write() 571 set_current_state(TASK_RUNNING); in ac_read() 586 set_current_state(TASK_RUNNING); in ac_read()
|
D | rtc.c | 391 __set_current_state(TASK_RUNNING); in rtc_read()
|
D | hpet.c | 339 __set_current_state(TASK_RUNNING); in hpet_read()
|
/linux-4.1.27/arch/s390/kernel/ |
D | process.c | 186 if (!p || p == current || p->state == TASK_RUNNING || !task_stack_page(p)) in get_wchan()
|
/linux-4.1.27/arch/xtensa/kernel/ |
D | process.c | 290 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
|
/linux-4.1.27/arch/arm64/kernel/ |
D | process.c | 354 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
|
/linux-4.1.27/arch/x86/kernel/ |
D | process_64.c | 525 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan() 566 } while (count++ < 16 && p->state != TASK_RUNNING); in get_wchan()
|
D | process_32.c | 337 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
|
/linux-4.1.27/drivers/crypto/ccp/ |
D | ccp-dev.c | 243 __set_current_state(TASK_RUNNING); in ccp_cmd_queue_thread() 255 __set_current_state(TASK_RUNNING); in ccp_cmd_queue_thread()
|
/linux-4.1.27/drivers/mmc/card/ |
D | queue.c | 69 set_current_state(TASK_RUNNING); in mmc_queue_thread() 94 set_current_state(TASK_RUNNING); in mmc_queue_thread()
|
/linux-4.1.27/arch/ia64/kernel/ |
D | process.c | 599 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan() 612 if (p->state == TASK_RUNNING) in get_wchan()
|
/linux-4.1.27/arch/nios2/kernel/ |
D | process.c | 222 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
|
/linux-4.1.27/fs/dlm/ |
D | recoverd.c | 295 set_current_state(TASK_RUNNING); in dlm_recoverd()
|
D | user.c | 829 set_current_state(TASK_RUNNING); in device_read()
|
/linux-4.1.27/arch/unicore32/kernel/ |
D | process.c | 286 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
D | debug.c | 383 set_current_state(TASK_RUNNING); in libcfs_debug_dumplog()
|
/linux-4.1.27/arch/alpha/kernel/ |
D | process.c | 388 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
|
/linux-4.1.27/net/rxrpc/ |
D | ar-peer.c | 299 set_current_state(TASK_RUNNING); in rxrpc_destroy_all_peers()
|
D | ar-local.c | 316 set_current_state(TASK_RUNNING); in rxrpc_destroy_all_locals()
|
D | ar-connection.c | 520 __set_current_state(TASK_RUNNING); in rxrpc_connect_call() 612 __set_current_state(TASK_RUNNING); in rxrpc_connect_call()
|
D | ar-output.c | 426 set_current_state(TASK_RUNNING); in rxrpc_wait_for_tx_window()
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_lock.c | 110 __set_current_state(TASK_RUNNING); in drm_legacy_lock()
|
/linux-4.1.27/arch/avr32/kernel/ |
D | process.c | 322 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
|
/linux-4.1.27/drivers/dma-buf/ |
D | fence.c | 392 __set_current_state(TASK_RUNNING); in fence_default_wait()
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_irq.c | 157 __set_current_state(TASK_RUNNING); in vmw_fallback_wait()
|
D | vmwgfx_fence.c | 219 __set_current_state(TASK_RUNNING); in vmw_fence_wait()
|
/linux-4.1.27/drivers/tty/vt/ |
D | selection.c | 365 __set_current_state(TASK_RUNNING); in paste_selection()
|
/linux-4.1.27/arch/um/kernel/ |
D | process.c | 369 if ((p == NULL) || (p == current) || (p->state == TASK_RUNNING)) in get_wchan()
|
/linux-4.1.27/arch/arm/kernel/ |
D | process.c | 267 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
|
/linux-4.1.27/drivers/media/rc/ |
D | rc-ir-raw.c | 50 set_current_state(TASK_RUNNING); in ir_raw_event_thread()
|
D | lirc_dev.c | 728 set_current_state(TASK_RUNNING); in lirc_dev_fop_read() 748 set_current_state(TASK_RUNNING); in lirc_dev_fop_read()
|
/linux-4.1.27/fs/afs/ |
D | rxrpc.c | 564 __set_current_state(TASK_RUNNING); in afs_wait_for_call_to_complete() 579 __set_current_state(TASK_RUNNING); in afs_wait_for_call_to_complete()
|
D | cell.c | 398 set_current_state(TASK_RUNNING); in afs_cell_destroy()
|
D | callback.c | 319 __set_current_state(TASK_RUNNING); in afs_give_up_callback()
|
D | vnode.c | 323 set_current_state(TASK_RUNNING); in afs_vnode_fetch_status() 337 set_current_state(TASK_RUNNING); in afs_vnode_fetch_status()
|
/linux-4.1.27/drivers/memstick/host/ |
D | r592.c | 588 set_current_state(TASK_RUNNING); in r592_process_thread() 592 set_current_state(TASK_RUNNING); in r592_process_thread()
|
/linux-4.1.27/drivers/mtd/ |
D | mtdblock.c | 89 set_current_state(TASK_RUNNING); in erase_write()
|
D | mtdoops.c | 117 set_current_state(TASK_RUNNING); in mtdoops_erase_block()
|
D | mtdconcat.c | 368 set_current_state(TASK_RUNNING); in concat_dev_erase()
|
D | mtdchar.c | 712 set_current_state(TASK_RUNNING); in mtdchar_ioctl()
|
/linux-4.1.27/kernel/time/ |
D | hrtimer.c | 1511 __set_current_state(TASK_RUNNING); in do_nanosleep() 1757 __set_current_state(TASK_RUNNING); in schedule_hrtimeout_range_clock() 1784 __set_current_state(TASK_RUNNING); in schedule_hrtimeout_range_clock()
|
D | alarmtimer.c | 666 __set_current_state(TASK_RUNNING); in alarmtimer_do_nsleep()
|
D | timer.c | 1500 current->state = TASK_RUNNING; in schedule_timeout()
|
/linux-4.1.27/kernel/rcu/ |
D | tree.h | 410 __set_current_state(TASK_RUNNING); \
|
/linux-4.1.27/drivers/net/wireless/cw1200/ |
D | cw1200_spi.c | 215 set_current_state(TASK_RUNNING); in cw1200_spi_lock()
|
/linux-4.1.27/drivers/hid/ |
D | hid-roccat.c | 113 set_current_state(TASK_RUNNING); in roccat_read()
|
D | hid-debug.c | 1131 set_current_state(TASK_RUNNING); in hid_debug_events_read() 1142 set_current_state(TASK_RUNNING); in hid_debug_events_read()
|
D | hidraw.c | 80 set_current_state(TASK_RUNNING); in hidraw_read()
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | process.c | 148 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
|
/linux-4.1.27/fs/coda/ |
D | psdev.c | 233 set_current_state(TASK_RUNNING); in coda_psdev_read()
|
D | upcall.c | 653 set_current_state(TASK_RUNNING); in coda_waitfor_upcall()
|
/linux-4.1.27/drivers/usb/mon/ |
D | mon_text.c | 456 set_current_state(TASK_RUNNING); in mon_text_read_wait() 471 set_current_state(TASK_RUNNING); in mon_text_read_wait()
|
D | mon_bin.c | 1284 set_current_state(TASK_RUNNING); in mon_bin_wait_event() 1299 set_current_state(TASK_RUNNING); in mon_bin_wait_event()
|
/linux-4.1.27/drivers/net/wan/ |
D | cosa.c | 817 __set_current_state(TASK_RUNNING); in cosa_read() 824 __set_current_state(TASK_RUNNING); in cosa_read() 901 __set_current_state(TASK_RUNNING); in cosa_write() 909 __set_current_state(TASK_RUNNING); in cosa_write()
|
/linux-4.1.27/net/bluetooth/cmtp/ |
D | core.c | 312 __set_current_state(TASK_RUNNING); in cmtp_session()
|
D | capi.c | 441 set_current_state(TASK_RUNNING); in cmtp_register_appl()
|
/linux-4.1.27/arch/tile/kernel/ |
D | process.c | 514 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
|
D | stack.c | 241 if (is_current || t->state == TASK_RUNNING) { in KBacktraceIterator_init()
|
/linux-4.1.27/arch/sparc/kernel/ |
D | process_32.c | 474 task->state == TASK_RUNNING)
|
D | process_64.c | 758 task->state == TASK_RUNNING) in get_wchan()
|
/linux-4.1.27/net/nfc/ |
D | llcp_sock.c | 59 __set_current_state(TASK_RUNNING); in sock_wait_state() 480 __set_current_state(TASK_RUNNING); in llcp_sock_accept()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_lib.h | 608 set_current_state(TASK_RUNNING); \
|
/linux-4.1.27/drivers/rtc/ |
D | rtc-dev.c | 186 set_current_state(TASK_RUNNING); in rtc_dev_read()
|
/linux-4.1.27/drivers/infiniband/core/ |
D | fmr_pool.c | 196 __set_current_state(TASK_RUNNING); in ib_fmr_cleanup_thread()
|
/linux-4.1.27/drivers/usb/host/ |
D | max3421-hcd.c | 1172 max3421_hcd->spi_thread->state != TASK_RUNNING) in max3421_irq_handler() 1433 __set_current_state(TASK_RUNNING); in max3421_spi_thread() 1472 set_current_state(TASK_RUNNING); in max3421_spi_thread()
|
/linux-4.1.27/net/irda/ircomm/ |
D | ircomm_tty.c | 356 __set_current_state(TASK_RUNNING); in ircomm_tty_block_til_ready() 816 __set_current_state(TASK_RUNNING); in ircomm_tty_wait_until_sent()
|
/linux-4.1.27/drivers/tty/hvc/ |
D | hvcs.c | 647 __set_current_state(TASK_RUNNING); in khvcsd() 673 __set_current_state(TASK_RUNNING); in khvcsd()
|
D | hvc_console.c | 776 __set_current_state(TASK_RUNNING); in khvcd()
|
/linux-4.1.27/drivers/staging/media/lirc/ |
D | lirc_parallel.c | 360 set_current_state(TASK_RUNNING); in lirc_read()
|
D | lirc_sir.c | 237 set_current_state(TASK_RUNNING); in lirc_read()
|
D | lirc_zilog.c | 970 set_current_state(TASK_RUNNING); in read()
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/ |
D | linux-tcpip.c | 553 set_current_state(TASK_RUNNING); in libcfs_sock_accept()
|
/linux-4.1.27/arch/mips/kernel/ |
D | process.c | 526 if (!task || task == current || task->state == TASK_RUNNING) in get_wchan()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_trans_ail.c | 531 __set_current_state(TASK_RUNNING); in xfsaild()
|
D | xfs_buf.c | 1005 set_current_state(TASK_RUNNING); in xfs_buf_wait_unpin()
|
/linux-4.1.27/drivers/char/mwave/ |
D | mwavedd.c | 360 set_current_state(TASK_RUNNING); in mwave_ioctl()
|
/linux-4.1.27/drivers/macintosh/ |
D | smu.c | 1195 set_current_state(TASK_RUNNING); in smu_read_command() 1294 set_current_state(TASK_RUNNING); in smu_release()
|
D | adb.c | 760 set_current_state(TASK_RUNNING); in adb_read()
|
D | via-pmu.c | 2144 __set_current_state(TASK_RUNNING); in pmu_read()
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_sync.c | 388 __set_current_state(TASK_RUNNING); in get_curr_sync_buff() 1680 __set_current_state(TASK_RUNNING); in sync_thread_master() 1687 __set_current_state(TASK_RUNNING); in sync_thread_master()
|
/linux-4.1.27/drivers/media/common/saa7146/ |
D | saa7146_vbi.c | 109 __set_current_state(TASK_RUNNING); in vbi_workaround()
|
/linux-4.1.27/arch/s390/mm/ |
D | fault.c | 678 if (tsk->state == TASK_RUNNING) in pfault_interrupt()
|
/linux-4.1.27/drivers/atm/ |
D | atmtcp.c | 82 set_current_state(TASK_RUNNING); in atmtcp_send_control()
|
D | eni.c | 895 set_current_state(TASK_RUNNING); in close_rx() 1414 set_current_state(TASK_RUNNING); in close_tx()
|
D | he.c | 2375 set_current_state(TASK_RUNNING); in he_close() 2447 set_current_state(TASK_RUNNING); in he_close()
|
/linux-4.1.27/drivers/md/persistent-data/ |
D | dm-block-manager.c | 138 set_task_state(current, TASK_RUNNING); in __wait()
|
/linux-4.1.27/drivers/target/tcm_fc/ |
D | tfc_cmd.c | 459 tag = percpu_ida_alloc(&se_sess->sess_tag_pool, TASK_RUNNING); in ft_recv_cmd()
|
/linux-4.1.27/net/sunrpc/ |
D | svc_xprt.c | 619 set_current_state(TASK_RUNNING); in svc_alloc_arg() 704 __set_current_state(TASK_RUNNING); in svc_get_next_xprt()
|
/linux-4.1.27/include/trace/events/ |
D | sched.h | 107 state = TASK_RUNNING | TASK_STATE_MAX; in __trace_sched_switch_state()
|
/linux-4.1.27/drivers/misc/lis3lv02d/ |
D | lis3lv02d.c | 642 set_current_state(TASK_RUNNING); in lis3lv02d_misc_read() 647 __set_current_state(TASK_RUNNING); in lis3lv02d_misc_read()
|
/linux-4.1.27/kernel/irq/ |
D | manage.c | 708 __set_current_state(TASK_RUNNING); in irq_wait_for_interrupt() 714 __set_current_state(TASK_RUNNING); in irq_wait_for_interrupt()
|
/linux-4.1.27/drivers/usb/class/ |
D | usblp.c | 897 set_current_state(TASK_RUNNING); in usblp_wwait() 949 set_current_state(TASK_RUNNING); in usblp_rwait_and_lock()
|
/linux-4.1.27/fs/ubifs/ |
D | commit.c | 316 __set_current_state(TASK_RUNNING); in ubifs_bg_thread()
|
/linux-4.1.27/drivers/bluetooth/ |
D | btmrvl_main.c | 640 set_current_state(TASK_RUNNING); in btmrvl_service_main_thread()
|
/linux-4.1.27/include/linux/ |
D | wait.h | 579 __set_current_state(TASK_RUNNING); \
|
D | sched.h | 202 #define TASK_RUNNING 0 macro 233 #define TASK_REPORT (TASK_RUNNING | TASK_INTERRUPTIBLE | \
|
/linux-4.1.27/net/bluetooth/bnep/ |
D | core.c | 520 __set_current_state(TASK_RUNNING); in bnep_session()
|
/linux-4.1.27/drivers/s390/crypto/ |
D | ap_bus.c | 1885 set_current_state(TASK_RUNNING); in ap_poll_thread() 1897 set_current_state(TASK_RUNNING); in ap_poll_thread()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_fence.c | 1083 __set_current_state(TASK_RUNNING); in radeon_fence_default_wait()
|
/linux-4.1.27/fs/ocfs2/dlm/ |
D | dlmthread.c | 77 __set_current_state(TASK_RUNNING); in __dlm_wait_on_lockres_flags()
|
/linux-4.1.27/drivers/pcmcia/ |
D | cs.c | 682 set_current_state(TASK_RUNNING); in pccardd()
|
/linux-4.1.27/net/x25/ |
D | af_x25.c | 732 __set_current_state(TASK_RUNNING); in x25_wait_for_connection_establishment() 850 __set_current_state(TASK_RUNNING); in x25_wait_for_data()
|
/linux-4.1.27/drivers/vhost/ |
D | vhost.c | 227 __set_current_state(TASK_RUNNING); in vhost_worker() 240 __set_current_state(TASK_RUNNING); in vhost_worker()
|
/linux-4.1.27/net/irda/irnet/ |
D | irnet_ppp.c | 324 __set_current_state(TASK_RUNNING); in irnet_ctrl_read()
|
/linux-4.1.27/drivers/md/ |
D | dm-log-writes.c | 408 __set_current_state(TASK_RUNNING); in log_writes_kthread()
|
D | dm-crypt.c | 1199 set_task_state(current, TASK_RUNNING); in dmcrypt_write() 1206 set_task_state(current, TASK_RUNNING); in dmcrypt_write()
|
D | dm-mpath.c | 925 set_current_state(TASK_RUNNING); in multipath_wait_for_pg_init_completion()
|
/linux-4.1.27/drivers/usb/storage/ |
D | usb.c | 424 __set_current_state(TASK_RUNNING); in usb_stor_control_thread()
|
/linux-4.1.27/drivers/uio/ |
D | uio.c | 548 __set_current_state(TASK_RUNNING); in uio_read()
|
/linux-4.1.27/drivers/infiniband/hw/ehca/ |
D | ehca_irq.c | 799 __set_current_state(TASK_RUNNING); in comp_task()
|
/linux-4.1.27/drivers/scsi/ |
D | scsi_error.c | 2193 __set_current_state(TASK_RUNNING); in scsi_error_handler() 2230 __set_current_state(TASK_RUNNING); in scsi_error_handler()
|
/linux-4.1.27/drivers/media/pci/ivtv/ |
D | ivtv-streams.c | 855 set_current_state(TASK_RUNNING); in ivtv_stop_v4l2_encode_stream()
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
D | sched.c | 567 __set_current_state(TASK_RUNNING); in spu_prio_wait()
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
D | main.c | 512 set_current_state(TASK_RUNNING); in lbs_thread()
|
/linux-4.1.27/drivers/infiniband/hw/mthca/ |
D | mthca_cmd.c | 243 set_current_state(TASK_RUNNING); in mthca_cmd_post_hcr() 361 set_current_state(TASK_RUNNING); in mthca_cmd_poll()
|
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lov_object.c | 329 set_current_state(TASK_RUNNING); in lov_subobject_kill()
|
/linux-4.1.27/drivers/s390/char/ |
D | con3215.c | 653 set_current_state(TASK_RUNNING); in raw3215_shutdown()
|
/linux-4.1.27/drivers/staging/lustre/lustre/lclient/ |
D | lcommon_cl.c | 1178 set_current_state(TASK_RUNNING); in cl_object_put_last()
|
/linux-4.1.27/net/core/ |
D | pktgen.c | 2223 __set_current_state(TASK_RUNNING); in spin() 3435 __set_current_state(TASK_RUNNING); in pktgen_thread_worker() 3499 __set_current_state(TASK_RUNNING); in pktgen_thread_worker()
|
/linux-4.1.27/drivers/scsi/bnx2fc/ |
D | bnx2fc_fcoe.c | 488 __set_current_state(TASK_RUNNING); in bnx2fc_l2_rcv_thread() 625 __set_current_state(TASK_RUNNING); in bnx2fc_percpu_io_thread()
|
/linux-4.1.27/drivers/staging/comedi/ |
D | comedi_fops.c | 2406 set_current_state(TASK_RUNNING); in comedi_write() 2518 set_current_state(TASK_RUNNING); in comedi_read()
|
/linux-4.1.27/net/bluetooth/hidp/ |
D | core.c | 1233 set_current_state(TASK_RUNNING); in hidp_session_run()
|
/linux-4.1.27/fs/nfsd/ |
D | nfs4recover.c | 674 set_current_state(TASK_RUNNING); in __cld_pipe_upcall()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | process.c | 1519 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
|
/linux-4.1.27/drivers/target/iscsi/ |
D | iscsi_target_util.c | 934 cmd = iscsit_allocate_cmd(conn, TASK_RUNNING); in iscsit_add_nopin()
|
/linux-4.1.27/drivers/media/i2c/ |
D | tvaudio.c | 322 set_current_state(TASK_RUNNING); in chip_thread()
|
/linux-4.1.27/net/netlink/ |
D | af_netlink.c | 975 __set_current_state(TASK_RUNNING); in netlink_table_grab() 1731 __set_current_state(TASK_RUNNING); in netlink_attachskb()
|
/linux-4.1.27/drivers/tty/serial/ |
D | crisv10.c | 3796 set_current_state(TASK_RUNNING); in rs_wait_until_sent() 3912 set_current_state(TASK_RUNNING); in block_til_ready()
|
/linux-4.1.27/drivers/block/ |
D | nvme-core.c | 2450 set_current_state(TASK_RUNNING); in nvme_wait_dq() 2458 set_current_state(TASK_RUNNING); in nvme_wait_dq()
|
/linux-4.1.27/drivers/scsi/aacraid/ |
D | commsup.c | 1741 set_current_state(TASK_RUNNING); in aac_command_thread()
|
/linux-4.1.27/drivers/char/pcmcia/ |
D | synclink_cs.c | 2055 set_current_state(TASK_RUNNING); in wait_events() 2115 set_current_state(TASK_RUNNING); in modem_input_wait()
|