Lines Matching refs:S
938 int S, T; in trace_ctxwake_print() local
944 S = task_index_to_char(field->prev_state); in trace_ctxwake_print()
950 S, delim, in trace_ctxwake_print()
971 static int trace_ctxwake_raw(struct trace_iterator *iter, char S) in trace_ctxwake_raw() argument
978 if (!S) in trace_ctxwake_raw()
979 S = task_index_to_char(field->prev_state); in trace_ctxwake_raw()
984 S, in trace_ctxwake_raw()
1006 static int trace_ctxwake_hex(struct trace_iterator *iter, char S) in trace_ctxwake_hex() argument
1014 if (!S) in trace_ctxwake_hex()
1015 S = task_index_to_char(field->prev_state); in trace_ctxwake_hex()
1020 SEQ_PUT_HEX_FIELD(s, S); in trace_ctxwake_hex()