taglinefilesource code
shm_desc292include/linux/sched.hstruct shm_desc *shm;
shm_desc17include/linux/shm.hstruct shm_desc *attaches;    /* descriptors for attaches */
shm_desc101include/linux/shm.hstruct shm_desc *task_next;   /* next attach for task */
shm_desc102include/linux/shm.hstruct shm_desc *seg_next;    /* next attach for segment */
shm_desc20ipc/shm.cstatic int shm_map (struct shm_desc *shmd, int remap);
shm_desc331ipc/shm.cstatic int shm_map (struct shm_desc *shmd, int remap)
shm_desc431ipc/shm.cstruct shm_desc *shmd;
shm_desc483ipc/shm.cshmd = (struct shm_desc *) kmalloc (sizeof(*shmd), GFP_KERNEL);
shm_desc527ipc/shm.cstatic void detach (struct shm_desc **shmdp)
shm_desc529ipc/shm.cstruct shm_desc *shmd = *shmdp; 
shm_desc559ipc/shm.cstruct shm_desc *shmd, **shmdp;  
shm_desc587ipc/shm.cstruct shm_desc *shmd, *new_desc = NULL, *tmp;
shm_desc596ipc/shm.ctmp = (struct shm_desc *) kmalloc(sizeof(*tmp), GFP_KERNEL);
shm_desc695ipc/shm.cstruct shm_desc *shmd;