Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsem_types.h5 struct sem_undo_list;
9 struct sem_undo_list *undo_list;
/linux/ipc/
H A Dsem.c151 struct sem_undo_list *ulp; /* back ptr to sem_undo_list */
159 /* sem_undo_list controls shared access to the list of sem_undo structures
162 struct sem_undo_list { struct
199 * sem_undo_list.list_proc:
1844 * portions of this code fail, there is no need to free the sem_undo_list.
1850 static inline int get_undo_list(struct sem_undo_list **undo_listp) in get_undo_list()
1852 struct sem_undo_list *undo_list; in get_undo_list()
1869 static struct sem_undo *__lookup_undo(struct sem_undo_list *ulp, int semid) in __lookup_undo()
1881 static struct sem_undo *lookup_undo(struct sem_undo_list *ul
163 refcntsem_undo_list global() argument
164 locksem_undo_list global() argument
165 list_procsem_undo_list global() argument
[all...]