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