Searched refs:buf_alloc (Results 1 - 2 of 2) sorted by relevance

/external/blktrace/btreplay/
H A Dbtreplay.c320 * buf_alloc - Returns a page-aligned buffer of the specified size
323 static inline void *buf_alloc(size_t nbytes) function
731 buf = buf_alloc(n);
779 struct iocb_pkt *iocbp = buf_alloc(sizeof(*iocbp));
860 struct thr_info *tip = buf_alloc(sizeof(*tip));
/external/kernel-headers/original/linux/sunrpc/
H A Dxprt.h110 void * (*buf_alloc)(struct rpc_task *task, size_t size); member in struct:rpc_xprt_ops

Completed in 215 milliseconds