Searched refs:pending_sched (Results 1 – 1 of 1) sorted by relevance
92 auto* pending_sched = &pending_sched_per_cpu_[cpu]; in PushSchedSwitch() local93 uint32_t pending_slice_idx = pending_sched->pending_slice_storage_idx; in PushSchedSwitch()95 prev_pid_match_prev_next_pid = prev_pid == pending_sched->last_pid; in PushSchedSwitch()116 pending_sched->pending_slice_storage_idx = new_slice_idx; in PushSchedSwitch()117 pending_sched->last_pid = next_pid; in PushSchedSwitch()118 pending_sched->last_utid = next_utid; in PushSchedSwitch()119 pending_sched->last_prio = next_prio; in PushSchedSwitch()143 auto* pending_sched = &pending_sched_per_cpu_[cpu]; in PushSchedSwitchCompact() local149 if (pending_sched->last_utid == std::numeric_limits<UniqueTid>::max()) { in PushSchedSwitchCompact()152 pending_sched->last_pid = next_pid; in PushSchedSwitchCompact()[all …]