cryptodev.c | 144 static struct pool csepl; variable in typeref:struct:pool 971 cse = pool_get(&csepl, PR_NOWAIT); 989 pool_put(&csepl, cse); 1003 pool_put(&csepl, cse); 2036 pool_init(&csepl, sizeof(struct csession), 0, 0, 0, "csepl", 2047 pool_prime(&csepl, 64 * 5); 2066 pool_destroy(&csepl);
|