Home
last modified time | relevance | path

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

/linux/mm/
H A Dmempolicy.c1983 unsigned int weight_total = 0; in weighted_interleave_nid() local
1998 weight_total += weight; in weighted_interleave_nid()
2002 target = ilx % weight_total; in weighted_interleave_nid()
2400 unsigned int weight_total = 0; in alloc_pages_bulk_array_weighted_interleave() local
2458 weight_total += weights[node]; in alloc_pages_bulk_array_weighted_interleave()
2468 rounds = rem_pages / weight_total; in alloc_pages_bulk_array_weighted_interleave()
2469 delta = rem_pages % weight_total; in alloc_pages_bulk_array_weighted_interleave()
/linux/drivers/gpu/drm/i915/display/
H A Dskl_watermark.c611 unsigned int *weight_total) in intel_crtc_dbuf_weights() argument
619 *weight_total = 0; in intel_crtc_dbuf_weights()
634 *weight_total += weight; in intel_crtc_dbuf_weights()
648 unsigned int weight_total, weight_start, weight_end; in skl_crtc_allocate_ddb() local
674 &weight_start, &weight_end, &weight_total); in skl_crtc_allocate_ddb()
676 start = ddb_range_size * weight_start / weight_total; in skl_crtc_allocate_ddb()
677 end = ddb_range_size * weight_end / weight_total; in skl_crtc_allocate_ddb()