Lines Matching refs:region
23 #define FORMAT "region=%(region)p size=%(size)d segments=%(segments)d busy=(%(busy_size)d,%(busy_blocks)d,%(busy_max)d) free=(%(free_size)d,%(free_blocks)d,%(free_max)d)"
28 "[+NAME?vmstate - list the calling process vmalloc region state]"
37 "[+size?The total region size.]"
38 "[+segments?The number of segments in the region.]"
58 Vmalloc_t* region[256];
74 else if (streq(s, "region"))
109 if (state->regions < elementsof(state->region))
110 state->region[state->regions++] = vm;
152 * now we can compute and list the state of each region
157 state.vm = state.region[i];