Lines Matching refs:atomic_long_inc
317 atomic_long_inc(&counters[KFENCE_COUNTER_BUGS]); in check_canary_byte()
410 atomic_long_inc(&counters[KFENCE_COUNTER_SKIP_CAPACITY]); in kfence_guarded_alloc()
488 atomic_long_inc(&counters[KFENCE_COUNTER_ALLOCATED]); in kfence_guarded_alloc()
489 atomic_long_inc(&counters[KFENCE_COUNTER_ALLOCS]); in kfence_guarded_alloc()
504 atomic_long_inc(&counters[KFENCE_COUNTER_BUGS]); in kfence_guarded_free()
556 atomic_long_inc(&counters[KFENCE_COUNTER_FREES]); in kfence_guarded_free()
559 atomic_long_inc(&counters[KFENCE_COUNTER_ZOMBIES]); in kfence_guarded_free()
1058 atomic_long_inc(&counters[KFENCE_COUNTER_SKIP_INCOMPAT]); in __kfence_alloc()
1069 atomic_long_inc(&counters[KFENCE_COUNTER_SKIP_INCOMPAT]); in __kfence_alloc()
1112 atomic_long_inc(&counters[KFENCE_COUNTER_SKIP_COVERED]); in __kfence_alloc()
1174 atomic_long_inc(&counters[KFENCE_COUNTER_BUGS]); in kfence_handle_page_fault()