Searched refs:weight_total (Results 1 – 3 of 3) sorted by relevance
659 unsigned int weight_total = 0; in damos_va_migrate_dests_add() local676 weight_total += dests->weight_arr[i]; in damos_va_migrate_dests_add()679 if (!weight_total) in damos_va_migrate_dests_add()682 target = ilx % weight_total; in damos_va_migrate_dests_add()
2203 unsigned int weight_total = 0; in weighted_interleave_nid() local2220 weight_total += table ? table[nid] : 1; in weighted_interleave_nid()2223 target = ilx % weight_total; in weighted_interleave_nid()2636 unsigned int weight_total = 0; in alloc_pages_bulk_weighted_interleave() local2697 weight_total += weights[node]; in alloc_pages_bulk_weighted_interleave()2706 rounds = rem_pages / weight_total; in alloc_pages_bulk_weighted_interleave()2707 delta = rem_pages % weight_total; in alloc_pages_bulk_weighted_interleave()
493 unsigned int *weight_total) in intel_crtc_dbuf_weights() argument500 *weight_total = 0; in intel_crtc_dbuf_weights()515 *weight_total += weight; in intel_crtc_dbuf_weights()529 unsigned int weight_total, weight_start, weight_end; in skl_crtc_allocate_ddb() local555 &weight_start, &weight_end, &weight_total); in skl_crtc_allocate_ddb()557 start = ddb_range_size * weight_start / weight_total; in skl_crtc_allocate_ddb()558 end = ddb_range_size * weight_end / weight_total; in skl_crtc_allocate_ddb()