Home
last modified time | relevance | path

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

/linux/mm/
H A Dmempolicy.c159 u8 iw_table[]; member
178 weight = state->iw_table[node]; in get_il_weight()
232 new_wi_state = kmalloc_flex(*new_wi_state, iw_table, nr_node_ids); in mempolicy_set_node_perf()
239 new_wi_state->iw_table[i] = 1; in mempolicy_set_node_perf()
264 reduce_interleave_weights(new_bw, new_wi_state->iw_table); in mempolicy_set_node_perf()
2216 table = state->iw_table; in weighted_interleave_nid()
2687 memcpy(weights, state->iw_table, nr_node_ids * sizeof(u8)); in alloc_pages_bulk_weighted_interleave()
3644 new_wi_state = kzalloc_flex(*new_wi_state, iw_table, nr_node_ids); in node_store()
3652 memcpy(new_wi_state->iw_table, old_wi_state->iw_table, in node_store()
3656 new_wi_state->iw_table[i] = 1; in node_store()
[all …]