|
Linux Kernel
3.7.1
|
#include <linux/sched.h>#include <linux/types.h>#include <linux/module.h>#include <linux/tick.h>#include <linux/uaccess.h>#include <linux/slab.h>Go to the source code of this file.
Functions | |
| int | kernel_thread (int(*fn)(void *), void *arg, unsigned long flags) |
| EXPORT_SYMBOL (kernel_thread) | |
| void | start_thread (struct pt_regs *regs, unsigned long pc, unsigned long sp) |
| unsigned long | thread_saved_pc (struct task_struct *tsk) |
| int | copy_thread (unsigned long clone_flags, unsigned long usp, unsigned long unused, struct task_struct *p, struct pt_regs *regs) |
| void | release_thread (struct task_struct *dead_task) |
| void | exit_thread (void) |
| void | flush_thread (void) |
| unsigned long | get_wchan (struct task_struct *p) |
| int | dump_fpu (struct pt_regs *regs, elf_fpregset_t *fpu) |
Variables | |
| void(* | idle_sleep )(void) |
| int dump_fpu | ( | struct pt_regs * | regs, |
| elf_fpregset_t * | fpu | ||
| ) |
| EXPORT_SYMBOL | ( | kernel_thread | ) |
| unsigned long get_wchan | ( | struct task_struct * | p | ) |
| void release_thread | ( | struct task_struct * | dead_task | ) |
| unsigned long thread_saved_pc | ( | struct task_struct * | tsk | ) |
1.8.2