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

/external/kernel-headers/original/linux/
H A Dsem.h30 struct sem_undo *undo; /* undo requests on this array */
77 #define SEMUSZ 20 /* sizeof struct sem_undo */
99 struct sem_undo *undo; /* undo requests on this array */
108 struct sem_undo * undo; /* undo structure */
121 struct sem_undo { struct
122 struct sem_undo * proc_next; /* next entry on this process */
123 struct sem_undo * id_next; /* next entry on this semaphore set */
128 /* sem_undo_list controls shared access to the list of sem_undo structures
134 struct sem_undo *proc_list;

Completed in 16 milliseconds