Home
last modified time | relevance | path

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

/linux/mm/
H A Dmempolicy.c157 u8 iw_table[]; member
176 weight = state->iw_table[node]; in get_il_weight()
230 new_wi_state = kmalloc(struct_size(new_wi_state, iw_table, nr_node_ids), in mempolicy_set_node_perf()
238 new_wi_state->iw_table[i] = 1; in mempolicy_set_node_perf()
263 reduce_interleave_weights(new_bw, new_wi_state->iw_table); in mempolicy_set_node_perf()
2148 table = state->iw_table; in weighted_interleave_nid()
2619 memcpy(weights, state->iw_table, nr_node_ids * sizeof(u8)); in alloc_pages_bulk_weighted_interleave()
3572 new_wi_state = kzalloc(struct_size(new_wi_state, iw_table, nr_node_ids), in node_store()
3581 memcpy(new_wi_state->iw_table, old_wi_state->iw_table, in node_store()
3585 new_wi_state->iw_table[i] = 1; in node_store()
[all …]