|
Linux Kernel
3.7.1
|
#include <linux/sched.h>#include <linux/kernel.h>#include <linux/errno.h>#include <linux/types.h>#include <linux/mm.h>#include <linux/spinlock.h>#include <linux/idr.h>#include <linux/module.h>#include "icswx.h"Go to the source code of this file.
Macros | |
| #define | COP_PID_MIN (COP_PID_NONE + 1) |
| #define | COP_PID_MAX (0xFFFF) |
Functions | |
| int | get_cop_pid (struct mm_struct *mm) |
| int | disable_cop_pid (struct mm_struct *mm) |
| void | free_cop_pid (int free_pid) |
| #define COP_PID_MAX (0xFFFF) |
Definition at line 24 of file icswx_pid.c.
| #define COP_PID_MIN (COP_PID_NONE + 1) |
Definition at line 23 of file icswx_pid.c.
Definition at line 71 of file icswx_pid.c.
Definition at line 82 of file icswx_pid.c.
Definition at line 58 of file icswx_pid.c.
1.8.2