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

/linux-master/mm/
H A Dmempolicy.c1984 unsigned int weight_total = 0; local
1999 weight_total += weight;
2003 target = ilx % weight_total;
2392 unsigned int weight_total = 0; local
2450 weight_total += weights[node];
2460 rounds = rem_pages / weight_total;
2461 delta = rem_pages % weight_total;
/linux-master/drivers/gpu/drm/i915/display/
H A Dskl_watermark.c608 unsigned int *weight_total)
616 *weight_total = 0;
631 *weight_total += weight;
645 unsigned int weight_total, weight_start, weight_end; local
671 &weight_start, &weight_end, &weight_total);
673 start = ddb_range_size * weight_start / weight_total;
674 end = ddb_range_size * weight_end / weight_total;
604 intel_crtc_dbuf_weights(const struct intel_dbuf_state *dbuf_state, enum pipe for_pipe, unsigned int *weight_start, unsigned int *weight_end, unsigned int *weight_total) argument

Completed in 122 milliseconds