Lines Matching refs:S
893 int S, T; in trace_ctxwake_print() local
899 S = task_state_char(field->prev_state); in trace_ctxwake_print()
905 S, delim, in trace_ctxwake_print()
926 static int trace_ctxwake_raw(struct trace_iterator *iter, char S) in trace_ctxwake_raw() argument
933 if (!S) in trace_ctxwake_raw()
934 S = task_state_char(field->prev_state); in trace_ctxwake_raw()
939 S, in trace_ctxwake_raw()
961 static int trace_ctxwake_hex(struct trace_iterator *iter, char S) in trace_ctxwake_hex() argument
969 if (!S) in trace_ctxwake_hex()
970 S = task_state_char(field->prev_state); in trace_ctxwake_hex()
975 SEQ_PUT_HEX_FIELD(s, S); in trace_ctxwake_hex()