Searched refs:checkend (Results 1 – 1 of 1) sorted by relevance
473 char *gzc, *checkstart, *checkend; in gzalloc_free() local476 checkend = (char *) ((((vm_offset_t)addr) & ~PAGE_MASK) + PAGE_SIZE); in gzalloc_free()479 checkend = (char *)gzh; in gzalloc_free()482 for (gzc = checkstart; gzc < checkend; gzc++) { in gzalloc_free()