Searched refs:cryptointr (Results 1 – 1 of 1) sorted by relevance
502 static void cryptointr(void *); /* swi thread to dispatch ops */574 crypto_q_si = softint_establish(SOFTINT_NET|SOFTINT_MPSAFE, cryptointr, NULL); in crypto_init0()1797 cryptointr(void *arg __unused) in cryptointr() function