Lines Matching refs:a
566 static inline bool entity_before(const struct sched_entity *a, in entity_before() argument
569 return (s64)(a->vruntime - b->vruntime) < 0; in entity_before()
800 static inline bool __entity_less(struct rb_node *a, const struct rb_node *b) in __entity_less() argument
802 return entity_before(__node_2_se(a), __node_2_se(b)); in __entity_less()
2798 int a, b; in preferred_group_nid() local
2804 for_each_node_mask(a, nodes) { in preferred_group_nid()
2811 if (node_distance(a, b) < dist) { in preferred_group_nid()
2827 nid = a; in preferred_group_nid()
12535 bool cfs_prio_less(const struct task_struct *a, const struct task_struct *b, in cfs_prio_less() argument
12538 struct rq *rq = task_rq(a); in cfs_prio_less()
12539 const struct sched_entity *sea = &a->se; in cfs_prio_less()
12568 cfs_rqa = &task_rq(a)->cfs; in cfs_prio_less()