Searched refs:diag204_buf_vmalloc (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/hypfs/
H A Dhypfs_diag.c43 static void *diag204_buf_vmalloc; /* vmalloc pointer for diag204 data */ variable
357 if (diag204_buf_vmalloc) {
358 vfree(diag204_buf_vmalloc);
359 diag204_buf_vmalloc = NULL;
370 diag204_buf_vmalloc = vmalloc(PAGE_SIZE * (pages + 1));
371 if (!diag204_buf_vmalloc)
373 diag204_buf = (void*)((unsigned long)diag204_buf_vmalloc

Completed in 29 milliseconds