taglinefilesource code
seg_next102include/linux/shm.hstruct shm_desc *seg_next;    /* next attach for segment */
seg_next512ipc/shm.cshmd->seg_next = shp->attaches;
seg_next536ipc/shm.cfor (shmdp = &shp->attaches; *shmdp; shmdp = &(*shmdp)->seg_next)
seg_next538ipc/shm.c*shmdp = shmd->seg_next; 
seg_next619ipc/shm.cshmd->seg_next = shp->attaches;
seg_next734ipc/shm.cfor (shmd = shp->attaches; shmd; shmd = shmd->seg_next) {