| /linux/mm/kfence/ |
| H A D | core.c | 340 atomic_long_inc(&counters[KFENCE_COUNTER_BUGS]); in check_canary_byte() 434 atomic_long_inc(&counters[KFENCE_COUNTER_SKIP_CAPACITY]); in kfence_guarded_alloc() 508 atomic_long_inc(&counters[KFENCE_COUNTER_ALLOCATED]); in kfence_guarded_alloc() 509 atomic_long_inc(&counters[KFENCE_COUNTER_ALLOCS]); in kfence_guarded_alloc() 524 atomic_long_inc(&counters[KFENCE_COUNTER_BUGS]); in kfence_guarded_free() 576 atomic_long_inc(&counters[KFENCE_COUNTER_FREES]); in kfence_guarded_free() 579 atomic_long_inc(&counters[KFENCE_COUNTER_ZOMBIES]); in kfence_guarded_free() 1080 atomic_long_inc(&counters[KFENCE_COUNTER_SKIP_INCOMPAT]); in __kfence_alloc() 1092 atomic_long_inc(&counters[KFENCE_COUNTER_SKIP_INCOMPAT]); in __kfence_alloc() 1136 atomic_long_inc(&counters[KFENCE_COUNTER_SKIP_COVERED]); in __kfence_alloc() [all …]
|
| /linux/net/l2tp/ |
| H A D | l2tp_core.c | 642 atomic_long_inc(&session->stats.rx_oos_packets); in l2tp_recv_queue_skb() 665 atomic_long_inc(&tunnel->stats.rx_packets); in l2tp_recv_dequeue_skb() 667 atomic_long_inc(&session->stats.rx_packets); in l2tp_recv_dequeue_skb() 703 atomic_long_inc(&session->stats.rx_seq_discards); in l2tp_recv_dequeue() 704 atomic_long_inc(&session->stats.rx_errors); in l2tp_recv_dequeue() 791 atomic_long_inc(&session->stats.rx_seq_discards); in l2tp_recv_data_seq() 877 atomic_long_inc(&session->stats.rx_cookie_discards); in l2tp_recv_common() 930 atomic_long_inc(&session->stats.rx_seq_discards); in l2tp_recv_common() 947 atomic_long_inc(&session->stats.rx_seq_discards); in l2tp_recv_common() 997 atomic_long_inc(&session->stats.rx_errors); in l2tp_recv_common() [all …]
|
| /linux/kernel/kcsan/ |
| H A D | core.c | 515 atomic_long_inc(&kcsan_counters[KCSAN_COUNTER_REPORT_RACES]); in kcsan_found_watchpoint() 519 atomic_long_inc(&kcsan_counters[KCSAN_COUNTER_ASSERT_FAILURES]); in kcsan_found_watchpoint() 521 atomic_long_inc(&kcsan_counters[KCSAN_COUNTER_DATA_RACES]); in kcsan_found_watchpoint() 558 atomic_long_inc(&kcsan_counters[KCSAN_COUNTER_UNENCODABLE_ACCESSES]); in kcsan_setup_watchpoint() 598 atomic_long_inc(&kcsan_counters[KCSAN_COUNTER_NO_CAPACITY]); in kcsan_setup_watchpoint() 602 atomic_long_inc(&kcsan_counters[KCSAN_COUNTER_SETUP_WATCHPOINTS]); in kcsan_setup_watchpoint() 603 atomic_long_inc(&kcsan_counters[KCSAN_COUNTER_USED_WATCHPOINTS]); in kcsan_setup_watchpoint() 676 atomic_long_inc(&kcsan_counters[KCSAN_COUNTER_ASSERT_FAILURES]); in kcsan_setup_watchpoint() 684 atomic_long_inc(&kcsan_counters[KCSAN_COUNTER_RACES_UNKNOWN_ORIGIN]); in kcsan_setup_watchpoint() 686 atomic_long_inc(&kcsan_counters[KCSAN_COUNTER_ASSERT_FAILURES]); in kcsan_setup_watchpoint()
|
| /linux/include/linux/ |
| H A D | ksm.h | 39 atomic_long_inc(&ksm_zero_pages); in ksm_map_zero_page() 40 atomic_long_inc(&mm->ksm_zero_pages); in ksm_map_zero_page()
|
| H A D | vmstat.h | 337 atomic_long_inc(&zone->vm_stat[item]); in __inc_zone_state() 338 atomic_long_inc(&vm_zone_stat[item]); in __inc_zone_state() 343 atomic_long_inc(&pgdat->vm_stat[item]); in __inc_node_state() 344 atomic_long_inc(&vm_node_stat[item]); in __inc_node_state()
|
| H A D | srcutree.h | 268 atomic_long_inc(raw_cpu_ptr(&scp->srcu_locks)); // Y, and implicit RCU reader. in __srcu_read_lock_fast() 289 atomic_long_inc(raw_cpu_ptr(&scp->srcu_unlocks)); // Z, and implicit RCU reader. in __srcu_read_unlock_fast()
|
| /linux/net/can/ |
| H A D | af_can.c | 292 atomic_long_inc(&pkg_stats->tx_frames); in can_send() 293 atomic_long_inc(&pkg_stats->tx_frames_delta); in can_send() 652 atomic_long_inc(&pkg_stats->rx_frames); in can_receive() 653 atomic_long_inc(&pkg_stats->rx_frames_delta); in can_receive() 674 atomic_long_inc(&pkg_stats->matches); in can_receive() 675 atomic_long_inc(&pkg_stats->matches_delta); in can_receive()
|
| /linux/drivers/target/ |
| H A D | target_core_tmr.c | 160 atomic_long_inc(&dev->aborts_complete); in core_tmr_abort_task() 172 atomic_long_inc(&dev->aborts_no_task); in core_tmr_abort_task() 423 atomic_long_inc(&dev->num_resets); in core_tmr_lun_reset()
|
| /linux/kernel/module/ |
| H A D | stats.c | 247 atomic_long_inc(&mod_fail->count); in try_add_failed_module() 258 atomic_long_inc(&mod_fail->count); in try_add_failed_module()
|
| /linux/include/asm-generic/ |
| H A D | local.h | 31 #define local_inc(l) atomic_long_inc(&(l)->a)
|
| /linux/arch/alpha/include/asm/ |
| H A D | local.h | 16 #define local_inc(l) atomic_long_inc(&(l)->a)
|
| /linux/arch/loongarch/include/asm/ |
| H A D | local.h | 24 #define local_inc(l) atomic_long_inc(&(l)->a)
|
| /linux/fs/ubifs/ |
| H A D | tnc_misc.c | 451 atomic_long_inc(&c->clean_zn_cnt); in ubifs_load_znode() 459 atomic_long_inc(&ubifs_clean_zn_cnt); in ubifs_load_znode()
|
| H A D | tnc.c | 260 atomic_long_inc(&c->dirty_zn_cnt); in replace_znode() 280 atomic_long_inc(&c->dirty_zn_cnt); in dirty_cow_znode() 2222 atomic_long_inc(&c->dirty_zn_cnt); in tnc_insert() 2275 atomic_long_inc(&c->dirty_zn_cnt); in tnc_insert() 2588 atomic_long_inc(&c->clean_zn_cnt); in tnc_delete() 2589 atomic_long_inc(&ubifs_clean_zn_cnt); in tnc_delete() 2636 atomic_long_inc(&c->clean_zn_cnt); in tnc_delete() 2637 atomic_long_inc(&ubifs_clean_zn_cnt); in tnc_delete() 3104 atomic_long_inc(&c->clean_zn_cnt); in tnc_destroy_cnext() 3105 atomic_long_inc(&ubifs_clean_zn_cnt); in tnc_destroy_cnext()
|
| /linux/arch/mips/include/asm/ |
| H A D | local.h | 24 #define local_inc(l) atomic_long_inc(&(l)->a)
|
| /linux/include/net/ |
| H A D | snmp.h | 126 atomic_long_inc(&mib->mibs[field])
|
| /linux/drivers/misc/sgi-gru/ |
| H A D | gruhandles.c | 29 atomic_long_inc(&mcs_op_statistics[op].count); in update_mcs_stats()
|
| /linux/security/integrity/ima/ |
| H A D | ima_queue.c | 116 atomic_long_inc(&ima_htable.len); in ima_add_digest_entry()
|
| /linux/drivers/counter/ |
| H A D | interrupt-cnt.c | 35 atomic_long_inc(&priv->count); in interrupt_cnt_isr()
|
| /linux/drivers/md/bcache/ |
| H A D | journal.c | 451 atomic_long_inc(&c->flush_write); in btree_flush_write() 657 atomic_long_inc(&c->reclaim); in journal_reclaim() 683 atomic_long_inc(&c->reclaimed_journal_buckets); in journal_reclaim()
|
| /linux/fs/nfs/ |
| H A D | write.c | 152 atomic_long_inc(&NFS_I(inode)->nrequests); in nfs_page_set_inode_ref() 723 atomic_long_inc(&nfsi->nrequests); in nfs_inode_add_request() 788 atomic_long_inc(&cinfo->mds->ncommit); in nfs_request_add_commit_list_locked() 1367 atomic_long_inc(&nfsi->redirtied_pages); in nfs_redirty_request() 1840 atomic_long_inc(&NFS_I(data->inode)->redirtied_pages); in nfs_commit_release_pages()
|
| /linux/include/net/page_pool/ |
| H A D | helpers.h | 317 atomic_long_inc(netmem_get_pp_ref_count_ref(netmem)); in page_pool_ref_netmem()
|
| /linux/drivers/infiniband/core/ |
| H A D | cm.c | 1959 atomic_long_inc( in cm_dup_req_handler() 2459 atomic_long_inc( in cm_dup_rep_handler() 2637 atomic_long_inc(&work->port->counters[CM_RECV_DUPLICATES] in cm_rtu_handler() 2851 atomic_long_inc(&work->port->counters[CM_RECV_DUPLICATES] in cm_dreq_handler() 2880 atomic_long_inc(&work->port->counters[CM_RECV_DUPLICATES] in cm_dreq_handler() 2897 atomic_long_inc(&work->port->counters[CM_RECV_DUPLICATES] in cm_dreq_handler() 3212 atomic_long_inc( in cm_mra_handler() 3221 atomic_long_inc(&work->port->counters[CM_RECV_DUPLICATES] in cm_mra_handler() 3348 atomic_long_inc(&work->port->counters[CM_RECV_DUPLICATES] in cm_lap_handler() 3366 atomic_long_inc(&work->port->counters[CM_RECV_DUPLICATES] in cm_lap_handler() [all …]
|
| /linux/fs/notify/ |
| H A D | mark.c | 140 atomic_long_inc(fsnotify_sb_watched_objects(sb)); in fsnotify_get_sb_watched_objects() 193 atomic_long_inc(&sbinfo->watched_objects[p]); in fsnotify_update_sb_watchers()
|
| /linux/mm/ |
| H A D | zswap.c | 668 atomic_long_inc(&lruvec->zswap_lruvec_state.nr_disk_swapins); in zswap_folio_swapin() 1463 atomic_long_inc(&zswap_stored_pages); in zswap_store_page() 1465 atomic_long_inc(&zswap_stored_incompressible_pages); in zswap_store_page()
|