Searched refs:quota_us (Results 1 – 6 of 6) sorted by relevance
| /linux/kernel/sched/ |
| H A D | ext.h | 83 void scx_group_set_bandwidth(struct task_group *tg, u64 period_us, u64 quota_us, u64 burst_us); 93 static inline void scx_group_set_bandwidth(struct task_group *tg, u64 period_us, u64 quota_us, u64 … in scx_group_set_bandwidth() argument
|
| H A D | core.c | 9553 u64 period_us, u64 quota_us, u64 burst_us) in tg_set_cfs_bandwidth() argument 9561 if (quota_us == RUNTIME_INF) in tg_set_cfs_bandwidth() 9564 quota = (u64)quota_us * NSEC_PER_USEC; in tg_set_cfs_bandwidth() 9633 u64 quota_us; in tg_get_cfs_quota() local 9638 quota_us = tg->cfs_bandwidth.quota; in tg_get_cfs_quota() 9639 do_div(quota_us, NSEC_PER_USEC); in tg_get_cfs_quota() 9641 return quota_us; in tg_get_cfs_quota() 9824 u64 period_us, u64 quota_us, u64 burst_us) in tg_set_bandwidth() argument 9834 (quota_us != RUNTIME_INF && quota_us > max_usec) || in tg_set_bandwidth() 9843 if (quota_us < min_bw_quota_period_us || in tg_set_bandwidth() [all …]
|
| H A D | ext_internal.h | 704 u64 period_us, u64 quota_us, u64 burst_us);
|
| H A D | ext.c | 3221 u64 period_us, u64 quota_us, u64 burst_us) in scx_group_set_bandwidth() argument 3229 tg->scx.bw_quota_us != quota_us || in scx_group_set_bandwidth() 3232 tg_cgrp(tg), period_us, quota_us, burst_us); in scx_group_set_bandwidth() 3235 tg->scx.bw_quota_us = quota_us; in scx_group_set_bandwidth() 5012 static void sched_ext_ops__cgroup_set_bandwidth(struct cgroup *cgrp, u64 period_us, u64 quota_us, u… in sched_ext_ops__cgroup_set_bandwidth() argument
|
| /linux/tools/testing/selftests/sched_ext/ |
| H A D | maximal.bpf.c | 127 u64 period_us, u64 quota_us, u64 burst_us) in BPF_STRUCT_OPS() argument
|
| /linux/tools/sched_ext/ |
| H A D | scx_qmap.bpf.c | 651 u64 period_us, u64 quota_us, u64 burst_us) in BPF_STRUCT_OPS() argument 655 cgrp->kn->id, period_us, quota_us, burst_us); in BPF_STRUCT_OPS()
|