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