Lines Matching defs:new
37 static inline s64 __rq_update_sum(struct rq *rq, bool curr, bool new)
40 if (new)
45 if (new)
52 static inline s64 __grp_update_sum(struct rq *rq, bool curr, bool new)
55 if (new)
60 if (new)
68 bool src, bool new, bool curr)
73 return __rq_update_sum(rq, curr, new);
75 return __grp_update_sum(rq, curr, new);
78 return __grp_update_sum(rq, curr, new);
80 return __rq_update_sum(rq, curr, new);