Searched refs:unix_pool (Results 1 – 3 of 3) sorted by relevance
26 static mempool_t *unix_pool; variable46 struct rpc_cred *ret = mempool_alloc(unix_pool, GFP_NOFS); in unx_lookup_cred()59 mempool_free(rpc_cred, unix_pool); in unx_free_cred_callback()197 unix_pool = mempool_create_kmalloc_pool(16, sizeof(struct rpc_cred)); in rpc_init_authunix()198 return unix_pool ? 0 : -ENOMEM; in rpc_init_authunix()203 mempool_destroy(unix_pool); in rpc_destroy_authunix()
163791 ffff80001215e9a8 b unix_pool
Completed in 333 milliseconds