Lines Matching refs:pr_info

13 		pr_info("Overflow detected: saturated\n");
31 pr_info("attempting good refcount_inc() without overflow\n");
35 pr_info("attempting bad refcount_inc() overflow\n");
47 pr_info("attempting good refcount_add() without overflow\n");
54 pr_info("attempting bad refcount_add() overflow\n");
65 pr_info("attempting bad refcount_inc_not_zero() overflow\n");
77 pr_info("attempting bad refcount_add_not_zero() overflow\n");
88 pr_info("Zero detected: saturated\n");
110 pr_info("attempting good refcount_dec()\n");
113 pr_info("attempting bad refcount_dec() to zero\n");
134 pr_info("Negative detected: saturated\n");
149 pr_info("attempting bad refcount_dec() below zero\n");
163 pr_info("attempting bad refcount_dec_and_test() below zero\n");
178 pr_info("attempting bad refcount_sub_and_test() below zero\n");
193 pr_info("attempting bad refcount_sub_and_test() at zero\n");
204 pr_info("Zero detected: stayed at zero\n");
207 pr_info("Zero detected: saturated\n");
213 pr_info("Fail: zero not detected, incremented to %d\n",
225 pr_info("attempting safe refcount_inc_not_zero() from zero\n");
227 pr_info("Good: zero detected\n");
229 pr_info("Correctly stayed at zero\n");
236 pr_info("attempting bad refcount_inc() from zero\n");
250 pr_info("attempting safe refcount_add_not_zero() from zero\n");
252 pr_info("Good: zero detected\n");
254 pr_info("Correctly stayed at zero\n");
261 pr_info("attempting bad refcount_add() from zero\n");
271 pr_info("Saturation detected: still saturated\n");
289 pr_info("attempting bad refcount_inc() from saturated\n");
300 pr_info("attempting bad refcount_dec() from saturated\n");
311 pr_info("attempting bad refcount_dec() from saturated\n");
322 pr_info("attempting bad refcount_inc_not_zero() from saturated\n");
334 pr_info("attempting bad refcount_add_not_zero() from saturated\n");
346 pr_info("attempting bad refcount_dec_and_test() from saturated\n");
358 pr_info("attempting bad refcount_sub_and_test() from saturated\n");
381 pr_info("atomic timing: done\n");
406 pr_info("refcount timing: done\n");