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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/hypfs/
H A Dhypfs_diag.c50 static void *diag204_buf_vmalloc; /* vmalloc pointer for diag204 data */ variable
366 if (diag204_buf_vmalloc) {
367 vfree(diag204_buf_vmalloc);
368 diag204_buf_vmalloc = NULL;
383 diag204_buf_vmalloc = vmalloc(PAGE_SIZE * (pages + 1));
384 if (!diag204_buf_vmalloc)
386 diag204_buf = page_align_ptr(diag204_buf_vmalloc);

Completed in 42 milliseconds