Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd_support.h645 #define OBD_ALLOC_WAIT(ptr, size) OBD_ALLOC_GFP(ptr, size, GFP_KERNEL) macro
647 #define OBD_ALLOC_PTR_WAIT(ptr) OBD_ALLOC_WAIT(ptr, sizeof(*(ptr)))
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c279 OBD_ALLOC_WAIT(dest, MAX_STRING_SIZE + 1); in lprocfs_add_symlink()