Lines Matching defs:shmid_kernel
52 struct shmid_kernel /* private to the kernel */ struct
54 struct kern_ipc_perm shm_perm;
55 struct file *shm_file;
56 unsigned long shm_nattch;
57 unsigned long shm_segsz;
58 time64_t shm_atim;
59 time64_t shm_dtim;
60 time64_t shm_ctim;
61 struct pid *shm_cprid;
62 struct pid *shm_lprid;
63 struct ucounts *mlock_ucounts;
69 struct task_struct *shm_creator;
75 struct list_head shm_clist;
76 struct ipc_namespace *ns;