taglinefilesource code
task_next102include/linux/shm.hstruct shm_desc *task_next;   /* next attach for task */
task_next469ipc/shm.cfor (shmd = current->shm; shmd; shmd = shmd->task_next) {
task_next485ipc/shm.cfor (shmd = current->shm; shmd; shmd = shmd->task_next) {
task_next525ipc/shm.cshmd->task_next = current->shm;
task_next550ipc/shm.c*shmdp = shmd->task_next;
task_next576ipc/shm.cfor (shmdp = &current->shm; (shmd = *shmdp); shmdp=&shmd->task_next) {
task_next610ipc/shm.cfor (shmd = p1->shm; shmd; shmd = shmd->task_next) {
task_next614ipc/shm.ctmp = new_desc->task_next;
task_next623ipc/shm.ctmp->task_next = new_desc;
task_next627ipc/shm.cfor (shmd = new_desc; shmd; shmd = shmd->task_next) {