Internal Functions

reparent_to_kthreadd - Reparent the calling kernel thread to kthreadd
wait_task_stopped - Wait for TASK_STOPPED or TASK_TRACED
task_clear_group_stop_trapping - clear group stop trapping bit
task_clear_group_stop_pending - clear pending group stop
task_participate_group_stop - participate in a group stop
do_notify_parent_cldstop - notify parent of stopped/continued state change
sys_restart_syscall - restart a system call
set_current_blocked - change current->blocked mask
sys_rt_sigprocmask - change the list of currently blocked signals
sys_rt_sigpending - examine a pending signal that has been raised while blocked
do_sigtimedwait - wait for queued signals specified in which
sys_rt_sigtimedwait - synchronously wait for queued signals specified in uthese
sys_kill - send a signal to a process
sys_tgkill - send signal to one specific thread
sys_tkill - send signal to one specific task
sys_rt_sigqueueinfo - send signal information to a signal
sys_sigpending - examine pending signals
sys_sigprocmask - examine and change blocked signals
sys_rt_sigaction - alter an action taken by a process
sys_rt_sigsuspend - replace the signal mask for a value with the unewset value until a signal is received
kthread_run - create and wake a thread.
kthread_should_stop - should this kthread return now?
kthread_create_on_node - create a kthread.
kthread_bind - bind a just-created kthread to a cpu.
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