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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dsem.h30 struct sem_undo *undo; /* undo requests on this array */
77 #define SEMUSZ 20 /* sizeof struct sem_undo */
111 struct sem_undo *undo; /* undo structure */
122 struct sem_undo { struct
125 struct rcu_head rcu; /* rcu struct for sem_undo() */
132 /* sem_undo_list controls shared access to the list of sem_undo structures
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dsem.h30 struct sem_undo *undo; /* undo requests on this array */
77 #define SEMUSZ 20 /* sizeof struct sem_undo */
111 struct sem_undo *undo; /* undo structure */
122 struct sem_undo { struct
125 struct rcu_head rcu; /* rcu struct for sem_undo() */
132 /* sem_undo_list controls shared access to the list of sem_undo structures
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/linux/
H A Dsem.h30 struct sem_undo *undo; /* undo requests on this array */
77 #define SEMUSZ 20 /* sizeof struct sem_undo */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/linux/
H A Dsem.h30 struct sem_undo *undo; /* undo requests on this array */
77 #define SEMUSZ 20 /* sizeof struct sem_undo */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/linux/
H A Dsem.h30 struct sem_undo *undo; /* undo requests on this array */
77 #define SEMUSZ 20 /* sizeof struct sem_undo */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/ipc/
H A Dsem.c109 * sem_undo.id_next,
111 * sem_array.sem_undo: sem_lock() for read/write
112 * sem_undo.proc_next: only "current" is allowed to read/write that field.
349 int nsops, struct sem_undo *un, int pid)
694 struct sem_undo *un = container_of(head, struct sem_undo, rcu);
704 struct sem_undo *un, *tu;
907 struct sem_undo *un;
977 struct sem_undo *un;
1153 static struct sem_undo *__lookup_und
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/ipc/
H A Dsem.c109 * sem_undo.id_next,
111 * sem_array.sem_undo: sem_lock() for read/write
112 * sem_undo.proc_next: only "current" is allowed to read/write that field.
349 int nsops, struct sem_undo *un, int pid)
694 struct sem_undo *un = container_of(head, struct sem_undo, rcu);
704 struct sem_undo *un, *tu;
907 struct sem_undo *un;
977 struct sem_undo *un;
1153 static struct sem_undo *__lookup_und
[all...]

Completed in 119 milliseconds