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

  /src/sys/opencrypto/
crypto.c 108 struct crypto_crp_q *crp_q; member in struct:crypto_crp_qs
139 if (!TAILQ_EMPTY(qs_pc->crp_q) || !TAILQ_EMPTY(qs_pc->crp_kq))
148 qs->crp_q = kmem_alloc(sizeof(struct crypto_crp_q), KM_SLEEP);
151 TAILQ_INIT(qs->crp_q);
629 * prohibit enqueue to crp_q and crp_kq after here.
1282 struct crypto_crp_q *crp_q; local in function:crypto_dispatch
1310 crp_q = crp_qs->crp_q;
1311 wasempty = TAILQ_EMPTY(crp_q);
1312 TAILQ_INSERT_TAIL(crp_q, crp, crp_next)
1803 struct crypto_crp_q *crp_q; local in function:cryptointr
    [all...]

Completed in 13 milliseconds