tag
line
file
source code
shmdnext
590
ipc/shm.c
struct vm_area_struct *shmd, *shmdnext;
shmdnext
592
ipc/shm.c
for (shmd = current->mm->mmap; shmd; shmd = shmdnext) {
shmdnext
593
ipc/shm.c
shmdnext = shmd->vm_next;