Searched refs:candidate_path (Results 1 – 1 of 1) sorted by relevance
349 uint32_t candidate_path = candidate->GetCriticalPath(); in GetHigherPrioritySchedulingNode() local352 if (check_path != candidate_path) { in GetHigherPrioritySchedulingNode()353 return check_path < candidate_path ? check : candidate; in GetHigherPrioritySchedulingNode()