Home
last modified time | relevance | path

Searched refs:rpc_malloc (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/sunrpc/
H A Dsched.h270 int rpc_malloc(struct rpc_task *);
/linux/net/sunrpc/
H A Dxprtsock.c2942 * we allocate pages instead doing a kmalloc like rpc_malloc is because we want
3065 .buf_alloc = rpc_malloc,
3089 .buf_alloc = rpc_malloc,
3113 .buf_alloc = rpc_malloc,
H A Dsched.c1053 int rpc_malloc(struct rpc_task *task) in rpc_malloc() function