Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dcore.c10971 u64 quota_us; in tg_get_cfs_quota()
10976 quota_us = tg->cfs_bandwidth.quota; in tg_set_cfs_period()
10977 do_div(quota_us, NSEC_PER_USEC); in tg_set_cfs_period()
10979 return quota_us; in tg_set_cfs_period()
10962 u64 quota_us; tg_get_cfs_quota() local