Home
last modified time | relevance | path

Searched refs:next_state (Results 1 – 4 of 4) sorted by relevance

/kernel/sched/
Didle.c138 int next_state) in call_cpuidle() argument
155 return cpuidle_enter(drv, dev, next_state); in call_cpuidle()
171 int next_state, entered_state; in cpuidle_idle_call() local
221 next_state = cpuidle_find_deepest_state(drv, dev, max_latency_ns); in cpuidle_idle_call()
222 call_cpuidle(drv, dev, next_state); in cpuidle_idle_call()
229 next_state = cpuidle_select(drv, dev, &stop_tick); in cpuidle_idle_call()
236 entered_state = call_cpuidle(drv, dev, next_state); in cpuidle_idle_call()
/kernel/trace/
Dtrace_entries.h121 __field( unsigned char, next_state )
133 __entry->next_pid, __entry->next_prio, __entry->next_state,
151 __entry->next_pid, __entry->next_prio, __entry->next_state,
Dtrace_sched_wakeup.c394 entry->next_state = task_state_index(next); in tracing_sched_switch_trace()
422 entry->next_state = task_state_index(wakee); in tracing_sched_wakeup_trace()
Dtrace_output.c943 T = task_index_to_char(field->next_state); in trace_ctxwake_print()
980 T = task_index_to_char(field->next_state); in trace_ctxwake_raw()
1016 T = task_index_to_char(field->next_state); in trace_ctxwake_hex()
1055 SEQ_PUT_FIELD(s, field->next_state); in trace_ctxwake_bin()