Lines Matching defs:shmid_kernel
9 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;
20 struct user_struct *mlock_user;
23 struct task_struct *shm_creator;
24 struct list_head shm_clist; /* list by creator */