Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
task_nommu.c File Reference
#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
 

Function Documentation

void task_mem ( struct seq_file m,
struct mm_struct mm 
)

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.

unsigned long task_vsize ( struct mm_struct mm)

Definition at line 80 of file task_nommu.c.

Variable Documentation

struct file_operations proc_pid_maps_operations
Initial value:
= {
.open = pid_maps_open,
.read = seq_read,
.llseek = seq_lseek,
.release = seq_release_private,
}

Definition at line 305 of file task_nommu.c.

struct file_operations proc_tid_maps_operations
Initial value:
= {
.open = tid_maps_open,
.read = seq_read,
.llseek = seq_lseek,
.release = seq_release_private,
}

Definition at line 312 of file task_nommu.c.