Lines Matching +defs:val +defs:se
254 #define shr_bound(val, shift) \ argument
447 struct sched_entity **se; member
586 static inline void set_task_rq_fair(struct sched_entity *se, in set_task_rq_fair()
614 # define u64_u32_store_copy(var, copy, val) (var = val) argument
630 # define u64_u32_store_copy(var, copy, val) \ argument
643 # define u64_u32_store(var, val) u64_u32_store_copy(var, var##_copy, val) argument
904 #define entity_is_task(se) (!se->my_q) argument
906 static inline void se_update_runnable(struct sched_entity *se) in se_update_runnable()
912 static inline long se_runnable(struct sched_entity *se) in se_runnable()
925 #define entity_is_task(se) 1 argument
927 static inline void se_update_runnable(struct sched_entity *se) { } in se_update_runnable()
929 static inline long se_runnable(struct sched_entity *se) in se_runnable()
943 static inline long se_weight(struct sched_entity *se) in se_weight()
1572 static inline struct task_struct *task_of(struct sched_entity *se) in task_of()
1584 static inline struct cfs_rq *cfs_rq_of(const struct sched_entity *se) in cfs_rq_of()
1604 static inline struct cfs_rq *cfs_rq_of(const struct sched_entity *se) in cfs_rq_of()