Lines Matching refs:sem_undo
133 struct sem_undo *undo; /* undo structure */
146 struct sem_undo { struct
650 struct sem_undo *un; in perform_atomic_semop_slow()
722 struct sem_undo *un; in perform_atomic_semop()
1143 struct sem_undo *un, *tu; in freeary()
1344 struct sem_undo *un; in semctl_setval()
1475 struct sem_undo *un; in semctl_main()
1868 static struct sem_undo *__lookup_undo(struct sem_undo_list *ulp, int semid) in __lookup_undo()
1870 struct sem_undo *un; in __lookup_undo()
1880 static struct sem_undo *lookup_undo(struct sem_undo_list *ulp, int semid) in lookup_undo()
1882 struct sem_undo *un; in lookup_undo()
1905 static struct sem_undo *find_alloc_undo(struct ipc_namespace *ns, int semid) in find_alloc_undo()
1909 struct sem_undo *un, *new; in find_alloc_undo()
1940 new = kzalloc(sizeof(struct sem_undo) + sizeof(short)*nsems, GFP_KERNEL_ACCOUNT); in find_alloc_undo()
1990 struct sem_undo *un; in do_semtimedop()
2330 struct sem_undo *un; in exit_sem()
2338 struct sem_undo, list_proc); in exit_sem()