Lines Matching refs:sem_undo
133 struct sem_undo *undo; /* undo structure */
146 struct sem_undo { struct
632 struct sem_undo *un; in perform_atomic_semop_slow()
704 struct sem_undo *un; in perform_atomic_semop()
1126 struct sem_undo *un, *tu; in freeary()
1327 struct sem_undo *un; in semctl_setval()
1458 struct sem_undo *un; in semctl_main()
1851 static struct sem_undo *__lookup_undo(struct sem_undo_list *ulp, int semid) in __lookup_undo()
1853 struct sem_undo *un; in __lookup_undo()
1863 static struct sem_undo *lookup_undo(struct sem_undo_list *ulp, int semid) in lookup_undo()
1865 struct sem_undo *un; in lookup_undo()
1888 static struct sem_undo *find_alloc_undo(struct ipc_namespace *ns, int semid) in find_alloc_undo()
1892 struct sem_undo *un, *new; in find_alloc_undo()
1923 new = kzalloc(sizeof(struct sem_undo) + sizeof(short)*nsems, GFP_KERNEL); in find_alloc_undo()
1973 struct sem_undo *un; in do_semtimedop()
2312 struct sem_undo *un; in exit_sem()
2320 struct sem_undo, list_proc); in exit_sem()