Lines Matching refs:mb_state
116 uint8_t *mb_state;
119 * $nb_sb_per_mb bit per memory block. Handled similar to mb_state.
126 * Mutex that protects the nb_mb_state, mb_state, and sb_bitmap.
236 old_state = vm->mb_state[idx];
237 vm->mb_state[idx] = state;
252 return vm->mb_state[idx];
266 if (vm->mb_state && old_pages == new_pages)
274 if (vm->mb_state)
275 memcpy(new_mb_state, vm->mb_state, old_pages * PAGE_SIZE);
276 vfree(vm->mb_state);
277 vm->mb_state = new_mb_state;
1888 vfree(vm->mb_state);