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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-x86_64/
H A Dlocal.h10 } local_t; typedef in typeref:struct:__anon9565
17 static inline void local_inc(local_t *l)
25 static inline void local_dec(local_t *l)
33 static inline void local_add(long i, local_t *l)
41 static inline void local_sub(long i, local_t *l)
52 * @l: pointer to type local_t
58 static __inline__ int local_sub_and_test(long i, local_t *l)
71 * @l: pointer to type local_t
77 static __inline__ int local_dec_and_test(local_t *l)
90 * @l: pointer to type local_t
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-i386/
H A Dlocal.h11 } local_t; typedef in typeref:struct:__anon8747
18 static __inline__ void local_inc(local_t *l)
25 static __inline__ void local_dec(local_t *l)
32 static __inline__ void local_add(long i, local_t *l)
40 static __inline__ void local_sub(long i, local_t *l)
51 * @l: pointer of type local_t
57 static __inline__ int local_sub_and_test(long i, local_t *l)
70 * @l: pointer of type local_t
76 static __inline__ int local_dec_and_test(local_t *l)
89 * @l: pointer of type local_t
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Dlocal.h10 } local_t; typedef in typeref:struct:__anon9249
22 static __inline__ long local_add_return(long a, local_t *l)
41 static __inline__ long local_sub_return(long a, local_t *l)
58 static __inline__ long local_inc_return(local_t *l)
77 * @l: pointer of type local_t
85 static __inline__ long local_dec_return(local_t *l)
108 * @l: pointer of type local_t
115 static __inline__ int local_add_unless(local_t *l, long a, long u)
145 static __inline__ long local_dec_if_positive(local_t *l)
165 /* Use these for per-cpu local_t variable
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/
H A Dlocal.h12 } local_t; typedef in typeref:struct:__anon9122
27 static __inline__ long local_add_return(long i, local_t * l)
72 static __inline__ long local_sub_return(long i, local_t * l)
120 * @l: pointer of type local_t
125 static __inline__ long local_sub_if_positive(long i, local_t * l)
185 * @l: pointer of type local_t
208 * @l: pointer of type local_t
218 * @l: pointer of type local_t
228 * @l: pointer of type local_t
238 * @l: pointer of type local_t
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/
H A Dlocal.h12 } local_t; typedef in typeref:struct:__anon7751
27 static __inline__ long local_add_return(long i, local_t * l)
72 static __inline__ long local_sub_return(long i, local_t * l)
120 * @l: pointer of type local_t
125 static __inline__ long local_sub_if_positive(long i, local_t * l)
185 * @l: pointer of type local_t
208 * @l: pointer of type local_t
218 * @l: pointer of type local_t
228 * @l: pointer of type local_t
238 * @l: pointer of type local_t
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-alpha/
H A Dlocal.h10 } local_t; typedef in typeref:struct:__anon7906
20 static __inline__ long local_add_return(long i, local_t * l)
37 static __inline__ long local_sub_return(long i, local_t * l)
60 * @l: pointer of type local_t
101 /* Use these for per-cpu local_t variables: on some archs they are
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-generic/
H A Dlocal.h14 * rather pointless. The whole point behind local_t is that some processors
16 * running on this CPU. local_t allows exploitation of such capabilities.
25 } local_t; typedef in typeref:struct:__anon8665
56 /* Use these for per-cpu local_t variables: on some archs they are
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dnmi.c296 static DEFINE_PER_CPU(local_t, alert_counter);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Ddmaengine.h69 * @refcount: local_t used for open-coded "bigref" counting
75 local_t refcount;
H A Dmodule.h222 local_t count;

Completed in 127 milliseconds