Home
last modified time | relevance | path

Searched refs:TASK_RUNNING (Results 1 – 200 of 241) sorted by relevance

12

/linux-4.1.27/kernel/
Dsmpboot.c114 __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()
Dkthread.c167 __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()
Dpid_namespace.c263 __set_current_state(TASK_RUNNING); in zap_pid_ns_processes()
Dsoftirq.c76 if (tsk && tsk->state != TASK_RUNNING) in wakeup_softirqd()
Dexit.c425 __set_task_state(tsk, TASK_RUNNING); in exit_mm()
1522 __set_current_state(TASK_RUNNING); in do_wait()
Daudit_tree.c665 __set_current_state(TASK_RUNNING); in prune_tree_thread()
Dsignal.c1925 __set_current_state(TASK_RUNNING); in ptrace_stop()
3661 if (t->state != TASK_RUNNING && new_t) { in kdb_send_sig_info()
Dworkqueue.c2290 __set_current_state(TASK_RUNNING); in rescuer_thread()
2354 __set_current_state(TASK_RUNNING); in rescuer_thread()
Daudit.c1323 __set_current_state(TASK_RUNNING); in wait_for_auditd()
Dfutex.c2095 __set_current_state(TASK_RUNNING); in futex_wait_queue_me()
/linux-4.1.27/drivers/infiniband/hw/amso1100/
Dc2_vq.c213 set_current_state(TASK_RUNNING); in vq_send_wr()
217 set_current_state(TASK_RUNNING); in vq_send_wr()
/linux-4.1.27/lib/
Dpercpu_ida.c171 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()
Dklist.c258 __set_current_state(TASK_RUNNING); in klist_remove()
/linux-4.1.27/fs/jfs/
Djfs_lock.h48 __set_current_state(TASK_RUNNING); \
Djfs_metapage.c66 __set_current_state(TASK_RUNNING); in __lock_metapage()
/linux-4.1.27/drivers/mmc/core/
Dsdio_irq.c152 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/
Dprocess.c111 if (!task || task == current || task->state == TASK_RUNNING) in get_wchan()
/linux-4.1.27/include/drm/
Ddrm_os_linux.h63 __set_current_state(TASK_RUNNING); \
/linux-4.1.27/kernel/trace/
Dring_buffer_benchmark.c364 __set_current_state(TASK_RUNNING); in wait_to_die()
380 __set_current_state(TASK_RUNNING); in ring_buffer_consumer_thread()
Dtrace_selftest.c1071 __set_current_state(TASK_RUNNING); in trace_wakeup_test_thread()
/linux-4.1.27/kernel/locking/
Drwsem-xadd.c253 __set_task_state(tsk, TASK_RUNNING); in rwsem_down_read_failed()
481 __set_current_state(TASK_RUNNING); in rwsem_down_write_failed()
Drtmutex-tester.c216 set_current_state(TASK_RUNNING); in schedule_rt_mutex_test()
247 set_current_state(TASK_RUNNING); in test_func()
Drwsem-spinlock.c164 __set_task_state(tsk, TASK_RUNNING); in __down_read()
Dmutex.c395 __set_current_state(TASK_RUNNING); in mutex_optimistic_spin()
584 __set_task_state(task, TASK_RUNNING); in __mutex_lock_common()
Drtmutex.c1135 __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/
Dprocess.c163 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_fence.c326 __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/
Dwait.c236 __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()
Dstats.h121 if (t->state == TASK_RUNNING) in sched_info_depart()
Dcore.c1027 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/
Deventfd.c213 __set_current_state(TASK_RUNNING); in eventfd_ctx_read()
277 __set_current_state(TASK_RUNNING); in eventfd_write()
Dsignalfd.c194 __set_current_state(TASK_RUNNING); in signalfd_dequeue()
Dselect.c242 __set_current_state(TASK_RUNNING); in poll_schedule_timeout()
Deventpoll.c1644 __set_current_state(TASK_RUNNING); in ep_poll()
/linux-4.1.27/drivers/tty/
Dtty_ldsem.c244 __set_task_state(tsk, TASK_RUNNING); in down_read_failed()
311 __set_task_state(tsk, TASK_RUNNING); in down_write_failed()
Dn_hdlc.c647 __set_current_state(TASK_RUNNING); in n_hdlc_tty_read()
720 __set_current_state(TASK_RUNNING); in n_hdlc_tty_write()
Dbfin_jtag_comm.c136 __set_current_state(TASK_RUNNING); in bfin_jc_emudat_manager()
Dmetag_da.c285 __set_current_state(TASK_RUNNING); in put_data()
Dmips_ejtag_fdc.c492 __set_current_state(TASK_RUNNING); in mips_ejtag_fdc_put()
Dsynclink_gt.c2856 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()
Damiserial.c1491 __set_current_state(TASK_RUNNING); in rs_wait_until_sent()
Dsynclinkmp.c3135 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()
Dsynclink.c2769 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/
Dpower.c117 __set_current_state(TASK_RUNNING); in kpowerswd()
/linux-4.1.27/arch/parisc/kernel/
Dprocess.c254 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
/linux-4.1.27/arch/cris/arch-v10/kernel/
Dprocess.c154 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
/linux-4.1.27/drivers/isdn/hardware/eicon/
Ddivasi.c521 set_current_state(TASK_RUNNING); in remove_entity()
538 set_current_state(TASK_RUNNING); in remove_entity()
/linux-4.1.27/net/bluetooth/
Daf_bluetooth.c281 __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()
Dl2cap_sock.c1084 set_current_state(TASK_RUNNING); in __l2cap_wait_ack()
Dhci_core.c191 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/
Dqca_spi.c523 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/
Dprocess.c175 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
/linux-4.1.27/drivers/usb/misc/
Dadutux.c460 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/
Dfid_request.c234 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/
Dcore.c274 set_current_state(TASK_RUNNING); in run_guest()
/linux-4.1.27/arch/sh/kernel/
Dprocess_32.c220 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
Dprocess_64.c437 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
/linux-4.1.27/drivers/staging/speakup/
Dselection.c162 __set_current_state(TASK_RUNNING); in __speakup_paste_selection()
Dspeakup_apollo.c196 set_current_state(TASK_RUNNING); in do_catch_up()
Dspeakup_decext.c196 set_current_state(TASK_RUNNING); in do_catch_up()
Dspeakup_keypc.c216 set_current_state(TASK_RUNNING); in do_catch_up()
Dspeakup_acntpc.c215 set_current_state(TASK_RUNNING); in do_catch_up()
Dspeakup_dectlk.c261 set_current_state(TASK_RUNNING); in do_catch_up()
Dspeakup_dtlk.c227 set_current_state(TASK_RUNNING); in do_catch_up()
Dspeakup_decpc.c412 set_current_state(TASK_RUNNING); in do_catch_up()
Dsynth.c139 set_current_state(TASK_RUNNING); in spk_do_catch_up()
/linux-4.1.27/drivers/md/bcache/
Dclosure.h217 __set_current_state(TASK_RUNNING); in __closure_end_sleep()
Dalloc.c295 __set_current_state(TASK_RUNNING); \
/linux-4.1.27/arch/m68k/kernel/
Dprocess.c262 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
/linux-4.1.27/drivers/char/
Dapplicom.c451 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()
Drtc.c391 __set_current_state(TASK_RUNNING); in rtc_read()
Dhpet.c339 __set_current_state(TASK_RUNNING); in hpet_read()
/linux-4.1.27/arch/s390/kernel/
Dprocess.c186 if (!p || p == current || p->state == TASK_RUNNING || !task_stack_page(p)) in get_wchan()
/linux-4.1.27/arch/xtensa/kernel/
Dprocess.c290 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
/linux-4.1.27/arch/arm64/kernel/
Dprocess.c354 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
/linux-4.1.27/arch/x86/kernel/
Dprocess_64.c525 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
566 } while (count++ < 16 && p->state != TASK_RUNNING); in get_wchan()
Dprocess_32.c337 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
/linux-4.1.27/drivers/crypto/ccp/
Dccp-dev.c243 __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/
Dqueue.c69 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/
Dprocess.c599 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/
Dprocess.c222 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
/linux-4.1.27/fs/dlm/
Drecoverd.c295 set_current_state(TASK_RUNNING); in dlm_recoverd()
Duser.c829 set_current_state(TASK_RUNNING); in device_read()
/linux-4.1.27/arch/unicore32/kernel/
Dprocess.c286 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Ddebug.c383 set_current_state(TASK_RUNNING); in libcfs_debug_dumplog()
/linux-4.1.27/arch/alpha/kernel/
Dprocess.c388 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
/linux-4.1.27/net/rxrpc/
Dar-peer.c299 set_current_state(TASK_RUNNING); in rxrpc_destroy_all_peers()
Dar-local.c316 set_current_state(TASK_RUNNING); in rxrpc_destroy_all_locals()
Dar-connection.c520 __set_current_state(TASK_RUNNING); in rxrpc_connect_call()
612 __set_current_state(TASK_RUNNING); in rxrpc_connect_call()
Dar-output.c426 set_current_state(TASK_RUNNING); in rxrpc_wait_for_tx_window()
/linux-4.1.27/drivers/gpu/drm/
Ddrm_lock.c110 __set_current_state(TASK_RUNNING); in drm_legacy_lock()
/linux-4.1.27/arch/avr32/kernel/
Dprocess.c322 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
/linux-4.1.27/drivers/dma-buf/
Dfence.c392 __set_current_state(TASK_RUNNING); in fence_default_wait()
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_irq.c157 __set_current_state(TASK_RUNNING); in vmw_fallback_wait()
Dvmwgfx_fence.c219 __set_current_state(TASK_RUNNING); in vmw_fence_wait()
/linux-4.1.27/drivers/tty/vt/
Dselection.c365 __set_current_state(TASK_RUNNING); in paste_selection()
/linux-4.1.27/arch/um/kernel/
Dprocess.c369 if ((p == NULL) || (p == current) || (p->state == TASK_RUNNING)) in get_wchan()
/linux-4.1.27/arch/arm/kernel/
Dprocess.c267 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
/linux-4.1.27/drivers/media/rc/
Drc-ir-raw.c50 set_current_state(TASK_RUNNING); in ir_raw_event_thread()
Dlirc_dev.c728 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/
Drxrpc.c564 __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()
Dcell.c398 set_current_state(TASK_RUNNING); in afs_cell_destroy()
Dcallback.c319 __set_current_state(TASK_RUNNING); in afs_give_up_callback()
Dvnode.c323 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/
Dr592.c588 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/
Dmtdblock.c89 set_current_state(TASK_RUNNING); in erase_write()
Dmtdoops.c117 set_current_state(TASK_RUNNING); in mtdoops_erase_block()
Dmtdconcat.c368 set_current_state(TASK_RUNNING); in concat_dev_erase()
Dmtdchar.c712 set_current_state(TASK_RUNNING); in mtdchar_ioctl()
/linux-4.1.27/kernel/time/
Dhrtimer.c1511 __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()
Dalarmtimer.c666 __set_current_state(TASK_RUNNING); in alarmtimer_do_nsleep()
Dtimer.c1500 current->state = TASK_RUNNING; in schedule_timeout()
/linux-4.1.27/kernel/rcu/
Dtree.h410 __set_current_state(TASK_RUNNING); \
/linux-4.1.27/drivers/net/wireless/cw1200/
Dcw1200_spi.c215 set_current_state(TASK_RUNNING); in cw1200_spi_lock()
/linux-4.1.27/drivers/hid/
Dhid-roccat.c113 set_current_state(TASK_RUNNING); in roccat_read()
Dhid-debug.c1131 set_current_state(TASK_RUNNING); in hid_debug_events_read()
1142 set_current_state(TASK_RUNNING); in hid_debug_events_read()
Dhidraw.c80 set_current_state(TASK_RUNNING); in hidraw_read()
/linux-4.1.27/arch/blackfin/kernel/
Dprocess.c148 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
/linux-4.1.27/fs/coda/
Dpsdev.c233 set_current_state(TASK_RUNNING); in coda_psdev_read()
Dupcall.c653 set_current_state(TASK_RUNNING); in coda_waitfor_upcall()
/linux-4.1.27/drivers/usb/mon/
Dmon_text.c456 set_current_state(TASK_RUNNING); in mon_text_read_wait()
471 set_current_state(TASK_RUNNING); in mon_text_read_wait()
Dmon_bin.c1284 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/
Dcosa.c817 __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/
Dcore.c312 __set_current_state(TASK_RUNNING); in cmtp_session()
Dcapi.c441 set_current_state(TASK_RUNNING); in cmtp_register_appl()
/linux-4.1.27/arch/tile/kernel/
Dprocess.c514 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
Dstack.c241 if (is_current || t->state == TASK_RUNNING) { in KBacktraceIterator_init()
/linux-4.1.27/arch/sparc/kernel/
Dprocess_32.c474 task->state == TASK_RUNNING)
Dprocess_64.c758 task->state == TASK_RUNNING) in get_wchan()
/linux-4.1.27/net/nfc/
Dllcp_sock.c59 __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/
Dlustre_lib.h608 set_current_state(TASK_RUNNING); \
/linux-4.1.27/drivers/rtc/
Drtc-dev.c186 set_current_state(TASK_RUNNING); in rtc_dev_read()
/linux-4.1.27/drivers/infiniband/core/
Dfmr_pool.c196 __set_current_state(TASK_RUNNING); in ib_fmr_cleanup_thread()
/linux-4.1.27/drivers/usb/host/
Dmax3421-hcd.c1172 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/
Dircomm_tty.c356 __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/
Dhvcs.c647 __set_current_state(TASK_RUNNING); in khvcsd()
673 __set_current_state(TASK_RUNNING); in khvcsd()
Dhvc_console.c776 __set_current_state(TASK_RUNNING); in khvcd()
/linux-4.1.27/drivers/staging/media/lirc/
Dlirc_parallel.c360 set_current_state(TASK_RUNNING); in lirc_read()
Dlirc_sir.c237 set_current_state(TASK_RUNNING); in lirc_read()
Dlirc_zilog.c970 set_current_state(TASK_RUNNING); in read()
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-tcpip.c553 set_current_state(TASK_RUNNING); in libcfs_sock_accept()
/linux-4.1.27/arch/mips/kernel/
Dprocess.c526 if (!task || task == current || task->state == TASK_RUNNING) in get_wchan()
/linux-4.1.27/fs/xfs/
Dxfs_trans_ail.c531 __set_current_state(TASK_RUNNING); in xfsaild()
Dxfs_buf.c1005 set_current_state(TASK_RUNNING); in xfs_buf_wait_unpin()
/linux-4.1.27/drivers/char/mwave/
Dmwavedd.c360 set_current_state(TASK_RUNNING); in mwave_ioctl()
/linux-4.1.27/drivers/macintosh/
Dsmu.c1195 set_current_state(TASK_RUNNING); in smu_read_command()
1294 set_current_state(TASK_RUNNING); in smu_release()
Dadb.c760 set_current_state(TASK_RUNNING); in adb_read()
Dvia-pmu.c2144 __set_current_state(TASK_RUNNING); in pmu_read()
/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_sync.c388 __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/
Dsaa7146_vbi.c109 __set_current_state(TASK_RUNNING); in vbi_workaround()
/linux-4.1.27/arch/s390/mm/
Dfault.c678 if (tsk->state == TASK_RUNNING) in pfault_interrupt()
/linux-4.1.27/drivers/atm/
Datmtcp.c82 set_current_state(TASK_RUNNING); in atmtcp_send_control()
Deni.c895 set_current_state(TASK_RUNNING); in close_rx()
1414 set_current_state(TASK_RUNNING); in close_tx()
Dhe.c2375 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/
Ddm-block-manager.c138 set_task_state(current, TASK_RUNNING); in __wait()
/linux-4.1.27/drivers/target/tcm_fc/
Dtfc_cmd.c459 tag = percpu_ida_alloc(&se_sess->sess_tag_pool, TASK_RUNNING); in ft_recv_cmd()
/linux-4.1.27/net/sunrpc/
Dsvc_xprt.c619 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/
Dsched.h107 state = TASK_RUNNING | TASK_STATE_MAX; in __trace_sched_switch_state()
/linux-4.1.27/drivers/misc/lis3lv02d/
Dlis3lv02d.c642 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/
Dmanage.c708 __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/
Dusblp.c897 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/
Dcommit.c316 __set_current_state(TASK_RUNNING); in ubifs_bg_thread()
/linux-4.1.27/drivers/bluetooth/
Dbtmrvl_main.c640 set_current_state(TASK_RUNNING); in btmrvl_service_main_thread()
/linux-4.1.27/include/linux/
Dwait.h579 __set_current_state(TASK_RUNNING); \
Dsched.h202 #define TASK_RUNNING 0 macro
233 #define TASK_REPORT (TASK_RUNNING | TASK_INTERRUPTIBLE | \
/linux-4.1.27/net/bluetooth/bnep/
Dcore.c520 __set_current_state(TASK_RUNNING); in bnep_session()
/linux-4.1.27/drivers/s390/crypto/
Dap_bus.c1885 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/
Dradeon_fence.c1083 __set_current_state(TASK_RUNNING); in radeon_fence_default_wait()
/linux-4.1.27/fs/ocfs2/dlm/
Ddlmthread.c77 __set_current_state(TASK_RUNNING); in __dlm_wait_on_lockres_flags()
/linux-4.1.27/drivers/pcmcia/
Dcs.c682 set_current_state(TASK_RUNNING); in pccardd()
/linux-4.1.27/net/x25/
Daf_x25.c732 __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/
Dvhost.c227 __set_current_state(TASK_RUNNING); in vhost_worker()
240 __set_current_state(TASK_RUNNING); in vhost_worker()
/linux-4.1.27/net/irda/irnet/
Dirnet_ppp.c324 __set_current_state(TASK_RUNNING); in irnet_ctrl_read()
/linux-4.1.27/drivers/md/
Ddm-log-writes.c408 __set_current_state(TASK_RUNNING); in log_writes_kthread()
Ddm-crypt.c1199 set_task_state(current, TASK_RUNNING); in dmcrypt_write()
1206 set_task_state(current, TASK_RUNNING); in dmcrypt_write()
Ddm-mpath.c925 set_current_state(TASK_RUNNING); in multipath_wait_for_pg_init_completion()
/linux-4.1.27/drivers/usb/storage/
Dusb.c424 __set_current_state(TASK_RUNNING); in usb_stor_control_thread()
/linux-4.1.27/drivers/uio/
Duio.c548 __set_current_state(TASK_RUNNING); in uio_read()
/linux-4.1.27/drivers/infiniband/hw/ehca/
Dehca_irq.c799 __set_current_state(TASK_RUNNING); in comp_task()
/linux-4.1.27/drivers/scsi/
Dscsi_error.c2193 __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/
Divtv-streams.c855 set_current_state(TASK_RUNNING); in ivtv_stop_v4l2_encode_stream()
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/
Dsched.c567 __set_current_state(TASK_RUNNING); in spu_prio_wait()
/linux-4.1.27/drivers/net/wireless/libertas/
Dmain.c512 set_current_state(TASK_RUNNING); in lbs_thread()
/linux-4.1.27/drivers/infiniband/hw/mthca/
Dmthca_cmd.c243 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/
Dlov_object.c329 set_current_state(TASK_RUNNING); in lov_subobject_kill()
/linux-4.1.27/drivers/s390/char/
Dcon3215.c653 set_current_state(TASK_RUNNING); in raw3215_shutdown()
/linux-4.1.27/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c1178 set_current_state(TASK_RUNNING); in cl_object_put_last()
/linux-4.1.27/net/core/
Dpktgen.c2223 __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/
Dbnx2fc_fcoe.c488 __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/
Dcomedi_fops.c2406 set_current_state(TASK_RUNNING); in comedi_write()
2518 set_current_state(TASK_RUNNING); in comedi_read()
/linux-4.1.27/net/bluetooth/hidp/
Dcore.c1233 set_current_state(TASK_RUNNING); in hidp_session_run()
/linux-4.1.27/fs/nfsd/
Dnfs4recover.c674 set_current_state(TASK_RUNNING); in __cld_pipe_upcall()
/linux-4.1.27/arch/powerpc/kernel/
Dprocess.c1519 if (!p || p == current || p->state == TASK_RUNNING) in get_wchan()
/linux-4.1.27/drivers/target/iscsi/
Discsi_target_util.c934 cmd = iscsit_allocate_cmd(conn, TASK_RUNNING); in iscsit_add_nopin()
/linux-4.1.27/drivers/media/i2c/
Dtvaudio.c322 set_current_state(TASK_RUNNING); in chip_thread()
/linux-4.1.27/net/netlink/
Daf_netlink.c975 __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/
Dcrisv10.c3796 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/
Dnvme-core.c2450 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/
Dcommsup.c1741 set_current_state(TASK_RUNNING); in aac_command_thread()
/linux-4.1.27/drivers/char/pcmcia/
Dsynclink_cs.c2055 set_current_state(TASK_RUNNING); in wait_events()
2115 set_current_state(TASK_RUNNING); in modem_input_wait()

12