Searched defs:regions (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libcmd/
H A Dvmstate.c30 "calling process \bvmalloc\b(3) state for all regions.]"
60 unsigned int regions; member in struct:State_s
144 if (state->regions < elementsof(state->region))
145 state->region[state->regions++] = vm;
181 * the walk must do no allocations because it locks the regions
190 for (i = 0; i < state.regions; i++)

Completed in 10 milliseconds