Home
last modified time | relevance | path

Searched refs:bw (Results 1 – 5 of 5) sorted by relevance

/kernel/sched/
Dsched.h283 u64 bw; member
287 static inline void __dl_update(struct dl_bw *dl_b, s64 bw);
306 return dl_b->bw != -1 && in __dl_overflow()
307 dl_b->bw * cpus < dl_b->total_bw - old_bw + new_bw; in __dl_overflow()
2249 void __dl_update(struct dl_bw *dl_b, s64 bw) in __dl_update() argument
2259 rq->dl.extra_bw += bw; in __dl_update()
2264 void __dl_update(struct dl_bw *dl_b, s64 bw) in __dl_update() argument
2268 dl->extra_bw += bw; in __dl_update()
Ddeadline.c349 dl_b->bw = -1; in init_dl_bw()
351 dl_b->bw = to_ratio(global_rt_period(), global_rt_runtime()); in init_dl_bw()
2563 dl_b->bw = new_bw; in sched_dl_do_global()
2790 if (cur_dl_b->bw != -1 && in dl_cpuset_cpumask_can_shrink()
2791 cur_dl_b->bw * trial_cpus < cur_dl_b->total_bw) in dl_cpuset_cpumask_can_shrink()
Ddebug.c627 SEQ_printf(m, " .%-30s: %lld\n", "dl_bw->bw", dl_bw->bw); in print_dl_rq()
Dcore.c5055 rq->rd->dl_bw.bw == 0) { in __sched_setscheduler()
/kernel/trace/
Dtrace_probe.c513 unsigned long bw, bo; in __parse_bitfield_probe_arg() local
519 bw = simple_strtoul(bf + 1, &tail, 0); /* Use simple one */ in __parse_bitfield_probe_arg()
521 if (bw == 0 || *tail != '@') in __parse_bitfield_probe_arg()
535 code->lshift = BYTES_TO_BITS(t->size) - (bw + bo); in __parse_bitfield_probe_arg()
536 code->rshift = BYTES_TO_BITS(t->size) - bw; in __parse_bitfield_probe_arg()
539 return (BYTES_TO_BITS(t->size) < (bw + bo)) ? -EINVAL : 0; in __parse_bitfield_probe_arg()