Home
last modified time | relevance | path

Searched refs:quota (Results 1 - 4 of 4) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dcore.c8965 static int tg_set_cfs_bandwidth(struct task_group *tg, u64 period, u64 quota) in tg_set_cfs_bandwidth() argument
8979 if (quota < min_cfs_quota_period || period < min_cfs_quota_period) { in tg_set_cfs_bandwidth()
8984 * Likewise, bound things on the otherside by preventing insane quota in tg_set_cfs_bandwidth()
8985 * periods. This also allows us to normalize in computing quota in tg_set_cfs_bandwidth()
8993 * Bound quota to defend quota against overflow during bandwidth shift. in tg_set_cfs_bandwidth()
8995 if (quota != RUNTIME_INF && quota > max_cfs_runtime) { in tg_set_cfs_bandwidth()
9005 ret = __cfs_schedulable(tg, period, quota); in tg_set_cfs_bandwidth()
9010 runtime_enabled = quota ! in tg_set_cfs_bandwidth()
9059 u64 quota, period; tg_set_cfs_quota() local
9089 u64 quota, period; tg_set_cfs_period() local
9137 u64 period, quota; global() member
9147 u64 quota, period; normalize_cfs_quota() local
9169 s64 quota = 0, parent_quota = -1; tg_cfs_schedulable_down() local
9199 __cfs_schedulable(struct task_group *tg, u64 period, u64 quota) __cfs_schedulable() argument
9419 cpu_period_quota_print(struct seq_file *sf, long period, long quota) cpu_period_quota_print() argument
9468 u64 quota; cpu_max_write() local
[all...]
H A Dfair.c160 * each time a cfs_rq requests quota.
163 * to consumption or the quota being specified to be smaller than the slice)
4835 * Replenish runtime according to assigned quota. We use sched_clock_cpu
4843 if (cfs_b->quota != RUNTIME_INF) { in __refill_cfs_bandwidth_runtime()
4844 cfs_b->runtime = cfs_b->quota; in __refill_cfs_bandwidth_runtime()
4863 if (cfs_b->quota == RUNTIME_INF) { in fair_assign_cfs_rq_runtime()
4895 /* dock delta_exec before expiring quota (as it could span periods) */ in fair_account_cfs_rq_runtime()
5206 if (cfs_b->quota == RUNTIME_INF) { in do_sched_cfs_period_timer()
5258 /* a cfs_rq won't donate quota below this amount */
5260 /* minimum remaining period time to redistribute slack quota */
[all...]
H A Dsched.h429 u64 quota; member
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168.h369 #define rtl8168_rx_quota(count, quota) min(count, quota)
372 #define rtl8168_rx_quota(count, quota) count
539 #define RTL_NAPI_QUOTA(budget, ndev) min(*budget, ndev->quota)
544 ndev->quota -= work_done;

Completed in 28 milliseconds