taglinefilesource code
task_next101include/linux/shm.hstruct shm_desc *task_next;   /* next attach for task */
task_next409ipc/shm.cfor (shmd = current->shm; shmd; shmd = shmd->task_next) {
task_next425ipc/shm.cfor (shmd = current->shm; shmd; shmd = shmd->task_next) {
task_next465ipc/shm.cshmd->task_next = current->shm;
task_next490ipc/shm.c*shmdp = shmd->task_next;
task_next516ipc/shm.cfor (shmdp = &current->shm; (shmd = *shmdp); shmdp=&shmd->task_next) { 
task_next548ipc/shm.cfor (shmd = p1->shm; shmd; shmd = shmd->task_next) {
task_next552ipc/shm.ctmp = new_desc->task_next; 
task_next561ipc/shm.ctmp->task_next = new_desc;
task_next565ipc/shm.cfor (shmd = new_desc; shmd; shmd = shmd->task_next) {