Lines Matching refs:p1
14 position p1, p2;
25 atomic_dec_and_test@p1(&(a)->x)
27 atomic_dec_and_lock@p1(&(a)->x, ...)
29 atomic_long_dec_and_lock@p1(&(a)->x, ...)
31 atomic_long_dec_and_test@p1(&(a)->x)
33 atomic64_dec_and_test@p1(&(a)->x)
35 local_dec_and_test@p1(&(a)->x)
54 p1 << r1.p1;
58 coccilib.report.print_report(p1[0], msg % (p2[0].line))
62 position p1, p2;
68 atomic_dec_and_test@p1(&(a)->x)
70 atomic_dec_and_lock@p1(&(a)->x, ...)
72 atomic_long_dec_and_lock@p1(&(a)->x, ...)
74 atomic_long_dec_and_test@p1(&(a)->x)
76 atomic64_dec_and_test@p1(&(a)->x)
78 local_dec_and_test@p1(&(a)->x)
87 p1 << r4.p1;
91 coccilib.report.print_report(p1[0], msg % (p2[0].line))
95 position p1;
99 atomic_add_unless(&(a)->x,-1,1)@p1
101 atomic_long_add_unless(&(a)->x,-1,1)@p1
103 atomic64_add_unless(&(a)->x,-1,1)@p1
107 p1 << r2.p1;
110 coccilib.report.print_report(p1[0], msg)
114 position p1;
118 x = atomic_add_return@p1(-1, ...);
120 x = atomic_long_add_return@p1(-1, ...);
122 x = atomic64_add_return@p1(-1, ...);
126 p1 << r3.p1;
129 coccilib.report.print_report(p1[0], msg)