Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
shmid_kernel Struct Reference

#include <shm.h>

Data Fields

struct kern_ipc_perm shm_perm
 
struct fileshm_file
 
unsigned long shm_nattch
 
unsigned long shm_segsz
 
time_t shm_atim
 
time_t shm_dtim
 
time_t shm_ctim
 
pid_t shm_cprid
 
pid_t shm_lprid
 
struct user_structmlock_user
 
struct task_structshm_creator
 

Detailed Description

Definition at line 9 of file shm.h.

Field Documentation

struct user_struct* mlock_user

Definition at line 20 of file shm.h.

time_t shm_atim

Definition at line 15 of file shm.h.

pid_t shm_cprid

Definition at line 18 of file shm.h.

struct task_struct* shm_creator

Definition at line 23 of file shm.h.

time_t shm_ctim

Definition at line 17 of file shm.h.

time_t shm_dtim

Definition at line 16 of file shm.h.

struct file* shm_file

Definition at line 12 of file shm.h.

pid_t shm_lprid

Definition at line 19 of file shm.h.

unsigned long shm_nattch

Definition at line 13 of file shm.h.

Definition at line 11 of file shm.h.

unsigned long shm_segsz

Definition at line 14 of file shm.h.


The documentation for this struct was generated from the following file: