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

  /src/sys/opencrypto/
crypto.c 172 struct crypto_crp_ret_kq crp_ret_kq; member in struct:crypto_crp_ret_qs
544 TAILQ_INIT(&qs->crp_ret_kq);
1670 * When crp_ret_kq is full, we restrict here to avoid crp_ret_kq
1734 struct crypto_crp_ret_kq *crp_ret_kq; local in function:crypto_kdone
1742 crp_ret_kq = &qs->crp_ret_kq;
1744 wasempty = TAILQ_EMPTY(crp_ret_kq);
1746 TAILQ_INSERT_TAIL(crp_ret_kq, krp, krp_next);
1951 struct crypto_crp_ret_kq *crp_ret_kq; local in function:cryptoret_softint
    [all...]
crypto.c 172 struct crypto_crp_ret_kq crp_ret_kq; member in struct:crypto_crp_ret_qs
544 TAILQ_INIT(&qs->crp_ret_kq);
1670 * When crp_ret_kq is full, we restrict here to avoid crp_ret_kq
1734 struct crypto_crp_ret_kq *crp_ret_kq; local in function:crypto_kdone
1742 crp_ret_kq = &qs->crp_ret_kq;
1744 wasempty = TAILQ_EMPTY(crp_ret_kq);
1746 TAILQ_INSERT_TAIL(crp_ret_kq, krp, krp_next);
1951 struct crypto_crp_ret_kq *crp_ret_kq; local in function:cryptoret_softint
    [all...]

Completed in 25 milliseconds