Lines Matching defs:start
42 unsigned long start;
94 if((hole->start == 0) && (hole->end == 0) && (hole->size == 0))
97 pr_info("hole: start %08lx end %08lx size %08lx\n",
98 hole->start, hole->end, hole->size);
121 if(hole->end == prev->start) {
187 dvma_entry_use(hole->start) = newlen;
192 return hole->start;
228 } else if(hole->start == (baddr + len)) {
229 hole->start = baddr;
238 hole->start = baddr;
263 hole->start = DVMA_START;