Searched refs:rpc_malloc (Results 1 – 3 of 3) sorted by relevance
270 int rpc_malloc(struct rpc_task *);
2942 * we allocate pages instead doing a kmalloc like rpc_malloc is because we want3065 .buf_alloc = rpc_malloc,3089 .buf_alloc = rpc_malloc,3113 .buf_alloc = rpc_malloc,
1053 int rpc_malloc(struct rpc_task *task) in rpc_malloc() function