taglinefilesource code
attaches17include/linux/shm.hstruct vm_area_struct *attaches; /* descriptors for attaches */
attaches115ipc/shm.cshp->attaches = NULL;
attaches521ipc/shm.cshmd->vm_next_share = shp->attaches;
attaches522ipc/shm.cshp->attaches = shmd;
attaches542ipc/shm.cshmd->vm_next_share = shp->attaches;
attaches543ipc/shm.cshp->attaches = shmd;
attaches566ipc/shm.cfor (shmdp = &shp->attaches; *shmdp; shmdp = &(*shmdp)->vm_next_share)
attaches710ipc/shm.cfor (shmd = shp->attaches; shmd; shmd = shmd->vm_next_share) {