|
Linux Kernel
3.7.1
|
#include <linux/mm.h>#include <linux/file.h>#include <linux/fdtable.h>#include <linux/fs_struct.h>#include <linux/mount.h>#include <linux/ptrace.h>#include <linux/slab.h>#include <linux/seq_file.h>#include "internal.h"Go to the source code of this file.
Functions | |
| void | task_mem (struct seq_file *m, struct mm_struct *mm) |
| unsigned long | task_vsize (struct mm_struct *mm) |
| unsigned long | task_statm (struct mm_struct *mm, unsigned long *shared, unsigned long *text, unsigned long *data, unsigned long *resident) |
Variables | |
| struct file_operations | proc_pid_maps_operations |
| struct file_operations | proc_tid_maps_operations |
Definition at line 18 of file task_nommu.c.
| unsigned long task_statm | ( | struct mm_struct * | mm, |
| unsigned long * | shared, | ||
| unsigned long * | text, | ||
| unsigned long * | data, | ||
| unsigned long * | resident | ||
| ) |
Definition at line 95 of file task_nommu.c.
Definition at line 80 of file task_nommu.c.
| struct file_operations proc_pid_maps_operations |
Definition at line 305 of file task_nommu.c.
| struct file_operations proc_tid_maps_operations |
Definition at line 312 of file task_nommu.c.
1.8.2