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

  /src/sys/opencrypto/
crypto.c 488 * cryptointr, that runs at splsoftcrypto. This thread dispatches
502 static void cryptointr(void *); /* swi thread to dispatch ops */
574 crypto_q_si = softint_establish(SOFTINT_NET|SOFTINT_MPSAFE, cryptointr, NULL);
1334 * to other drivers in cryptointr() later.
1797 cryptointr(void *arg __unused) function in typeref:typename:void

Completed in 12 milliseconds