Internal Functions

reparent_to_kthreadd — Reparent the calling kernel thread to kthreadd
reap_zombie — child zombies. We hold read_lock(tasklist_lock) on entry. If we return zero, we still hold the lock and this task is uninteresting.
sys_tgkill — send signal to one specific thread
kthread_run — create and wake a thread.
kthread_should_stop — should this kthread return now?
kthread_create_on_node — create a kthread.
kthread_create_ve — create a kthread.
kthread_stop — stop a thread created by kthread_create.
kthread_worker_fn — kthread function to process kthread_worker
queue_kthread_work — queue a kthread_work
flush_kthread_work — flush a kthread_work
flush_kthread_worker — flush all current works on a kthread_worker