Home
last modified time | relevance | path

Searched refs:rpc_allocate (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/net/sunrpc/
Dauth_null.c28 if (!(auth = (struct rpc_auth *) rpc_allocate(0, sizeof(*auth)))) in nul_create()
55 if (!(cred = (struct rpc_cred *) rpc_allocate(flags, sizeof(*cred)))) in nul_create_cred()
Dauth_unix.c44 if (!(auth = (struct rpc_auth *) rpc_allocate(0, sizeof(*auth)))) in unx_create()
73 if (!(cred = (struct unx_cred *) rpc_allocate(flags, sizeof(*cred)))) in unx_create_cred()
Dsunrpc_syms.c25 EXPORT_SYMBOL(rpc_allocate);
Dsched.c696 rpc_allocate(unsigned int flags, unsigned int size) in rpc_allocate() function
792 task = (struct rpc_task *) rpc_allocate(flags, sizeof(*task)); in rpc_new_task()
Dclnt.c86 clnt = (struct rpc_clnt *) rpc_allocate(0, sizeof(*clnt)); in rpc_create_client()
/linux-2.4.37.9/include/linux/sunrpc/
Dsched.h188 void * rpc_allocate(unsigned int flags, unsigned int);
200 return rpc_allocate(task->tk_flags, size); in rpc_malloc()