Searched refs:__OBD_MALLOC_VERBOSE (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | obd_support.h | 602 #define __OBD_MALLOC_VERBOSE(ptr, cptab, cpt, size, flags) \ macro 625 #define __OBD_MALLOC_VERBOSE(ptr, cptab, cpt, size, flags) \ macro 642 __OBD_MALLOC_VERBOSE(ptr, NULL, 0, size, gfp_mask) 650 __OBD_MALLOC_VERBOSE(ptr, cptab, cpt, size, gfp_mask)
|