Lines Matching refs:S
854 int S, T; in trace_ctxwake_print() local
860 S = task_state_char(field->prev_state); in trace_ctxwake_print()
866 S, delim, in trace_ctxwake_print()
887 static int trace_ctxwake_raw(struct trace_iterator *iter, char S) in trace_ctxwake_raw() argument
894 if (!S) in trace_ctxwake_raw()
895 S = task_state_char(field->prev_state); in trace_ctxwake_raw()
900 S, in trace_ctxwake_raw()
922 static int trace_ctxwake_hex(struct trace_iterator *iter, char S) in trace_ctxwake_hex() argument
930 if (!S) in trace_ctxwake_hex()
931 S = task_state_char(field->prev_state); in trace_ctxwake_hex()
936 SEQ_PUT_HEX_FIELD(s, S); in trace_ctxwake_hex()