taglinefilesource code
task_next101include/linux/shm.hstruct shm_desc *task_next;   /* next attach for task */
task_next454ipc/shm.cfor (shmd = current->shm; shmd; shmd = shmd->task_next) {
task_next470ipc/shm.cfor (shmd = current->shm; shmd; shmd = shmd->task_next) {
task_next510ipc/shm.cshmd->task_next = current->shm;
task_next535ipc/shm.c*shmdp = shmd->task_next;
task_next561ipc/shm.cfor (shmdp = &current->shm; (shmd = *shmdp); shmdp=&shmd->task_next) { 
task_next595ipc/shm.cfor (shmd = p1->shm; shmd; shmd = shmd->task_next) {
task_next599ipc/shm.ctmp = new_desc->task_next; 
task_next608ipc/shm.ctmp->task_next = new_desc;
task_next612ipc/shm.cfor (shmd = new_desc; shmd; shmd = shmd->task_next) {