Home
last modified time | relevance | path

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

/arch/s390/hypfs/
Dhypfs_diag.c50 static void *diag204_buf_vmalloc; /* vmalloc pointer for diag204 data */ variable
372 if (diag204_buf_vmalloc) { in diag204_free_buffer()
373 vfree(diag204_buf_vmalloc); in diag204_free_buffer()
374 diag204_buf_vmalloc = NULL; in diag204_free_buffer()
389 diag204_buf_vmalloc = vmalloc(PAGE_SIZE * (pages + 1)); in diag204_alloc_vbuf()
390 if (!diag204_buf_vmalloc) in diag204_alloc_vbuf()
392 diag204_buf = page_align_ptr(diag204_buf_vmalloc); in diag204_alloc_vbuf()