Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/kernel/
Dhiperdispatch.c68 #define HD_STEAL_AVG_WEIGHT 16 macro
202 steal = (steal * (HD_STEAL_AVG_WEIGHT - 1) + new) / HD_STEAL_AVG_WEIGHT; in hd_steal_avg()