taglinefilesource code
shm_desc293include/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_desc438ipc/shm.cshmd = (struct shm_desc *) kmalloc (sizeof(*shmd), GFP_KERNEL);
shm_desc482ipc/shm.cstatic void detach (struct shm_desc **shmdp)
shm_desc484ipc/shm.cstruct shm_desc *shmd = *shmdp; 
shm_desc514ipc/shm.cstruct shm_desc *shmd, **shmdp;  
shm_desc542ipc/shm.cstruct shm_desc *shmd, *new_desc = NULL, *tmp;
shm_desc549ipc/shm.ctmp = (struct shm_desc *) kmalloc(sizeof(*tmp), GFP_KERNEL);
shm_desc651ipc/shm.cstruct shm_desc *shmd;