Home
last modified time | relevance | path

Searched refs:thread (Results 1 – 2 of 2) sorted by relevance

/crypto/
Dalgboss.c92 struct task_struct *thread; in cryptomgr_schedule_probe() local
187 thread = kthread_run(cryptomgr_probe, param, "cryptomgr_probe"); in cryptomgr_schedule_probe()
188 if (IS_ERR(thread)) in cryptomgr_schedule_probe()
229 struct task_struct *thread; in cryptomgr_schedule_test() local
250 thread = kthread_run(cryptomgr_test, param, "cryptomgr_test"); in cryptomgr_schedule_test()
251 if (IS_ERR(thread)) in cryptomgr_schedule_test()
DKconfig193 into an asynchronous algorithm that executes in a kernel thread.