Lines Matching refs:factor
201 unsigned int factor;
205 factor = 1;
208 factor = cpus;
212 factor = 1 + ilog2(cpus);
216 return factor;
221 unsigned int factor = get_update_sysctl_factor();
224 (sysctl_##name = (factor) * normalized_sysctl_##name)
687 unsigned int factor = get_update_sysctl_factor();
695 #define WRT_SYSCTL(name) (normalized_sysctl_##name = sysctl_##name / (factor))
5480 * Grow period by a factor of 2 to avoid losing precision.
6086 * partner, and a factor of lls_size higher frequency in the other.
6099 int factor = __this_cpu_read(sd_llc_size);
6104 if (slave < factor || master < slave * factor) {
6502 * Due to large variance we need a large fuzz factor; hackbench in
7765 * The task movement gives a factor of O(m), giving a convergence complexity
8495 * Compute the hierarchical load factor for cfs_rq and all its ascendants.