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

  /src/sys/opencrypto/
crypto.c 1480 krp->reqcpu = curcpu();
1488 krp->reqcpu = curcpu();
1544 crp->reqcpu = curcpu();
1711 qs = crypto_get_crp_ret_qs(crp->reqcpu);
1721 softint_schedule_cpu(crypto_ret_si, crp->reqcpu);
1723 crypto_put_crp_ret_qs(crp->reqcpu);
1741 qs = crypto_get_crp_ret_qs(krp->reqcpu);
1749 softint_schedule_cpu(crypto_ret_si, krp->reqcpu);
1750 crypto_put_crp_ret_qs(krp->reqcpu);
cryptodev.h 522 struct cpu_info *reqcpu; /* member in struct:cryptop
562 struct cpu_info *reqcpu; member in struct:cryptkop

Completed in 15 milliseconds