Home
last modified time | relevance | path

Searched defs:se (Results 1 – 7 of 7) sorted by relevance

/kernel/sched/
Dfair.c267 static inline struct task_struct *task_of(struct sched_entity *se) in task_of()
274 #define for_each_sched_entity(se) \ argument
283 static inline struct cfs_rq *cfs_rq_of(struct sched_entity *se) in cfs_rq_of()
407 is_same_group(struct sched_entity *se, struct sched_entity *pse) in is_same_group()
415 static inline struct sched_entity *parent_entity(struct sched_entity *se) in parent_entity()
421 find_matching_se(struct sched_entity **se, struct sched_entity **pse) in find_matching_se()
454 static inline struct task_struct *task_of(struct sched_entity *se) in task_of()
459 #define for_each_sched_entity(se) \ argument
467 static inline struct cfs_rq *cfs_rq_of(struct sched_entity *se) in cfs_rq_of()
503 static inline struct sched_entity *parent_entity(struct sched_entity *se) in parent_entity()
[all …]
Dpelt.c358 int __update_load_avg_blocked_se(u64 now, struct sched_entity *se) in __update_load_avg_blocked_se()
370 int __update_load_avg_se(u64 now, struct cfs_rq *cfs_rq, struct sched_entity *se) in __update_load_avg_se()
Dsched.h393 struct sched_entity **se; member
519 static inline void set_task_rq_fair(struct sched_entity *se, in set_task_rq_fair()
732 #define entity_is_task(se) (!se->my_q) argument
734 static inline void se_update_runnable(struct sched_entity *se) in se_update_runnable()
740 static inline long se_runnable(struct sched_entity *se) in se_runnable()
749 #define entity_is_task(se) 1 argument
751 static inline void se_update_runnable(struct sched_entity *se) {} in se_update_runnable()
753 static inline long se_runnable(struct sched_entity *se) in se_runnable()
763 static inline long se_weight(struct sched_entity *se) in se_weight()
Ddebug.c431 struct sched_entity *se = tg->se[cpu]; in print_cfs_group_stats() local
/kernel/trace/
Dtrace_events_synth.c318 struct synth_event *se; in print_synth_event() local
1326 static int destroy_synth_event(struct synth_event *se) in destroy_synth_event()
1353 struct synth_event *se = NULL; in synth_event_delete() local
1400 struct synth_event *se; in synth_event_run_command() local
Dtrace_events_hist.c5661 struct synth_event *se; in hist_unreg_all() local
5698 struct synth_event *se; in event_hist_trigger_func() local
/kernel/events/
Dcore.c8483 struct perf_switch_event *se = data; in perf_event_switch_output() local