Searched refs:proc_next (Results 1 – 2 of 2) sorted by relevance
793 for(up = ¤t->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 = ¤t->semundo; (u = *up); *up = u->proc_next, kfree(u)) { in sem_exit()
118 struct sem_undo * proc_next; /* next entry on this process */ member