Searched refs:weight_total (Results 1 – 2 of 2) sorted by relevance
1989 unsigned int weight_total = 0; in weighted_interleave_nid() local2004 weight_total += weight; in weighted_interleave_nid()2008 target = ilx % weight_total; in weighted_interleave_nid()2421 unsigned int weight_total = 0; in alloc_pages_bulk_weighted_interleave() local2479 weight_total += weights[node]; in alloc_pages_bulk_weighted_interleave()2489 rounds = rem_pages / weight_total; in alloc_pages_bulk_weighted_interleave()2490 delta = rem_pages % weight_total; in alloc_pages_bulk_weighted_interleave()
619 unsigned int *weight_total) in intel_crtc_dbuf_weights() argument627 *weight_total = 0; in intel_crtc_dbuf_weights()642 *weight_total += weight; in intel_crtc_dbuf_weights()656 unsigned int weight_total, weight_start, weight_end; in skl_crtc_allocate_ddb() local682 &weight_start, &weight_end, &weight_total); in skl_crtc_allocate_ddb()684 start = ddb_range_size * weight_start / weight_total; in skl_crtc_allocate_ddb()685 end = ddb_range_size * weight_end / weight_total; in skl_crtc_allocate_ddb()