Home
last modified time | relevance | path

Searched refs:semundo (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/ipc/
Dsem.c793 for(up = &current->semundo;(u=*up);up=&u->proc_next) { in freeundos()
828 un->proc_next = current->semundo; in alloc_undo()
829 current->semundo = un; in alloc_undo()
906 un=current->semundo; in sys_semtimedop()
1037 for (up = &current->semundo; (u = *up); *up = u->proc_next, kfree(u)) { in sem_exit()
1075 current->semundo = NULL; in sem_exit()
/linux-2.4.37.9/include/linux/
Dsched.h387 struct sem_undo *semundo; member
/linux-2.4.37.9/kernel/
Dfork.c768 p->semundo = NULL; in do_fork()