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

/linux-master/net/sunrpc/
H A Dauth_unix.c26 static mempool_t *unix_pool; variable
52 ret = mempool_alloc(unix_pool, GFP_NOWAIT);
67 mempool_free(rpc_cred, unix_pool);
205 unix_pool = mempool_create_kmalloc_pool(16, sizeof(struct rpc_cred));
206 return unix_pool ? 0 : -ENOMEM;
211 mempool_destroy(unix_pool);

Completed in 179 milliseconds