/linux-4.1.27/net/l2tp/ |
H A D | l2tp_debugfs.c | 152 atomic_long_read(&tunnel->stats.tx_packets), l2tp_dfs_seq_tunnel_show() 153 atomic_long_read(&tunnel->stats.tx_bytes), l2tp_dfs_seq_tunnel_show() 154 atomic_long_read(&tunnel->stats.tx_errors), l2tp_dfs_seq_tunnel_show() 155 atomic_long_read(&tunnel->stats.rx_packets), l2tp_dfs_seq_tunnel_show() 156 atomic_long_read(&tunnel->stats.rx_bytes), l2tp_dfs_seq_tunnel_show() 157 atomic_long_read(&tunnel->stats.rx_errors)); l2tp_dfs_seq_tunnel_show() 209 atomic_long_read(&session->stats.tx_packets), l2tp_dfs_seq_session_show() 210 atomic_long_read(&session->stats.tx_bytes), l2tp_dfs_seq_session_show() 211 atomic_long_read(&session->stats.tx_errors), l2tp_dfs_seq_session_show() 212 atomic_long_read(&session->stats.rx_packets), l2tp_dfs_seq_session_show() 213 atomic_long_read(&session->stats.rx_bytes), l2tp_dfs_seq_session_show() 214 atomic_long_read(&session->stats.rx_errors)); l2tp_dfs_seq_session_show()
|
H A D | l2tp_netlink.c | 350 atomic_long_read(&tunnel->stats.tx_packets)) || l2tp_nl_tunnel_send() 352 atomic_long_read(&tunnel->stats.tx_bytes)) || l2tp_nl_tunnel_send() 354 atomic_long_read(&tunnel->stats.tx_errors)) || l2tp_nl_tunnel_send() 356 atomic_long_read(&tunnel->stats.rx_packets)) || l2tp_nl_tunnel_send() 358 atomic_long_read(&tunnel->stats.rx_bytes)) || l2tp_nl_tunnel_send() 360 atomic_long_read(&tunnel->stats.rx_seq_discards)) || l2tp_nl_tunnel_send() 362 atomic_long_read(&tunnel->stats.rx_oos_packets)) || l2tp_nl_tunnel_send() 364 atomic_long_read(&tunnel->stats.rx_errors))) l2tp_nl_tunnel_send() 750 atomic_long_read(&session->stats.tx_packets)) || l2tp_nl_session_send() 752 atomic_long_read(&session->stats.tx_bytes)) || l2tp_nl_session_send() 754 atomic_long_read(&session->stats.tx_errors)) || l2tp_nl_session_send() 756 atomic_long_read(&session->stats.rx_packets)) || l2tp_nl_session_send() 758 atomic_long_read(&session->stats.rx_bytes)) || l2tp_nl_session_send() 760 atomic_long_read(&session->stats.rx_seq_discards)) || l2tp_nl_session_send() 762 atomic_long_read(&session->stats.rx_oos_packets)) || l2tp_nl_session_send() 764 atomic_long_read(&session->stats.rx_errors))) l2tp_nl_session_send()
|
H A D | l2tp_eth.c | 114 stats->tx_bytes = atomic_long_read(&priv->tx_bytes); l2tp_eth_get_stats64() 115 stats->tx_packets = atomic_long_read(&priv->tx_packets); l2tp_eth_get_stats64() 116 stats->tx_dropped = atomic_long_read(&priv->tx_dropped); l2tp_eth_get_stats64() 117 stats->rx_bytes = atomic_long_read(&priv->rx_bytes); l2tp_eth_get_stats64() 118 stats->rx_packets = atomic_long_read(&priv->rx_packets); l2tp_eth_get_stats64() 119 stats->rx_errors = atomic_long_read(&priv->rx_errors); l2tp_eth_get_stats64()
|
H A D | l2tp_ppp.c | 989 dest->tx_packets = atomic_long_read(&stats->tx_packets); pppol2tp_copy_stats() 990 dest->tx_bytes = atomic_long_read(&stats->tx_bytes); pppol2tp_copy_stats() 991 dest->tx_errors = atomic_long_read(&stats->tx_errors); pppol2tp_copy_stats() 992 dest->rx_packets = atomic_long_read(&stats->rx_packets); pppol2tp_copy_stats() 993 dest->rx_bytes = atomic_long_read(&stats->rx_bytes); pppol2tp_copy_stats() 994 dest->rx_seq_discards = atomic_long_read(&stats->rx_seq_discards); pppol2tp_copy_stats() 995 dest->rx_oos_packets = atomic_long_read(&stats->rx_oos_packets); pppol2tp_copy_stats() 996 dest->rx_errors = atomic_long_read(&stats->rx_errors); pppol2tp_copy_stats() 1633 atomic_long_read(&tunnel->stats.tx_packets), pppol2tp_seq_tunnel_show() 1634 atomic_long_read(&tunnel->stats.tx_bytes), pppol2tp_seq_tunnel_show() 1635 atomic_long_read(&tunnel->stats.tx_errors), pppol2tp_seq_tunnel_show() 1636 atomic_long_read(&tunnel->stats.rx_packets), pppol2tp_seq_tunnel_show() 1637 atomic_long_read(&tunnel->stats.rx_bytes), pppol2tp_seq_tunnel_show() 1638 atomic_long_read(&tunnel->stats.rx_errors)); pppol2tp_seq_tunnel_show() 1675 atomic_long_read(&session->stats.tx_packets), pppol2tp_seq_session_show() 1676 atomic_long_read(&session->stats.tx_bytes), pppol2tp_seq_session_show() 1677 atomic_long_read(&session->stats.tx_errors), pppol2tp_seq_session_show() 1678 atomic_long_read(&session->stats.rx_packets), pppol2tp_seq_session_show() 1679 atomic_long_read(&session->stats.rx_bytes), pppol2tp_seq_session_show() 1680 atomic_long_read(&session->stats.rx_errors)); pppol2tp_seq_session_show()
|
/linux-4.1.27/include/linux/ |
H A D | page_counter.h | 34 return atomic_long_read(&counter->count); page_counter_read()
|
H A D | vmstat.h | 122 long x = atomic_long_read(&vm_stat[item]); global_page_state() 133 long x = atomic_long_read(&zone->vm_stat[item]); zone_page_state() 150 long x = atomic_long_read(&zone->vm_stat[item]); zone_page_state_snapshot()
|
H A D | iocontext.h | 130 WARN_ON_ONCE(atomic_long_read(&ioc->refcount) <= 0); get_io_context_active()
|
H A D | swap.h | 412 return atomic_long_read(&nr_swap_pages) * 2 < total_swap_pages; vm_swap_full() 417 return atomic_long_read(&nr_swap_pages); get_nr_swap_pages()
|
H A D | percpu-refcount.h | 325 return !atomic_long_read(&ref->count); percpu_ref_is_zero()
|
H A D | mm.h | 1302 long val = atomic_long_read(&mm->rss_stat.count[member]); get_mm_counter() 1431 return atomic_long_read(&mm->nr_pmds); mm_nr_pmds()
|
H A D | fs.h | 881 #define file_count(x) atomic_long_read(&(x)->f_count)
|
/linux-4.1.27/lib/ |
H A D | show_mem.c | 52 printk("%lu pages hwpoisoned\n", atomic_long_read(&num_poisoned_pages));
|
H A D | percpu-refcount.c | 133 atomic_long_read(&ref->count), (long)count); percpu_ref_switch_to_atomic_rcu() 149 WARN_ONCE(atomic_long_read(&ref->count) <= 0, percpu_ref_switch_to_atomic_rcu() 151 ref->release, atomic_long_read(&ref->count)); percpu_ref_switch_to_atomic_rcu()
|
/linux-4.1.27/kernel/rcu/ |
H A D | tree_trace.c | 189 atomic_long_read(&rsp->expedited_start), show_rcuexp() 190 atomic_long_read(&rsp->expedited_done), show_rcuexp() 191 atomic_long_read(&rsp->expedited_wrap), show_rcuexp() 192 atomic_long_read(&rsp->expedited_tryfail), show_rcuexp() 193 atomic_long_read(&rsp->expedited_workdone1), show_rcuexp() 194 atomic_long_read(&rsp->expedited_workdone2), show_rcuexp() 195 atomic_long_read(&rsp->expedited_normal), show_rcuexp() 196 atomic_long_read(&rsp->expedited_stoppedcpus), show_rcuexp() 197 atomic_long_read(&rsp->expedited_done_tries), show_rcuexp() 198 atomic_long_read(&rsp->expedited_done_lost), show_rcuexp() 199 atomic_long_read(&rsp->expedited_done_exit)); show_rcuexp()
|
H A D | tree_plugin.h | 1934 ret = atomic_long_read(&rdp->nocb_q_count); rcu_nocb_cpu_needs_barrier() 1989 len = atomic_long_read(&rdp->nocb_q_count); __call_rcu_nocb_enqueue() 2039 -atomic_long_read(&rdp->nocb_q_count_lazy), __call_rcu_nocb() 2040 -atomic_long_read(&rdp->nocb_q_count)); __call_rcu_nocb() 2043 -atomic_long_read(&rdp->nocb_q_count_lazy), __call_rcu_nocb() 2044 -atomic_long_read(&rdp->nocb_q_count)); __call_rcu_nocb() 2293 atomic_long_read(&rdp->nocb_q_count_lazy), rcu_nocb_kthread() 2294 atomic_long_read(&rdp->nocb_q_count), -1); rcu_nocb_kthread()
|
H A D | tree.h | 613 *ql = atomic_long_read(&rdp->nocb_q_count); rcu_nocb_q_lengths() 614 *qll = atomic_long_read(&rdp->nocb_q_count_lazy); rcu_nocb_q_lengths()
|
H A D | tree.c | 3287 if (ULONG_CMP_GE((ulong)atomic_long_read(&rsp->expedited_start), synchronize_sched_expedited() 3288 (ulong)atomic_long_read(&rsp->expedited_done) + synchronize_sched_expedited() 3335 s = atomic_long_read(&rsp->expedited_done); 3355 s = atomic_long_read(&rsp->expedited_done); 3378 snap = atomic_long_read(&rsp->expedited_start); 3394 s = atomic_long_read(&rsp->expedited_done);
|
H A D | rcutorture.c | 1224 pr_cont("cbflood: %ld\n", atomic_long_read(&n_cbfloods));
|
/linux-4.1.27/include/asm-generic/ |
H A D | atomic-long.h | 27 static inline long atomic_long_read(atomic_long_t *l) atomic_long_read() function 144 static inline long atomic_long_read(atomic_long_t *l) atomic_long_read() function
|
H A D | local.h | 28 #define local_read(l) atomic_long_read(&(l)->a)
|
/linux-4.1.27/arch/alpha/include/asm/ |
H A D | local.h | 13 #define local_read(l) atomic_long_read(&(l)->a)
|
/linux-4.1.27/drivers/md/bcache/ |
H A D | sysfs.c | 542 atomic_long_read(&c->cache_read_races)); SHOW() 545 atomic_long_read(&c->writeback_keys_done)); SHOW() 547 atomic_long_read(&c->writeback_keys_failed)); SHOW() 742 sysfs_hprint(written, atomic_long_read(&ca->sectors_written) << 9); SHOW() 744 atomic_long_read(&ca->btree_sectors_written) << 9); SHOW() 746 (atomic_long_read(&ca->meta_sectors_written) + SHOW() 747 atomic_long_read(&ca->btree_sectors_written)) << 9); SHOW()
|
/linux-4.1.27/fs/ubifs/ |
H A D | shrinker.c | 79 if (!c->zroot.znode || atomic_long_read(&c->clean_zn_cnt) == 0) shrink_tnc() 94 atomic_long_read(&c->clean_zn_cnt) > 0) { shrink_tnc() 249 dirty_zn_cnt = atomic_long_read(&c->dirty_zn_cnt); kick_a_thread() 282 long clean_zn_cnt = atomic_long_read(&ubifs_clean_zn_cnt); ubifs_shrink_count() 297 long clean_zn_cnt = atomic_long_read(&ubifs_clean_zn_cnt); ubifs_shrink_scan()
|
H A D | debug.c | 611 atomic_long_read(&c->dirty_pg_cnt), ubifs_dump_budg() 612 atomic_long_read(&c->dirty_zn_cnt), ubifs_dump_budg() 613 atomic_long_read(&c->clean_zn_cnt)); ubifs_dump_budg() 1531 if (clean_cnt != atomic_long_read(&c->clean_zn_cnt)) { dbg_check_tnc() 1533 atomic_long_read(&c->clean_zn_cnt), dbg_check_tnc() 1537 if (dirty_cnt != atomic_long_read(&c->dirty_zn_cnt)) { dbg_check_tnc() 1539 atomic_long_read(&c->dirty_zn_cnt), dbg_check_tnc()
|
H A D | tnc_commit.c | 652 ubifs_assert(cnt == atomic_long_read(&c->dirty_zn_cnt)); get_znodes_to_commit() 760 ubifs_assert(atomic_long_read(&c->dirty_zn_cnt) == 0); ubifs_tnc_start_commit()
|
H A D | commit.c | 94 ubifs_assert(atomic_long_read(&c->dirty_zn_cnt) == 0); nothing_to_commit()
|
H A D | replay.c | 1070 c->bi.uncommitted_idx = atomic_long_read(&c->dirty_zn_cnt); ubifs_replay_journal()
|
H A D | super.c | 2281 ubifs_assert(atomic_long_read(&ubifs_clean_zn_cnt) == 0); ubifs_exit()
|
H A D | tnc.c | 2864 n = atomic_long_read(&c->clean_zn_cnt); ubifs_tnc_close()
|
/linux-4.1.27/fs/proc/ |
H A D | meminfo.c | 170 K((unsigned long) atomic_long_read(&mmap_pages_allocated)), meminfo_proc_show() 197 , atomic_long_read(&num_poisoned_pages) << (PAGE_SHIFT - 10) meminfo_proc_show()
|
H A D | task_mmu.c | 45 ptes = PTRS_PER_PTE * sizeof(pte_t) * atomic_long_read(&mm->nr_ptes); task_mem()
|
/linux-4.1.27/mm/ |
H A D | page_counter.c | 151 count = atomic_long_read(&counter->count); page_counter_limit() 158 if (atomic_long_read(&counter->count) <= count) page_counter_limit()
|
H A D | debug.c | 208 atomic_long_read((atomic_long_t *)&mm->nr_ptes), dump_mm()
|
H A D | slub.c | 988 return atomic_long_read(&n->nr_slabs); slabs_node() 993 return atomic_long_read(&n->nr_slabs); node_nr_slabs() 2156 return atomic_long_read(&n->total_objects); node_nr_objs() 3932 if (count != atomic_long_read(&n->nr_slabs)) validate_slab_node() 3934 s->name, count, atomic_long_read(&n->nr_slabs)); validate_slab_node() 4122 if (!atomic_long_read(&n->nr_slabs)) for_each_kmem_cache_node() 4318 x = atomic_long_read(&n->total_objects); for_each_kmem_cache_node() 4320 x = atomic_long_read(&n->total_objects) - for_each_kmem_cache_node() 4323 x = atomic_long_read(&n->nr_slabs); for_each_kmem_cache_node() 4363 if (atomic_long_read(&n->total_objects)) any_slab_objects()
|
H A D | workingset.c | 183 refault = atomic_long_read(&(*zone)->inactive_age); unpack_shadow()
|
H A D | oom_kill.c | 173 atomic_long_read(&p->mm->nr_ptes) + mm_nr_pmds(p->mm); oom_badness() 373 atomic_long_read(&task->mm->nr_ptes), for_each_process()
|
H A D | swapfile.c | 644 if (atomic_long_read(&nr_swap_pages) <= 0) get_swap_page() 2576 val->freeswap = atomic_long_read(&nr_swap_pages) + nr_to_be_unused; si_swapinfo()
|
H A D | zsmalloc.c | 1243 return atomic_long_read(&pool->pages_allocated); zs_get_total_pages()
|
H A D | page_alloc.c | 1780 if (atomic_long_read(&zone->vm_stat[NR_ALLOC_BATCH]) <= 0 && buffered_rmqueue() 2099 atomic_long_read(&zone->vm_stat[NR_ALLOC_BATCH])); reset_alloc_batches() 5814 atomic_long_read(&zone->vm_stat[NR_ALLOC_BATCH])); for_each_zone()
|
H A D | vmscan.c | 340 new_nr = atomic_long_read(&shrinker->nr_deferred[nid]); do_shrink_slab()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
H A D | local.h | 14 #define local_read(l) atomic_long_read(&(l)->a)
|
/linux-4.1.27/drivers/misc/sgi-gru/ |
H A D | gruprocfs.c | 37 unsigned long val = atomic_long_read(v); printstat_val() 137 count = atomic_long_read(&mcs_op_statistics[op].count); mcs_statistics_show() 138 total = atomic_long_read(&mcs_op_statistics[op].total); mcs_statistics_show()
|
/linux-4.1.27/net/ipv6/ |
H A D | proc.c | 171 atomic_long_read(smib + i)); snmp6_seq_show_icmpv6msg() 178 val = atomic_long_read(smib + i); snmp6_seq_show_icmpv6msg() 200 atomic_long_read(smib + itemlist[i].entry); snmp6_seq_show_item()
|
H A D | addrconf.c | 4632 put_unaligned(atomic_long_read(&mib[i]), &stats[i]); __snmp6_fill_statsdev()
|
/linux-4.1.27/drivers/target/iscsi/ |
H A D | iscsi_target_stat.c | 796 atomic_long_read(&sess->cmd_pdus)); iscsi_stat_sess_show_attr_cmd_pdus() 820 atomic_long_read(&sess->rsp_pdus)); iscsi_stat_sess_show_attr_rsp_pdus() 844 atomic_long_read(&sess->tx_data_octets)); iscsi_stat_sess_show_attr_txdata_octs() 868 atomic_long_read(&sess->rx_data_octets)); iscsi_stat_sess_show_attr_rxdata_octs() 892 atomic_long_read(&sess->conn_digest_errors)); iscsi_stat_sess_show_attr_conn_digest_errors() 916 atomic_long_read(&sess->conn_timeout_errors)); iscsi_stat_sess_show_attr_conn_timeout_errors()
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | local.h | 15 #define local_read(l) atomic_long_read(&(l)->a)
|
/linux-4.1.27/arch/mips/include/asm/ |
H A D | local.h | 18 #define local_read(l) atomic_long_read(&(l)->a)
|
/linux-4.1.27/fs/ |
H A D | nsfs.c | 63 d = atomic_long_read(&ns->stashed); ns_get_path()
|
H A D | namespace.c | 548 if (atomic_long_read(&sb->s_remove_count)) sb_prepare_remount_readonly() 562 if (!err && atomic_long_read(&sb->s_remove_count)) sb_prepare_remount_readonly()
|
H A D | inode.c | 230 WARN_ON(atomic_long_read(&inode->i_sb->s_remove_count) == 0); __destroy_inode()
|
H A D | eventpoll.c | 1273 user_watches = atomic_long_read(&ep->user->epoll_watches); ep_insert()
|
/linux-4.1.27/net/ipv4/ |
H A D | proc.c | 332 val = atomic_long_read(&net->mib.icmpmsg_statistics->mibs[i]); icmpmsg_put() 365 atomic_long_read(ptr + icmpmibmap[i].index)); icmp_put() 371 atomic_long_read(ptr + (icmpmibmap[i].index | 0x100))); icmp_put()
|
H A D | tcp_memcontrol.c | 156 val = atomic_long_read(&tcp_memory_allocated); tcp_cgroup_read()
|
/linux-4.1.27/net/openvswitch/ |
H A D | vport.c | 306 stats->rx_errors = atomic_long_read(&vport->err_stats.rx_errors); ovs_vport_get_stats() 307 stats->tx_errors = atomic_long_read(&vport->err_stats.tx_errors); ovs_vport_get_stats() 308 stats->tx_dropped = atomic_long_read(&vport->err_stats.tx_dropped); ovs_vport_get_stats() 309 stats->rx_dropped = atomic_long_read(&vport->err_stats.rx_dropped); ovs_vport_get_stats()
|
/linux-4.1.27/block/ |
H A D | blk-ioc.c | 26 BUG_ON(atomic_long_read(&ioc->refcount) <= 0); get_io_context() 137 BUG_ON(atomic_long_read(&ioc->refcount) <= 0); put_io_context()
|
/linux-4.1.27/net/unix/ |
H A D | garbage.c | 305 inflight_refs = atomic_long_read(&u->inflight); unix_gc() 336 if (atomic_long_read(&u->inflight) > 0) { unix_gc()
|
H A D | af_unix.c | 495 atomic_long_read(&unix_nr_socks)); unix_sock_destructor() 743 if (atomic_long_read(&unix_nr_socks) > 2 * get_max_files()) unix_create1()
|
/linux-4.1.27/drivers/target/ |
H A D | target_core_stat.c | 217 atomic_long_read(&dev->num_resets)); target_stat_scsi_tgt_dev_show_attr_resets() 401 atomic_long_read(&dev->num_cmds)); target_stat_scsi_lu_show_attr_num_cmds() 413 atomic_long_read(&dev->read_bytes) >> 20); target_stat_scsi_lu_show_attr_read_mbytes() 425 atomic_long_read(&dev->write_bytes) >> 20); target_stat_scsi_lu_show_attr_write_mbytes() 436 return snprintf(page, PAGE_SIZE, "%lu\n", atomic_long_read(&dev->num_resets)); target_stat_scsi_lu_show_attr_resets()
|
/linux-4.1.27/kernel/sched/ |
H A D | proc.c | 221 if (atomic_long_read(&calc_load_idle[idx])) calc_load_fold_idle() 315 active = atomic_long_read(&calc_load_tasks); calc_global_nohz() 360 active = atomic_long_read(&calc_load_tasks); calc_global_load()
|
H A D | debug.c | 227 atomic_long_read(&cfs_rq->tg->load_avg)); print_cfs_rq()
|
H A D | fair.c | 2330 tg_weight = atomic_long_read(&tg->load_avg); calc_tg_weight() 2671 atomic_long_read(&tg->load_avg) + 1); __update_group_entity_contrib() 2827 if (atomic_long_read(&cfs_rq->removed_load)) { update_cfs_rq_blocked_load()
|
/linux-4.1.27/security/integrity/ima/ |
H A D | ima_fs.c | 36 len = scnprintf(tmpbuf, TMPBUFLEN, "%li\n", atomic_long_read(val)); ima_show_htable_value()
|
/linux-4.1.27/drivers/block/zram/ |
H A D | zram_drv.c | 200 val = atomic_long_read(&zram->stats.max_used_pages); mem_used_max_show() 569 old_max = atomic_long_read(&zram->stats.max_used_pages); update_used_max() 1106 max_used = atomic_long_read(&zram->stats.max_used_pages); mm_stat_show()
|
/linux-4.1.27/kernel/ |
H A D | fork.c | 633 long x = atomic_long_read(&mm->rss_stat.count[i]); check_mm() 640 if (atomic_long_read(&mm->nr_ptes)) check_mm() 642 atomic_long_read(&mm->nr_ptes)); check_mm()
|
H A D | workqueue.c | 696 unsigned long data = atomic_long_read(&work->data); get_work_pwq() 721 unsigned long data = atomic_long_read(&work->data); get_work_pool() 746 unsigned long data = atomic_long_read(&work->data); get_work_pool_id() 765 unsigned long data = atomic_long_read(&work->data); work_is_canceling()
|
/linux-4.1.27/net/sunrpc/ |
H A D | svc_xprt.c | 1345 (unsigned long)atomic_long_read(&pool->sp_stats.packets), svc_pool_stats_show() 1347 (unsigned long)atomic_long_read(&pool->sp_stats.threads_woken), svc_pool_stats_show() 1348 (unsigned long)atomic_long_read(&pool->sp_stats.threads_timedout)); svc_pool_stats_show()
|
/linux-4.1.27/fs/nfs/ |
H A D | dir.c | 2169 return vfs_pressure_ratio(atomic_long_read(&nfs_access_nr_entries)); nfs_access_cache_count() 2175 long nr_entries = atomic_long_read(&nfs_access_nr_entries); nfs_access_cache_enforce_limit()
|
H A D | inode.c | 1277 return atomic_long_read(&nfs_attr_generation_counter); nfs_read_attr_generation_counter()
|
H A D | write.c | 1726 if (atomic_long_read(&nfss->writeback) < NFS_CONGESTION_OFF_THRESH) nfs_commit_release_pages()
|
/linux-4.1.27/drivers/net/ppp/ |
H A D | ppp_generic.c | 599 if (atomic_long_read(&file->f_count) < 2) { ppp_ioctl() 604 atomic_long_read(&file->f_count)); ppp_ioctl()
|
/linux-4.1.27/include/net/ |
H A D | sock.h | 1234 return atomic_long_read(prot->memory_allocated); sk_memory_allocated() 1311 return atomic_long_read(prot->memory_allocated); proto_memory_allocated()
|
/linux-4.1.27/fs/ext2/ |
H A D | super.c | 1240 if (atomic_long_read(&sb->s_remove_count)) { ext2_freeze()
|
/linux-4.1.27/drivers/infiniband/core/ |
H A D | cm.c | 3678 atomic_long_read(&group->counter[cm_attr->index])); cm_show_counter()
|
/linux-4.1.27/net/core/ |
H A D | dev.c | 6728 storage->rx_dropped += atomic_long_read(&dev->rx_dropped); dev_get_stats() 6729 storage->tx_dropped += atomic_long_read(&dev->tx_dropped); dev_get_stats()
|
/linux-4.1.27/kernel/events/ |
H A D | core.c | 3623 atomic_long_read(&event->refcount), event)) { free_event() 4692 user_locked = atomic_long_read(&user->locked_vm) + user_extra; perf_mmap()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
H A D | i915_gem.c | 4468 return atomic_long_read(&obj->base.filp->f_count) == 1; discard_backing_storage()
|