Lines Matching refs:local_t
16 } local_t;
20 static __inline__ long local_read(const local_t *l)
25 static __inline__ void local_set(local_t *l, long i)
31 static __inline__ void local_##op(long i, local_t *l) \
41 static __inline__ long local_##op##_return(long a, local_t *l) \
66 * @l: pointer of type local_t
79 static __inline__ long local_cmpxchg(local_t *l, long o, long n)
93 static __inline__ long local_xchg(local_t *l, long n)
108 * @l: pointer of type local_t
115 static __inline__ int local_add_unless(local_t *l, long a, long u)
132 /* Use these for per-cpu local_t variables: on some archs they are