Home
last modified time | relevance | path

Searched defs:shmid_kernel (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/include/linux/
Dshm.h86 struct shmid_kernel /* private to the kernel */ struct
88 struct kern_ipc_perm shm_perm;
89 struct file * shm_file;
90 unsigned long shm_nattch;
91 unsigned long shm_segsz;
92 time_t shm_atim;
93 time_t shm_dtim;
94 time_t shm_ctim;
95 pid_t shm_cprid;
96 pid_t shm_lprid;
[all …]