Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c747 u64 cap_sum = 0, cur_sum = 0, cur_min = SCX_CPUPERF_ONE, cur_max = 0; in monitor_cpuperf() local
768 cur_max = cur > cur_max ? cur : cur_max; in monitor_cpuperf()
792 cpuperf_max = cur_max; in monitor_cpuperf()
/linux/drivers/block/zram/
H A Dzram_drv.c175 unsigned long cur_max = atomic_long_read(&zram->stats.max_used_pages); in update_used_max() local
178 if (cur_max >= pages) in update_used_max()
181 &cur_max, pages)); in update_used_max()