Searched refs:iw_table (Results 1 – 1 of 1) sorted by relevance
| /linux/mm/ |
| H A D | mempolicy.c | 159 u8 iw_table[]; member 178 weight = state->iw_table[node]; in get_il_weight() 232 new_wi_state = kmalloc(struct_size(new_wi_state, iw_table, nr_node_ids), in mempolicy_set_node_perf() 240 new_wi_state->iw_table[i] = 1; in mempolicy_set_node_perf() 265 reduce_interleave_weights(new_bw, new_wi_state->iw_table); in mempolicy_set_node_perf() 2218 table = state->iw_table; in weighted_interleave_nid() 2689 memcpy(weights, state->iw_table, nr_node_ids * sizeof(u8)); in alloc_pages_bulk_weighted_interleave() 3646 new_wi_state = kzalloc(struct_size(new_wi_state, iw_table, nr_node_ids), in node_store() 3655 memcpy(new_wi_state->iw_table, old_wi_state->iw_table, in node_store() 3659 new_wi_state->iw_table[i] = 1; in node_store() [all …]
|