Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/sched/
Dfair.c444 static inline int entity_before(struct sched_entity *a, in entity_before() function
495 if (entity_before(se, entry)) { in __enqueue_entity()
5231 if (sysctl_sched_child_runs_first && curr && entity_before(curr, se)) { in task_fork_fair()