Lines Matching refs:a
14 identifier a, x;
26 atomic_dec_and_test@p1(&(a)->x)
28 atomic_dec_and_lock@p1(&(a)->x, ...)
30 atomic_long_dec_and_lock@p1(&(a)->x, ...)
32 atomic_long_dec_and_test@p1(&(a)->x)
34 atomic64_dec_and_test@p1(&(a)->x)
36 local_dec_and_test@p1(&(a)->x)
40 fname@p2(a, ...);
62 identifier a, x, y;
69 atomic_dec_and_test@p1(&(a)->x)
71 atomic_dec_and_lock@p1(&(a)->x, ...)
73 atomic_long_dec_and_lock@p1(&(a)->x, ...)
75 atomic_long_dec_and_test@p1(&(a)->x)
77 atomic64_dec_and_test@p1(&(a)->x)
79 local_dec_and_test@p1(&(a)->x)
82 y=a
95 identifier a, x;
100 atomic_add_unless(&(a)->x,-1,1)@p1
102 atomic_long_add_unless(&(a)->x,-1,1)@p1
104 atomic64_add_unless(&(a)->x,-1,1)@p1