Searched refs:crypto_dispatch_thread (Results 1 – 1 of 1) sorted by relevance
211 static void crypto_dispatch_thread(void *arg);322 error = kproc_kthread_add(crypto_dispatch_thread, NULL, &p, &cryptotd, in crypto_init()1753 crypto_dispatch_thread(void *arg __unused) in crypto_dispatch_thread() function