taglinefilesource code
task_next101include/linux/shm.hstruct shm_desc *task_next;   /* next attach for task */
task_next403ipc/shm.cfor (shmd = current->shm; shmd; shmd = shmd->task_next) {
task_next419ipc/shm.cfor (shmd = current->shm; shmd; shmd = shmd->task_next) {
task_next459ipc/shm.cshmd->task_next = current->shm;
task_next482ipc/shm.c*shmdp = shmd->task_next;
task_next508ipc/shm.cfor (shmdp = &current->shm; (shmd = *shmdp); shmdp=&shmd->task_next) { 
task_next540ipc/shm.cfor (shmd = p1->shm; shmd; shmd = shmd->task_next) {
task_next544ipc/shm.ctmp = new_desc->task_next; 
task_next553ipc/shm.ctmp->task_next = new_desc;
task_next557ipc/shm.cfor (shmd = new_desc; shmd; shmd = shmd->task_next) {