Lines Matching +full:1 +full:p1
15 position p1, p2;
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)
55 p1 << r1.p1;
59 coccilib.report.print_report(p1[0], msg % (p2[0].line))
63 position p1, p2;
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)
88 p1 << r4.p1;
92 coccilib.report.print_report(p1[0], msg % (p2[0].line))
96 position p1;
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
108 p1 << r2.p1;
111 coccilib.report.print_report(p1[0], msg)
115 position p1;
119 x = atomic_add_return@p1(-1, ...);
121 x = atomic_long_add_return@p1(-1, ...);
123 x = atomic64_add_return@p1(-1, ...);
127 p1 << r3.p1;
129 msg = "WARNING: x = atomic_add_return(-1, ...)"
130 coccilib.report.print_report(p1[0], msg)