kthread_run — create and wake a thread.
the function to run until signal_pending(current).
data ptr for threadfn.
printf-style name for the thread.
variable arguments
Convenient wrapper for kthread_create followed by wake_up_process. Returns the kthread or ERR_PTR(-ENOMEM).