taglinefilesource code
seg_next102include/linux/shm.hstruct shm_desc *seg_next;    /* next attach for segment */
seg_next461ipc/shm.cshmd->seg_next = shp->attaches;
seg_next483ipc/shm.cfor (shmdp = &shp->attaches; *shmdp; shmdp = &(*shmdp)->seg_next)
seg_next485ipc/shm.c*shmdp = shmd->seg_next; 
seg_next564ipc/shm.cshmd->seg_next = shp->attaches;
seg_next682ipc/shm.cfor (shmd = shp->attaches; shmd; shmd = shmd->seg_next) {