HomeSort by: relevance | last modified time | path
    Searched defs:fcrpl (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/opencrypto/
cryptodev.c 143 static struct pool fcrpl; variable in typeref:struct:pool
257 criofcr = pool_get(&fcrpl, PR_WAITOK);
910 pool_put(&fcrpl, fcr);
1020 fcr = pool_get(&fcrpl, PR_WAITOK);
2034 pool_init(&fcrpl, sizeof(struct fcrypt), 0, 0, 0, "fcrpl",
2046 pool_prime(&fcrpl, 64);
2065 pool_destroy(&fcrpl);
cryptodev.c 143 static struct pool fcrpl; variable in typeref:struct:pool
257 criofcr = pool_get(&fcrpl, PR_WAITOK);
910 pool_put(&fcrpl, fcr);
1020 fcr = pool_get(&fcrpl, PR_WAITOK);
2034 pool_init(&fcrpl, sizeof(struct fcrypt), 0, 0, 0, "fcrpl",
2046 pool_prime(&fcrpl, 64);
2065 pool_destroy(&fcrpl);
cryptodev.c 143 static struct pool fcrpl; variable in typeref:struct:pool
257 criofcr = pool_get(&fcrpl, PR_WAITOK);
910 pool_put(&fcrpl, fcr);
1020 fcr = pool_get(&fcrpl, PR_WAITOK);
2034 pool_init(&fcrpl, sizeof(struct fcrypt), 0, 0, 0, "fcrpl",
2046 pool_prime(&fcrpl, 64);
2065 pool_destroy(&fcrpl);
cryptodev.c 143 static struct pool fcrpl; variable in typeref:struct:pool
257 criofcr = pool_get(&fcrpl, PR_WAITOK);
910 pool_put(&fcrpl, fcr);
1020 fcr = pool_get(&fcrpl, PR_WAITOK);
2034 pool_init(&fcrpl, sizeof(struct fcrypt), 0, 0, 0, "fcrpl",
2046 pool_prime(&fcrpl, 64);
2065 pool_destroy(&fcrpl);
cryptodev.c 143 static struct pool fcrpl; variable in typeref:struct:pool
257 criofcr = pool_get(&fcrpl, PR_WAITOK);
910 pool_put(&fcrpl, fcr);
1020 fcr = pool_get(&fcrpl, PR_WAITOK);
2034 pool_init(&fcrpl, sizeof(struct fcrypt), 0, 0, 0, "fcrpl",
2046 pool_prime(&fcrpl, 64);
2065 pool_destroy(&fcrpl);

Completed in 60 milliseconds