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

/linux-4.1.27/kernel/power/
H A Dsnapshot.c1422 * __fraction - Compute (an approximation of) x * (multiplier / base)
1424 static unsigned long __fraction(u64 x, u64 multiplier, u64 base) __fraction() function
1435 unsigned long alloc = __fraction(nr_pages, highmem, total); preallocate_highmem_fraction()

Completed in 75 milliseconds