Linux Kernel
3.7.1
|
#include <linux/list.h>
#include <linux/sched.h>
Go to the source code of this file.
Typedefs | |
typedef void(* | task_work_func_t )(struct callback_head *) |
Functions | |
int | task_work_add (struct task_struct *task, struct callback_head *twork, bool) |
struct callback_head * | task_work_cancel (struct task_struct *, task_work_func_t) |
void | task_work_run (void) |
typedef void(* task_work_func_t)(struct callback_head *) |
Definition at line 7 of file task_work.h.
int task_work_add | ( | struct task_struct * | task, |
struct callback_head * | twork, | ||
bool | |||
) |
Definition at line 8 of file task_work.c.
|
read |
Definition at line 25 of file task_work.c.
Definition at line 49 of file task_work.c.