Searched refs:OBD_ALLOC_WAIT (Results 1 – 2 of 2) sorted by relevance
645 #define OBD_ALLOC_WAIT(ptr, size) OBD_ALLOC_GFP(ptr, size, GFP_KERNEL) macro647 #define OBD_ALLOC_PTR_WAIT(ptr) OBD_ALLOC_WAIT(ptr, sizeof(*(ptr)))
279 OBD_ALLOC_WAIT(dest, MAX_STRING_SIZE + 1); in lprocfs_add_symlink()