Home
last modified time | relevance | path

Searched refs:proc_next (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/ipc/
Dsem.c793 for(up = &current->semundo;(u=*up);up=&u->proc_next) { in freeundos()
795 un=u->proc_next; in freeundos()
802 return un->proc_next; in freeundos()
828 un->proc_next = current->semundo; in alloc_undo()
913 un=un->proc_next; in sys_semtimedop()
1037 for (up = &current->semundo; (u = *up); *up = u->proc_next, kfree(u)) { in sem_exit()
/linux-2.4.37.9/include/linux/
Dsem.h118 struct sem_undo * proc_next; /* next entry on this process */ member