Searched refs:__SEMAPHORE_INITIALIZER (Results 1 - 25 of 34) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Dsemaphore.h27 #define __SEMAPHORE_INITIALIZER(name,count) \ macro
32 __SEMAPHORE_INITIALIZER(name,1)
35 struct semaphore name = __SEMAPHORE_INITIALIZER(name,count)
42 *sem = (struct semaphore)__SEMAPHORE_INITIALIZER((*sem),val);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Dsemaphore.h27 #define __SEMAPHORE_INITIALIZER(name,count) \ macro
32 __SEMAPHORE_INITIALIZER(name,1)
35 struct semaphore name = __SEMAPHORE_INITIALIZER(name,count)
42 *sem = (struct semaphore)__SEMAPHORE_INITIALIZER((*sem),val);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Dsemaphore.h27 #define __SEMAPHORE_INITIALIZER(name,count) \ macro
32 __SEMAPHORE_INITIALIZER(name,1)
35 struct semaphore name = __SEMAPHORE_INITIALIZER(name,count)
42 *sem = (struct semaphore)__SEMAPHORE_INITIALIZER((*sem),val);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Dsemaphore.h27 #define __SEMAPHORE_INITIALIZER(name,count) \ macro
32 __SEMAPHORE_INITIALIZER(name,1)
35 struct semaphore name = __SEMAPHORE_INITIALIZER(name,count)
42 *sem = (struct semaphore)__SEMAPHORE_INITIALIZER((*sem),val);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Dsemaphore.h29 #define __SEMAPHORE_INITIALIZER(name,count) \ macro
35 #define __MUTEX_INITIALIZER(name) __SEMAPHORE_INITIALIZER(name,1)
38 struct semaphore name = __SEMAPHORE_INITIALIZER(name, count)
46 *sem = (struct semaphore) __SEMAPHORE_INITIALIZER(*sem, val);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Dsemaphore.h29 #define __SEMAPHORE_INITIALIZER(name,count) \ macro
35 #define __MUTEX_INITIALIZER(name) __SEMAPHORE_INITIALIZER(name,1)
38 struct semaphore name = __SEMAPHORE_INITIALIZER(name, count)
46 *sem = (struct semaphore) __SEMAPHORE_INITIALIZER(*sem, val);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Dsemaphore.h21 #define __SEMAPHORE_INITIALIZER(name, count) \ macro
26 __SEMAPHORE_INITIALIZER(name, 1)
29 struct semaphore name = __SEMAPHORE_INITIALIZER(name,count)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Dsemaphore.h21 #define __SEMAPHORE_INITIALIZER(name, count) \ macro
26 __SEMAPHORE_INITIALIZER(name, 1)
29 struct semaphore name = __SEMAPHORE_INITIALIZER(name,count)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Dsemaphore.h47 #define __SEMAPHORE_INITIALIZER(name, count) \ macro
53 __SEMAPHORE_INITIALIZER(name, 1)
56 struct semaphore name = __SEMAPHORE_INITIALIZER(name,count)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc64/
H A Dsemaphore.h38 #define __SEMAPHORE_INITIALIZER(name, count) \ macro
44 __SEMAPHORE_INITIALIZER(name, 1)
47 struct semaphore name = __SEMAPHORE_INITIALIZER(name,count)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sh/
H A Dsemaphore.h38 #define __SEMAPHORE_INITIALIZER(name,count) \ macro
43 __SEMAPHORE_INITIALIZER(name,1)
46 struct semaphore name = __SEMAPHORE_INITIALIZER(name,count)
54 * *sem = (struct semaphore)__SEMAPHORE_INITIALIZER((*sem),val);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc/
H A Dsemaphore.h47 #define __SEMAPHORE_INITIALIZER(name, count) \ macro
53 __SEMAPHORE_INITIALIZER(name, 1)
56 struct semaphore name = __SEMAPHORE_INITIALIZER(name,count)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc64/
H A Dsemaphore.h38 #define __SEMAPHORE_INITIALIZER(name, count) \ macro
44 __SEMAPHORE_INITIALIZER(name, 1)
47 struct semaphore name = __SEMAPHORE_INITIALIZER(name,count)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sh/
H A Dsemaphore.h38 #define __SEMAPHORE_INITIALIZER(name,count) \ macro
43 __SEMAPHORE_INITIALIZER(name,1)
46 struct semaphore name = __SEMAPHORE_INITIALIZER(name,count)
54 * *sem = (struct semaphore)__SEMAPHORE_INITIALIZER((*sem),val);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dsemaphore.h41 #define __SEMAPHORE_INITIALIZER(name,count) \ macro
46 __SEMAPHORE_INITIALIZER(name,1)
49 struct semaphore name = __SEMAPHORE_INITIALIZER(name,count)
56 *sem = (struct semaphore)__SEMAPHORE_INITIALIZER(*sem, val);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dsemaphore.h45 #define __SEMAPHORE_INITIALIZER(name,count) \ macro
49 #define __SEMAPHORE_INITIALIZER(name,count) \ macro
55 __SEMAPHORE_INITIALIZER(name,1)
58 struct semaphore name = __SEMAPHORE_INITIALIZER(name,count)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dsemaphore.h40 #define __SEMAPHORE_INITIALIZER(name,count) \ macro
44 #define __SEMAPHORE_INITIALIZER(name,count) \ macro
50 __SEMAPHORE_INITIALIZER(name,1)
53 struct semaphore name = __SEMAPHORE_INITIALIZER(name,count)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-parisc/
H A Dsemaphore.h41 #define __SEMAPHORE_INITIALIZER(name,count) \ macro
46 __SEMAPHORE_INITIALIZER(name,1)
49 struct semaphore name = __SEMAPHORE_INITIALIZER(name,count)
56 *sem = (struct semaphore)__SEMAPHORE_INITIALIZER((*sem),val);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Dsemaphore.h41 #define __SEMAPHORE_INITIALIZER(name,count) \ macro
46 __SEMAPHORE_INITIALIZER(name,1)
49 struct semaphore name = __SEMAPHORE_INITIALIZER(name,count)
56 *sem = (struct semaphore)__SEMAPHORE_INITIALIZER(*sem, val);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dsemaphore.h45 #define __SEMAPHORE_INITIALIZER(name,count) \ macro
49 #define __SEMAPHORE_INITIALIZER(name,count) \ macro
55 __SEMAPHORE_INITIALIZER(name,1)
58 struct semaphore name = __SEMAPHORE_INITIALIZER(name,count)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dsemaphore.h40 #define __SEMAPHORE_INITIALIZER(name,count) \ macro
44 #define __SEMAPHORE_INITIALIZER(name,count) \ macro
50 __SEMAPHORE_INITIALIZER(name,1)
53 struct semaphore name = __SEMAPHORE_INITIALIZER(name,count)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-parisc/
H A Dsemaphore.h41 #define __SEMAPHORE_INITIALIZER(name,count) \ macro
46 __SEMAPHORE_INITIALIZER(name,1)
49 struct semaphore name = __SEMAPHORE_INITIALIZER(name,count)
56 *sem = (struct semaphore)__SEMAPHORE_INITIALIZER((*sem),val);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dsemaphore.h45 #define __SEMAPHORE_INITIALIZER(name,count) \ macro
49 #define __SEMAPHORE_INITIALIZER(name,count) \ macro
55 __SEMAPHORE_INITIALIZER(name,1)
58 struct semaphore name = __SEMAPHORE_INITIALIZER(name,count)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-cris/
H A Dsemaphore.h38 #define __SEMAPHORE_INITIALIZER(name,count) \ macro
44 __SEMAPHORE_INITIALIZER(name,1)
47 struct semaphore name = __SEMAPHORE_INITIALIZER(name,count)
54 *sem = (struct semaphore)__SEMAPHORE_INITIALIZER((*sem),val);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dsemaphore.h45 #define __SEMAPHORE_INITIALIZER(name,count) \ macro
49 #define __SEMAPHORE_INITIALIZER(name,count) \ macro
55 __SEMAPHORE_INITIALIZER(name,1)
58 struct semaphore name = __SEMAPHORE_INITIALIZER(name,count)

Completed in 233 milliseconds

12