/linux-4.1.27/include/asm-generic/ |
H A D | atomic-long.h | 55 static inline void atomic_long_add(long i, atomic_long_t *l) atomic_long_add() function 172 static inline void atomic_long_add(long i, atomic_long_t *l) atomic_long_add() function
|
H A D | local.h | 32 #define local_add(i,l) atomic_long_add((i),(&(l)->a))
|
H A D | rwsem.h | 107 atomic_long_add(delta, (atomic_long_t *)&sem->count); rwsem_atomic_add()
|
/linux-4.1.27/arch/alpha/include/asm/ |
H A D | local.h | 17 #define local_add(i,l) atomic_long_add((i),(&(l)->a))
|
/linux-4.1.27/arch/powerpc/include/asm/ |
H A D | local.h | 17 #define local_add(i,l) atomic_long_add((i),(&(l)->a))
|
/linux-4.1.27/arch/mips/include/asm/ |
H A D | local.h | 21 #define local_add(i, l) atomic_long_add((i), (&(l)->a))
|
/linux-4.1.27/include/linux/ |
H A D | vmstat.h | 116 atomic_long_add(x, &zone->vm_stat[item]); zone_page_state_add() 117 atomic_long_add(x, &vm_stat[item]); zone_page_state_add()
|
H A D | percpu-refcount.h | 166 * Analogous to atomic_long_add(). 179 atomic_long_add(nr, &ref->count); percpu_ref_get_many()
|
H A D | mm.h | 1317 atomic_long_add(value, &mm->rss_stat.count[member]); add_mm_counter()
|
/linux-4.1.27/net/l2tp/ |
H A D | l2tp_eth.c | 101 atomic_long_add(len, &priv->tx_bytes); l2tp_eth_dev_xmit() 171 atomic_long_add(data_len, &priv->rx_bytes); l2tp_eth_dev_recv()
|
H A D | l2tp_core.c | 413 atomic_long_add(length, &tunnel->stats.rx_bytes); l2tp_recv_dequeue_skb() 415 atomic_long_add(length, &session->stats.rx_bytes); l2tp_recv_dequeue_skb() 1088 atomic_long_add(len, &tunnel->stats.tx_bytes); l2tp_xmit_core() 1090 atomic_long_add(len, &session->stats.tx_bytes); l2tp_xmit_core()
|
/linux-4.1.27/drivers/misc/sgi-gru/ |
H A D | gruhandles.c | 48 atomic_long_add(nsec, &mcs_op_statistics[op].total); update_mcs_stats()
|
/linux-4.1.27/mm/ |
H A D | vmstat.c | 441 atomic_long_add(diff[i], &vm_stat[i]); fold_diff() 479 atomic_long_add(v, &zone->vm_stat[i]); for_each_populated_zone() 543 atomic_long_add(v, &zone->vm_stat[i]); for_each_populated_zone() 563 atomic_long_add(v, &zone->vm_stat[i]); drain_zonestat() 564 atomic_long_add(v, &vm_stat[i]); drain_zonestat()
|
H A D | memory-failure.c | 1136 atomic_long_add(nr_pages, &num_poisoned_pages); memory_failure() 1620 atomic_long_add(1 << compound_order(hpage), soft_offline_huge_page() 1761 atomic_long_add(1 << compound_order(hpage), soft_offline_page()
|
H A D | zsmalloc.c | 1420 atomic_long_add(class->pages_per_zspage, zs_malloc()
|
H A D | nommu.c | 1223 atomic_long_add(total, &mmap_pages_allocated); do_mmap_private()
|
H A D | swapfile.c | 1760 atomic_long_add(p->pages, &nr_swap_pages); _enable_swap_info()
|
H A D | slub.c | 1008 atomic_long_add(objects, &n->total_objects); inc_slabs_node()
|
/linux-4.1.27/kernel/sched/ |
H A D | proc.c | 192 atomic_long_add(delta, &calc_load_idle[idx]); calc_load_enter_idle() 358 atomic_long_add(delta, &calc_load_tasks); calc_global_load() 388 atomic_long_add(delta, &calc_load_tasks); calc_load_account_active()
|
H A D | fair.c | 2635 atomic_long_add(tg_contrib, &tg->load_avg); __update_cfs_rq_tg_load_contrib() 4927 atomic_long_add(se->avg.load_avg_contrib, migrate_task_rq_fair()
|
H A D | core.c | 4976 atomic_long_add(delta, &calc_load_tasks); calc_load_migrate()
|
/linux-4.1.27/lib/ |
H A D | percpu-refcount.c | 147 atomic_long_add((long)count - PERCPU_COUNT_BIAS, &ref->count); percpu_ref_switch_to_atomic_rcu() 238 atomic_long_add(PERCPU_COUNT_BIAS, &ref->count); __percpu_ref_switch_to_percpu()
|
/linux-4.1.27/kernel/rcu/ |
H A D | tree_plugin.h | 1975 atomic_long_add(rhcount, &rdp->nocb_q_count); __call_rcu_nocb_enqueue() 1979 atomic_long_add(rhcount_lazy, &rdp->nocb_q_count_lazy); __call_rcu_nocb_enqueue() 2220 * Memory barriers supplied by atomic_long_add(). nocb_leader_wait() 2317 atomic_long_add(-c, &rdp->nocb_q_count); rcu_nocb_kthread() 2318 atomic_long_add(-cl, &rdp->nocb_q_count_lazy); rcu_nocb_kthread()
|
/linux-4.1.27/drivers/md/bcache/ |
H A D | alloc.c | 636 atomic_long_add(sectors, bch_alloc_sectors()
|
H A D | journal.c | 622 atomic_long_add(sectors, &ca->meta_sectors_written);
|
H A D | super.c | 556 atomic_long_add(ca->sb.bucket_size * prio_buckets(ca), bch_prio_write()
|
H A D | btree.c | 471 atomic_long_add(set_blocks(i, block_bytes(b->c)) * b->c->sb.block_size, __bch_btree_node_write()
|
/linux-4.1.27/drivers/target/ |
H A D | target_core_device.c | 137 atomic_long_add(se_cmd->data_length, &dev->write_bytes); transport_lookup_cmd_lun() 139 atomic_long_add(se_cmd->data_length, &dev->read_bytes); transport_lookup_cmd_lun()
|
/linux-4.1.27/drivers/infiniband/core/ |
H A D | cm.c | 3234 atomic_long_add(1 + msg->retries, cm_send_handler() 3237 atomic_long_add(msg->retries, cm_send_handler()
|
/linux-4.1.27/drivers/net/ethernet/tile/ |
H A D | tilegx.c | 354 atomic_long_add(value, (atomic_long_t *)field); tile_net_stats_add()
|
/linux-4.1.27/drivers/target/iscsi/ |
H A D | iscsi_target.c | 1276 atomic_long_add(payload_length, &conn->sess->rx_data_octets); iscsit_check_dataout_hdr() 2664 atomic_long_add(datain.length, &conn->sess->tx_data_octets); iscsit_send_datain()
|
/linux-4.1.27/kernel/events/ |
H A D | core.c | 4739 atomic_long_add(user_extra, &user->locked_vm); perf_mmap()
|