taglinefilesource code
seg_next102include/linux/shm.hstruct shm_desc *seg_next;    /* next attach for segment */
seg_next467ipc/shm.cshmd->seg_next = shp->attaches;
seg_next491ipc/shm.cfor (shmdp = &shp->attaches; *shmdp; shmdp = &(*shmdp)->seg_next)
seg_next493ipc/shm.c*shmdp = shmd->seg_next; 
seg_next572ipc/shm.cshmd->seg_next = shp->attaches;
seg_next690ipc/shm.cfor (shmd = shp->attaches; shmd; shmd = shmd->seg_next) {