Home
last modified time | relevance | path

Searched refs:task_state_to_char (Results 1 – 6 of 6) sorted by relevance

/linux/kernel/rcu/
H A Dtree_stall.h582 gpk ? task_state_to_char(gpk) : '?', cpu); in rcu_check_gp_kthread_starvation()
624 task_state_to_char(gpk)); in rcu_check_gp_kthread_expired_fqs_timer()
952 t ? task_state_to_char(t) : '?', t ? t->rt_priority : 0xffU, in show_rcu_state()
H A Dtree_nocb.h1605 rdp->nocb_gp_kthread ? task_state_to_char(rdp->nocb_gp_kthread) : '.', in show_rcu_nocb_gp_state()
1665 rdp->nocb_cb_kthread ? task_state_to_char(rdp->nocb_cb_kthread) : '.', in show_rcu_nocb_state()
H A Drcutorture.c3101 wtp == NULL ? '?' : task_state_to_char(wtp), in rcu_torture_stats_print()
/linux/include/linux/
H A Dsched.h1744 static inline char task_state_to_char(struct task_struct *tsk) in task_state_to_char() function
/linux/kernel/sched/
H A Dcore.c8233 pr_info("task:%-15.15s state:%c", p->comm, task_state_to_char(p)); in sched_show_task()
/linux/kernel/sched/ext/
H A Dext.c6841 marker, task_state_to_char(p), p->comm, p->pid, own_marker, sch_id_buf, in scx_dump_task()