Searched refs:sem_undo_list (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
H A Dsem.h29 struct sem_undo_list *undo_list;
/linux-4.4.14/ipc/
H A Dsem.c125 struct sem_undo_list *ulp; /* back ptr to sem_undo_list */
133 /* sem_undo_list controls shared access to the list of sem_undo structures
136 struct sem_undo_list { struct
1627 * portions of this code fail, there is no need to free the sem_undo_list.
1633 static inline int get_undo_list(struct sem_undo_list **undo_listp) get_undo_list()
1635 struct sem_undo_list *undo_list; get_undo_list()
1652 static struct sem_undo *__lookup_undo(struct sem_undo_list *ulp, int semid) __lookup_undo()
1663 static struct sem_undo *lookup_undo(struct sem_undo_list *ulp, int semid) lookup_undo()
1691 struct sem_undo_list *ulp; find_alloc_undo()
2039 struct sem_undo_list *undo_list; copy_semundo()
2068 struct sem_undo_list *ulp; exit_sem()
2092 * finish unlocking sem_undo_list. exit_sem()

Completed in 46 milliseconds