Home
last modified time | relevance | path

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

/crypto/
A Dalgboss.c77 struct task_struct *thread; in cryptomgr_schedule_probe() local
157 thread = kthread_run(cryptomgr_probe, param, "cryptomgr_probe"); in cryptomgr_schedule_probe()
158 if (IS_ERR(thread)) in cryptomgr_schedule_probe()
189 struct task_struct *thread; in cryptomgr_schedule_test() local
206 thread = kthread_run(cryptomgr_test, param, "cryptomgr_test"); in cryptomgr_schedule_test()
207 if (IS_ERR(thread)) in cryptomgr_schedule_test()
A DKconfig233 into an asynchronous algorithm that executes in a kernel thread.

Completed in 5 milliseconds