Searched refs:task_state_to_char (Results 1 – 6 of 6) sorted by relevance
| /linux/kernel/rcu/ |
| H A D | tree_stall.h | 582 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 D | tree_nocb.h | 1605 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 D | rcutorture.c | 3101 wtp == NULL ? '?' : task_state_to_char(wtp), in rcu_torture_stats_print()
|
| /linux/include/linux/ |
| H A D | sched.h | 1744 static inline char task_state_to_char(struct task_struct *tsk) in task_state_to_char() function
|
| /linux/kernel/sched/ |
| H A D | core.c | 8233 pr_info("task:%-15.15s state:%c", p->comm, task_state_to_char(p)); in sched_show_task()
|
| /linux/kernel/sched/ext/ |
| H A D | ext.c | 6841 marker, task_state_to_char(p), p->comm, p->pid, own_marker, sch_id_buf, in scx_dump_task()
|