Home
last modified time | relevance | path

Searched refs:task_of (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/kernel/sched/
H A Dstats.h106 return &task_of(se)->stats; in __schedstats_from_se()
H A Dfair.c470 return task_has_idle_policy(task_of(se)); in se_is_idle()
517 return task_has_idle_policy(task_of(se)); in se_is_idle()
1245 struct task_struct *p = task_of(curr); in update_curr()
1291 p = task_of(se); in update_stats_wait_start_fair()
1317 p = task_of(se); in update_stats_wait_end_fair()
1334 tsk = task_of(se); in update_stats_enqueue_sleeper_fair()
1374 struct task_struct *tsk = task_of(se); in update_stats_dequeue_fair()
3693 account_numa_enqueue(rq, task_of(se)); in account_entity_enqueue()
3706 account_numa_dequeue(rq_of(cfs_rq), task_of(se)); in account_entity_dequeue()
7079 p = task_of(se); in dequeue_entities()
[all …]
H A Dsched.h1564 static inline struct task_struct *task_of(struct sched_entity *se) in task_of() function
1589 #define task_of(_se) container_of(_se, struct task_struct, se) macro
1598 const struct task_struct *p = task_of(se); in cfs_rq_of()