Lines Matching refs:atomic_long_inc
319 atomic_long_inc(&counters[KFENCE_COUNTER_BUGS]); in check_canary_byte()
374 atomic_long_inc(&counters[KFENCE_COUNTER_SKIP_CAPACITY]); in kfence_guarded_alloc()
451 atomic_long_inc(&counters[KFENCE_COUNTER_ALLOCATED]); in kfence_guarded_alloc()
452 atomic_long_inc(&counters[KFENCE_COUNTER_ALLOCS]); in kfence_guarded_alloc()
467 atomic_long_inc(&counters[KFENCE_COUNTER_BUGS]); in kfence_guarded_free()
519 atomic_long_inc(&counters[KFENCE_COUNTER_FREES]); in kfence_guarded_free()
522 atomic_long_inc(&counters[KFENCE_COUNTER_ZOMBIES]); in kfence_guarded_free()
858 atomic_long_inc(&counters[KFENCE_COUNTER_SKIP_INCOMPAT]); in __kfence_alloc()
869 atomic_long_inc(&counters[KFENCE_COUNTER_SKIP_INCOMPAT]); in __kfence_alloc()
905 atomic_long_inc(&counters[KFENCE_COUNTER_SKIP_COVERED]); in __kfence_alloc()
964 atomic_long_inc(&counters[KFENCE_COUNTER_BUGS]); in kfence_handle_page_fault()