#include <linux/kernel.h>
#include <linux/syscalls.h>
#include <linux/fdtable.h>
#include <linux/string.h>
#include <linux/random.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/errno.h>
#include <linux/cache.h>
#include <linux/bug.h>
#include <linux/err.h>
#include <linux/kcmp.h>
#include <asm/unistd.h>
Go to the source code of this file.
|
| SYSCALL_DEFINE5 (kcmp, pid_t, pid1, pid_t, pid2, int, type, unsigned long, idx1, unsigned long, idx2) |
|
| arch_initcall (kcmp_cookies_init) |
|
arch_initcall |
( |
kcmp_cookies_init |
| ) |
|
SYSCALL_DEFINE5 |
( |
kcmp |
, |
|
|
pid_t |
, |
|
|
pid1 |
, |
|
|
pid_t |
, |
|
|
pid2 |
, |
|
|
int |
, |
|
|
type |
, |
|
|
unsigned |
long, |
|
|
idx1 |
, |
|
|
unsigned |
long, |
|
|
idx2 |
|
|
) |
| |