Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dshm.h9 struct shmid_kernel /* private to the kernel */ struct
11 struct kern_ipc_perm shm_perm;
12 struct file *shm_file;
13 unsigned long shm_nattch;
14 unsigned long shm_segsz;
15 time_t shm_atim;
16 time_t shm_dtim;
17 time_t shm_ctim;
18 pid_t shm_cprid;
19 pid_t shm_lprid;
[all …]