Searched defs:OBD_ALLOC_GFP (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/lustre/lustre/include/
H A Dobd_support.h641 #define OBD_ALLOC_GFP(ptr, size, gfp_mask) \ macro
644 #define OBD_ALLOC(ptr, size) OBD_ALLOC_GFP(ptr, size, GFP_NOFS)
645 #define OBD_ALLOC_WAIT(ptr, size) OBD_ALLOC_GFP(ptr, size, GFP_KERNEL)

Completed in 52 milliseconds