Searched refs:thread (Results 1 – 2 of 2) sorted by relevance
97 struct task_struct *thread; in cryptomgr_schedule_probe() local193 thread = kthread_run(cryptomgr_probe, param, "cryptomgr_probe"); in cryptomgr_schedule_probe()194 if (IS_ERR(thread)) in cryptomgr_schedule_probe()235 struct task_struct *thread; in cryptomgr_schedule_test() local262 thread = kthread_run(cryptomgr_test, param, "cryptomgr_test"); in cryptomgr_schedule_test()263 if (IS_ERR(thread)) in cryptomgr_schedule_test()
159 into an asynchronous algorithm that executes in a kernel thread.169 provides the kernel thread to assist multi-buffer crypto172 in the context of this kernel thread and drivers can post