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

  /src/sys/opencrypto/
crypto.c 167 struct crypto_crp_ret_q crp_ret_q; member in struct:crypto_crp_ret_qs
539 TAILQ_INIT(&qs->crp_ret_q);
1603 * When crp_ret_q is full, we restrict here to avoid crp_ret_q overflow
1699 struct crypto_crp_ret_q *crp_ret_q; local in function:crypto_done
1712 crp_ret_q = &qs->crp_ret_q;
1713 wasempty = TAILQ_EMPTY(crp_ret_q);
1716 TAILQ_INSERT_TAIL(crp_ret_q, crp, crp_next);
1950 struct crypto_crp_ret_q *crp_ret_q; local in function:cryptoret_softint
    [all...]
crypto.c 167 struct crypto_crp_ret_q crp_ret_q; member in struct:crypto_crp_ret_qs
539 TAILQ_INIT(&qs->crp_ret_q);
1603 * When crp_ret_q is full, we restrict here to avoid crp_ret_q overflow
1699 struct crypto_crp_ret_q *crp_ret_q; local in function:crypto_done
1712 crp_ret_q = &qs->crp_ret_q;
1713 wasempty = TAILQ_EMPTY(crp_ret_q);
1716 TAILQ_INSERT_TAIL(crp_ret_q, crp, crp_next);
1950 struct crypto_crp_ret_q *crp_ret_q; local in function:cryptoret_softint
    [all...]

Completed in 23 milliseconds