Lines Matching defs:shmid_kernel
52 struct shmid_kernel { struct
53 struct kern_ipc_perm shm_perm;
54 struct file *shm_file;
55 unsigned long shm_nattch;
56 unsigned long shm_segsz;
57 time64_t shm_atim;
58 time64_t shm_dtim;
59 time64_t shm_ctim;
60 struct pid *shm_cprid;
61 struct pid *shm_lprid;
62 struct user_struct *mlock_user;
65 struct task_struct *shm_creator;
66 struct list_head shm_clist; /* list by creator */
67 struct ipc_namespace *ns;