HomeSort by relevance Sort by last modified time
    Searched refs:buf_alloc (Results 1 - 2 of 2) sorted by null

  /development/ndk/platforms/android-3/include/linux/sunrpc/
xprt.h 83 void * (*buf_alloc)(struct rpc_task *task, size_t size); member in struct:rpc_xprt_ops
  /external/blktrace/btreplay/
btreplay.c 320 * 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));
    [all...]

Completed in 348 milliseconds