Searched refs:dl_bw (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | deadline.c | 69 static inline struct dl_bw *dl_bw_of(int i) in dl_bw_of() 73 return &cpu_rq(i)->rd->dl_bw; in dl_bw_of() 123 static inline struct dl_bw *dl_bw_of(int i) in dl_bw_of() 125 return &cpu_rq(i)->dl.dl_bw; in dl_bw_of() 140 void __add_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __add_running_bw() argument 145 dl_rq->running_bw += dl_bw; in __add_running_bw() 153 void __sub_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __sub_running_bw() argument 158 dl_rq->running_bw -= dl_bw; in __sub_running_bw() 167 void __add_rq_bw(u64 dl_bw, struct dl_rq *dl_rq) in __add_rq_bw() argument 172 dl_rq->this_bw += dl_bw; in __add_rq_bw() [all …]
|
| H A D | sched.h | 301 struct dl_bw { struct 307 static inline void __dl_update(struct dl_bw *dl_b, s64 bw); argument 310 void __dl_sub(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_sub() 317 void __dl_add(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_add() 323 static inline bool __dl_overflow(struct dl_bw *dl_b, unsigned long cap, in __dl_overflow() 345 extern void init_dl_bw(struct dl_bw *dl_b); 703 struct dl_bw dl_bw; member 816 struct dl_bw dl_bw; member 2367 void __dl_update(struct dl_bw *dl_b, s64 bw) in __dl_update() 2369 struct root_domain *rd = container_of(dl_b, struct root_domain, dl_bw); in __dl_update() [all …]
|
| H A D | debug.c | 666 struct dl_bw *dl_bw; in print_dl_rq() local 677 dl_bw = &cpu_rq(cpu)->rd->dl_bw; in print_dl_rq() 679 dl_bw = &dl_rq->dl_bw; in print_dl_rq() 681 SEQ_printf(m, " .%-30s: %lld\n", "dl_bw->bw", dl_bw->bw); in print_dl_rq() 682 SEQ_printf(m, " .%-30s: %lld\n", "dl_bw->total_bw", dl_bw->total_bw); in print_dl_rq()
|
| H A D | topology.c | 512 init_dl_bw(&rd->dl_bw); in init_rootdomain()
|
| H A D | core.c | 5646 rq->rd->dl_bw.bw == 0) { in __sched_setscheduler()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/ |
| H A D | role.c | 1070 sta.dl_bw = info->dl_bw; in mac_h2c_join_info() 1096 SET_WORD(sta.dl_bw, FWCMD_H2C_JOININFO_DL_BW) | in mac_h2c_join_info()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/ |
| H A D | role.c | 1070 sta.dl_bw = info->dl_bw; in mac_h2c_join_info() 1096 SET_WORD(sta.dl_bw, FWCMD_H2C_JOININFO_DL_BW) | in mac_h2c_join_info()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | sched.h | 538 u64 dl_bw; /* dl_runtime / dl_period */ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/ |
| H A D | mac_def.h | 12501 u8 dl_bw: 2; member 13026 u8 dl_bw:2; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/ |
| H A D | mac_def.h | 12501 u8 dl_bw: 2; member 13026 u8 dl_bw:2; member
|
| /OK3568_Linux_fs/kernel/Documentation/scheduler/ |
| H A D | sched-deadline.rst | 596 direct subset of dl_bw.
|