Lines Matching refs:atomic_long_inc
339 atomic_long_inc(&counters[KFENCE_COUNTER_BUGS]); in check_canary_byte()
433 atomic_long_inc(&counters[KFENCE_COUNTER_SKIP_CAPACITY]); in kfence_guarded_alloc()
507 atomic_long_inc(&counters[KFENCE_COUNTER_ALLOCATED]); in kfence_guarded_alloc()
508 atomic_long_inc(&counters[KFENCE_COUNTER_ALLOCS]); in kfence_guarded_alloc()
523 atomic_long_inc(&counters[KFENCE_COUNTER_BUGS]); in kfence_guarded_free()
575 atomic_long_inc(&counters[KFENCE_COUNTER_FREES]); in kfence_guarded_free()
578 atomic_long_inc(&counters[KFENCE_COUNTER_ZOMBIES]); in kfence_guarded_free()
1077 atomic_long_inc(&counters[KFENCE_COUNTER_SKIP_INCOMPAT]); in __kfence_alloc()
1088 atomic_long_inc(&counters[KFENCE_COUNTER_SKIP_INCOMPAT]); in __kfence_alloc()
1132 atomic_long_inc(&counters[KFENCE_COUNTER_SKIP_COVERED]); in __kfence_alloc()
1202 atomic_long_inc(&counters[KFENCE_COUNTER_BUGS]); in kfence_handle_page_fault()