Home | History | Annotate | Download | only in asm-x86

Lines Matching refs:local_t

11 } local_t;
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
95 static __inline__ int local_inc_and_test(local_t *l)
108 * @l: pointer of type local_t
115 static __inline__ int local_add_negative(long i, local_t *l)
128 * @l: pointer of type local_t
133 static __inline__ long local_add_return(long i, local_t *l)
159 static __inline__ long local_sub_return(long i, local_t *l)
174 * @l: pointer of type local_t
203 /* Use these for per-cpu local_t variables: on some archs they are
211 ({ local_t res__; \