Home
last modified time | relevance | path

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

/kernel/sched/
Dfair.c278 #define for_each_sched_entity(se) \ argument
394 is_same_group(struct sched_entity *se, struct sched_entity *pse) in is_same_group()
402 static inline struct sched_entity *parent_entity(struct sched_entity *se) in parent_entity()
408 find_matching_se(struct sched_entity **se, struct sched_entity **pse) in find_matching_se()
449 static int se_is_idle(struct sched_entity *se) in se_is_idle()
458 #define for_each_sched_entity(se) \ argument
483 static inline struct sched_entity *parent_entity(struct sched_entity *se) in parent_entity()
489 find_matching_se(struct sched_entity **se, struct sched_entity **pse) in find_matching_se()
503 static int se_is_idle(struct sched_entity *se) in se_is_idle()
559 struct sched_entity *se = __node_2_se(leftmost); in update_min_vruntime() local
[all …]
Dpelt.c299 int __update_load_avg_blocked_se(u64 now, struct sched_entity *se) in __update_load_avg_blocked_se()
311 int __update_load_avg_se(u64 now, struct cfs_rq *cfs_rq, struct sched_entity *se) in __update_load_avg_se()
Dsched.h395 struct sched_entity **se; member
527 static inline void set_task_rq_fair(struct sched_entity *se, in set_task_rq_fair()
746 #define entity_is_task(se) (!se->my_q) argument
748 static inline void se_update_runnable(struct sched_entity *se) in se_update_runnable()
754 static inline long se_runnable(struct sched_entity *se) in se_runnable()
763 #define entity_is_task(se) 1 argument
765 static inline void se_update_runnable(struct sched_entity *se) {} in se_update_runnable()
767 static inline long se_runnable(struct sched_entity *se) in se_runnable()
777 static inline long se_weight(struct sched_entity *se) in se_weight()
1400 static inline struct task_struct *task_of(struct sched_entity *se) in task_of()
[all …]
Ddebug.c450 struct sched_entity *se = tg->se[cpu]; in print_cfs_group_stats() local
/kernel/trace/
Dtrace_events_synth.c333 struct synth_event *se; in print_synth_event() local
1455 static int destroy_synth_event(struct synth_event *se) in destroy_synth_event()
1484 struct synth_event *se = NULL; in synth_event_delete() local
1591 struct synth_event *se; in synth_event_run_command() local
Dtrace_events_hist.c6136 struct synth_event *se; in hist_unreg_all() local
6173 struct synth_event *se; in event_hist_trigger_func() local
/kernel/events/
Dcore.c8807 struct perf_switch_event *se = data; in perf_event_switch_output() local