Lines Matching refs:iw_table
159 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()
2222 table = state->iw_table; in weighted_interleave_nid()
2693 memcpy(weights, state->iw_table, nr_node_ids * sizeof(u8)); in alloc_pages_bulk_weighted_interleave()
3650 new_wi_state = kzalloc_flex(*new_wi_state, iw_table, nr_node_ids); in node_store()
3658 memcpy(new_wi_state->iw_table, old_wi_state->iw_table, in node_store()
3662 new_wi_state->iw_table[i] = 1; in node_store()
3664 new_wi_state->iw_table[node_attr->nid] = weight; in node_store()
3702 new_wi_state = kzalloc_flex(*new_wi_state, iw_table, nr_node_ids); in weighted_interleave_auto_store()
3706 new_wi_state->iw_table[i] = 1; in weighted_interleave_auto_store()
3719 memcpy(new_wi_state->iw_table, old_wi_state->iw_table, in weighted_interleave_auto_store()
3732 reduce_interleave_weights(bw, new_wi_state->iw_table); in weighted_interleave_auto_store()