Searched refs:task_index_to_char (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/trace/
H A Dtrace_output.c1083 T = task_index_to_char(field->next_state);
1084 S = task_index_to_char(field->prev_state);
1119 S = task_index_to_char(field->prev_state);
1120 T = task_index_to_char(field->next_state);
1155 S = task_index_to_char(field->prev_state);
1156 T = task_index_to_char(field->next_state);
/linux-master/include/linux/
H A Dsched.h1599 static inline char task_index_to_char(unsigned int state) function
1610 return task_index_to_char(task_state_index(tsk));

Completed in 151 milliseconds