/kernel/linux/linux-6.6/kernel/sched/ |
H A D | deadline.c | 104 static inline struct dl_bw *dl_bw_of(int i) in dl_bw_of() 108 return &cpu_rq(i)->rd->dl_bw; in dl_bw_of() 170 void __dl_update(struct dl_bw *dl_b, s64 bw) in __dl_update() 172 struct root_domain *rd = container_of(dl_b, struct root_domain, dl_bw); in __dl_update() 184 static inline struct dl_bw *dl_bw_of(int i) in dl_bw_of() 186 return &cpu_rq(i)->dl.dl_bw; in dl_bw_of() 205 void __dl_update(struct dl_bw *dl_b, s64 bw) in __dl_update() 207 struct dl_rq *dl = container_of(dl_b, struct dl_rq, dl_bw); in __dl_update() 214 void __dl_sub(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_sub() 221 void __dl_add(struct dl_bw *dl_ 235 __add_running_bw(u64 dl_bw, struct dl_rq *dl_rq) __add_running_bw() argument 248 __sub_running_bw(u64 dl_bw, struct dl_rq *dl_rq) __sub_running_bw() argument 262 __add_rq_bw(u64 dl_bw, struct dl_rq *dl_rq) __add_rq_bw() argument 272 __sub_rq_bw(u64 dl_bw, struct dl_rq *dl_rq) __sub_rq_bw() argument 3064 dl_bw_manage(enum dl_bw_request req, int cpu, u64 dl_bw) dl_bw_manage() argument 3103 dl_bw_alloc(int cpu, u64 dl_bw) dl_bw_alloc() argument 3108 dl_bw_free(int cpu, u64 dl_bw) dl_bw_free() argument [all...] |
H A D | debug.c | 742 struct dl_bw *dl_bw; in print_dl_rq() local 753 dl_bw = &cpu_rq(cpu)->rd->dl_bw; in print_dl_rq() 755 dl_bw = &dl_rq->dl_bw; in print_dl_rq() 757 SEQ_printf(m, " .%-30s: %lld\n", "dl_bw->bw", dl_bw->bw); in print_dl_rq() 758 SEQ_printf(m, " .%-30s: %lld\n", "dl_bw->total_bw", dl_bw in print_dl_rq() [all...] |
H A D | sched.h | 397 struct dl_bw { struct 403 extern void init_dl_bw(struct dl_bw *dl_b); 835 struct dl_bw dl_bw; member 954 struct dl_bw dl_bw; member 958 * Indicate whether a root_domain's dl_bw has been checked or
|
H A D | topology.c | 555 init_dl_bw(&rd->dl_bw); in init_rootdomain() 2707 * its dl_bw->total_bw needs to be cleared. It in partition_sched_domains_locked()
|
H A D | core.c | 7650 * include util_dl and ignore dl_bw. in effective_cpu_util() 7948 rq->rd->dl_bw.bw == 0) { in __sched_setscheduler()
|
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | deadline.c | 71 static inline struct dl_bw *dl_bw_of(int i) in dl_bw_of() 75 return &cpu_rq(i)->rd->dl_bw; in dl_bw_of() 125 static inline struct dl_bw *dl_bw_of(int i) in dl_bw_of() 127 return &cpu_rq(i)->dl.dl_bw; in dl_bw_of() 142 void __add_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __add_running_bw() argument 147 dl_rq->running_bw += dl_bw; in __add_running_bw() 155 void __sub_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __sub_running_bw() argument 160 dl_rq->running_bw -= dl_bw; in __sub_running_bw() 169 void __add_rq_bw(u64 dl_bw, struct dl_rq *dl_rq) in __add_rq_bw() argument 174 dl_rq->this_bw += dl_bw; in __add_rq_bw() 179 __sub_rq_bw(u64 dl_bw, struct dl_rq *dl_rq) __sub_rq_bw() argument 2878 dl_bw_manage(enum dl_bw_request req, int cpu, u64 dl_bw) dl_bw_manage() argument 2917 dl_bw_alloc(int cpu, u64 dl_bw) dl_bw_alloc() argument 2922 dl_bw_free(int cpu, u64 dl_bw) dl_bw_free() argument [all...] |
H A D | debug.c | 664 struct dl_bw *dl_bw; in print_dl_rq() local 675 dl_bw = &cpu_rq(cpu)->rd->dl_bw; in print_dl_rq() 677 dl_bw = &dl_rq->dl_bw; in print_dl_rq() 679 SEQ_printf(m, " .%-30s: %lld\n", "dl_bw->bw", dl_bw->bw); in print_dl_rq() 680 SEQ_printf(m, " .%-30s: %lld\n", "dl_bw->total_bw", dl_bw in print_dl_rq() [all...] |
H A D | sched.h | 380 struct dl_bw { struct 386 static inline void __dl_update(struct dl_bw *dl_b, s64 bw); 389 void __dl_sub(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_sub() 396 void __dl_add(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_add() 402 static inline bool __dl_overflow(struct dl_bw *dl_b, unsigned long cap, in __dl_overflow() 424 extern void init_dl_bw(struct dl_bw *dl_b); 789 struct dl_bw dl_bw; member 902 struct dl_bw dl_bw; member [all...] |
H A D | topology.c | 519 init_dl_bw(&rd->dl_bw); in init_rootdomain() 2337 * its dl_bw->total_bw needs to be cleared. It in partition_sched_domains_locked()
|
H A D | core.c | 5600 rq->rd->dl_bw.bw == 0) { in __sched_setscheduler()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | sched.h | 632 u64 dl_bw; /* dl_runtime / dl_period */ member 1815 extern int dl_bw_alloc(int cpu, u64 dl_bw); 1816 extern void dl_bw_free(int cpu, u64 dl_bw);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | sched.h | 718 u64 dl_bw; /* dl_runtime / dl_period */ member 1982 extern int dl_bw_alloc(int cpu, u64 dl_bw); 1983 extern void dl_bw_free(int cpu, u64 dl_bw);
|
/kernel/linux/linux-5.10/kernel/cgroup/ |
H A D | cpuset.c | 2225 cs->sum_migrate_dl_bw += task->dl.dl_bw; in cpuset_can_attach()
|
/kernel/linux/linux-6.6/kernel/cgroup/ |
H A D | cpuset.c | 2579 cs->sum_migrate_dl_bw += task->dl.dl_bw; in cpuset_can_attach()
|