Home
last modified time | relevance | path

Searched refs:task_is_running (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/arch/parisc/kernel/
H A Dprocess.c273 if (task_is_running(p)) in __get_wchan()
/openbmc/linux/arch/s390/mm/
H A Dpfault.c166 if (task_is_running(tsk)) in pfault_interrupt()
/openbmc/linux/arch/arc/kernel/
H A Dstacktrace.c87 if (task_is_running(tsk)) in seed_unwind_frame_info()
/openbmc/linux/kernel/trace/
H A Drethook.c263 if (WARN_ON_ONCE(tsk != current && task_is_running(tsk))) in rethook_find_ret_addr()
/openbmc/linux/kernel/sched/
H A Dstats.h271 if (task_is_running(t)) in sched_info_depart()
H A Dcore.c6727 if (task_is_running(tsk)) in sched_submit_work()
8966 if (task_on_cpu(p_rq, p) || !task_is_running(p)) in yield_to()
9168 if (task_is_running(p)) in sched_show_task()
/openbmc/linux/kernel/kcsan/
H A Dreport.c522 const bool is_running = task_is_running(current); in set_other_info_task_blocking()
/openbmc/linux/arch/ia64/kernel/
H A Dprocess.c547 if (task_is_running(p)) in __get_wchan()
/openbmc/linux/fs/proc/
H A Darray.c541 wchan = !task_is_running(task); in do_task_stat()
/openbmc/linux/include/linux/
H A Dsched.h130 #define task_is_running(task) (READ_ONCE((task)->__state) == TASK_RUNNING) macro
/openbmc/linux/kernel/rcu/
H A Dtree_nocb.h1603 return tsp && task_is_running(tsp) && !tsp->on_cpu ? "!" : ""; in show_rcu_should_be_on_cpu()
/openbmc/linux/arch/powerpc/kernel/
H A Dprocess.c2236 if (!validate_sp(sp, p) || task_is_running(p)) in ___get_wchan()
/openbmc/linux/mm/
H A Dcompaction.c2088 running = pgdat->kswapd && task_is_running(pgdat->kswapd); in kswapd_is_running()
/openbmc/linux/arch/x86/kvm/
H A Dxen.c586 if (in_atomic() || !task_is_running(current)) in __kvm_xen_has_interrupt()
/openbmc/linux/kernel/
H A Dsignal.c4851 if (!task_is_running(t) && new_t) { in kdb_send_sig()
H A Dworkqueue.c6367 if (task_is_running(worker->task)) { in show_cpu_pool_hog()
/openbmc/linux/block/
H A Dblk-mq.c4956 if (task_is_running(current)) in blk_hctx_poll()
/openbmc/linux/kernel/locking/
H A Dlockdep.c794 if (p != current && task_is_running(p)) in lockdep_print_held_locks()
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv.c369 if (task_is_running(current) && in kvmppc_core_vcpu_put_hv()