junk_ptr          225 lib/test_vmalloc.c 	void **ptr, **junk_ptr, *tmp;
junk_ptr          237 lib/test_vmalloc.c 	junk_ptr = vmalloc(sizeof(void *) * junk_length);
junk_ptr          238 lib/test_vmalloc.c 	if (!junk_ptr) {
junk_ptr          245 lib/test_vmalloc.c 		junk_ptr[i] = vmalloc(1 * PAGE_SIZE);
junk_ptr          249 lib/test_vmalloc.c 		vfree(junk_ptr[i]);
junk_ptr          269 lib/test_vmalloc.c 	vfree(junk_ptr);