Lines Matching refs:pr_info
21 pr_info("Overflow detected: saturated\n"); in overflow_check()
39 pr_info("attempting good refcount_inc() without overflow\n"); in lkdtm_REFCOUNT_INC_OVERFLOW()
43 pr_info("attempting bad refcount_inc() overflow\n"); in lkdtm_REFCOUNT_INC_OVERFLOW()
55 pr_info("attempting good refcount_add() without overflow\n"); in lkdtm_REFCOUNT_ADD_OVERFLOW()
62 pr_info("attempting bad refcount_add() overflow\n"); in lkdtm_REFCOUNT_ADD_OVERFLOW()
73 pr_info("attempting bad refcount_inc_not_zero() overflow\n"); in lkdtm_REFCOUNT_INC_NOT_ZERO_OVERFLOW()
85 pr_info("attempting bad refcount_add_not_zero() overflow\n"); in lkdtm_REFCOUNT_ADD_NOT_ZERO_OVERFLOW()
96 pr_info("Zero detected: saturated\n"); in check_zero()
118 pr_info("attempting good refcount_dec()\n"); in lkdtm_REFCOUNT_DEC_ZERO()
121 pr_info("attempting bad refcount_dec() to zero\n"); in lkdtm_REFCOUNT_DEC_ZERO()
142 pr_info("Negative detected: saturated\n"); in check_negative()
157 pr_info("attempting bad refcount_dec() below zero\n"); in lkdtm_REFCOUNT_DEC_NEGATIVE()
171 pr_info("attempting bad refcount_dec_and_test() below zero\n"); in lkdtm_REFCOUNT_DEC_AND_TEST_NEGATIVE()
186 pr_info("attempting bad refcount_sub_and_test() below zero\n"); in lkdtm_REFCOUNT_SUB_AND_TEST_NEGATIVE()
197 pr_info("Zero detected: stayed at zero\n"); in check_from_zero()
200 pr_info("Zero detected: saturated\n"); in check_from_zero()
206 pr_info("Fail: zero not detected, incremented to %d\n", in check_from_zero()
219 pr_info("attempting safe refcount_inc_not_zero() from zero\n"); in lkdtm_REFCOUNT_INC_ZERO()
221 pr_info("Good: zero detected\n"); in lkdtm_REFCOUNT_INC_ZERO()
223 pr_info("Correctly stayed at zero\n"); in lkdtm_REFCOUNT_INC_ZERO()
230 pr_info("attempting bad refcount_inc() from zero\n"); in lkdtm_REFCOUNT_INC_ZERO()
244 pr_info("attempting safe refcount_add_not_zero() from zero\n"); in lkdtm_REFCOUNT_ADD_ZERO()
246 pr_info("Good: zero detected\n"); in lkdtm_REFCOUNT_ADD_ZERO()
248 pr_info("Correctly stayed at zero\n"); in lkdtm_REFCOUNT_ADD_ZERO()
255 pr_info("attempting bad refcount_add() from zero\n"); in lkdtm_REFCOUNT_ADD_ZERO()
265 pr_info("Saturation detected: still saturated\n"); in check_saturated()
283 pr_info("attempting bad refcount_inc() from saturated\n"); in lkdtm_REFCOUNT_INC_SATURATED()
294 pr_info("attempting bad refcount_dec() from saturated\n"); in lkdtm_REFCOUNT_DEC_SATURATED()
305 pr_info("attempting bad refcount_dec() from saturated\n"); in lkdtm_REFCOUNT_ADD_SATURATED()
316 pr_info("attempting bad refcount_inc_not_zero() from saturated\n"); in lkdtm_REFCOUNT_INC_NOT_ZERO_SATURATED()
328 pr_info("attempting bad refcount_add_not_zero() from saturated\n"); in lkdtm_REFCOUNT_ADD_NOT_ZERO_SATURATED()
340 pr_info("attempting bad refcount_dec_and_test() from saturated\n"); in lkdtm_REFCOUNT_DEC_AND_TEST_SATURATED()
352 pr_info("attempting bad refcount_sub_and_test() from saturated\n"); in lkdtm_REFCOUNT_SUB_AND_TEST_SATURATED()
375 pr_info("atomic timing: done\n"); in lkdtm_ATOMIC_TIMING()
400 pr_info("refcount timing: done\n"); in lkdtm_REFCOUNT_TIMING()