taglinefilesource code
shm_desc223include/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_desc330ipc/shm.cstatic int shm_map (struct shm_desc *shmd, int remap)
shm_desc386ipc/shm.cstruct shm_desc *shmd;
shm_desc432ipc/shm.cshmd = (struct shm_desc *) kmalloc (sizeof(*shmd), GFP_KERNEL);
shm_desc474ipc/shm.cstatic void detach (struct shm_desc **shmdp)
shm_desc476ipc/shm.cstruct shm_desc *shmd = *shmdp; 
shm_desc506ipc/shm.cstruct shm_desc *shmd, **shmdp;  
shm_desc534ipc/shm.cstruct shm_desc *shmd, *new_desc = NULL, *tmp;
shm_desc541ipc/shm.ctmp = (struct shm_desc *) kmalloc(sizeof(*tmp), GFP_KERNEL);
shm_desc643ipc/shm.cstruct shm_desc *shmd;