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 user_struct *mlock_user;
66 struct task_struct *shm_creator;
67 struct list_head shm_clist; /* list by creator */