atomic_long_read   14 arch/alpha/include/asm/local.h #define local_read(l)	atomic_long_read(&(l)->a)
atomic_long_read   19 arch/mips/include/asm/local.h #define local_read(l)	atomic_long_read(&(l)->a)
atomic_long_read  410 arch/powerpc/mm/book3s64/pgtable.c 		   atomic_long_read(&direct_pages_count[MMU_PAGE_4K]) << 2);
atomic_long_read  412 arch/powerpc/mm/book3s64/pgtable.c 		   atomic_long_read(&direct_pages_count[MMU_PAGE_64K]) << 6);
atomic_long_read  414 arch/powerpc/mm/book3s64/pgtable.c 		   atomic_long_read(&direct_pages_count[MMU_PAGE_2M]) << 11);
atomic_long_read  416 arch/powerpc/mm/book3s64/pgtable.c 		   atomic_long_read(&direct_pages_count[MMU_PAGE_1G]) << 20);
atomic_long_read   49 arch/s390/mm/pageattr.c 		   atomic_long_read(&direct_pages_count[PG_DIRECT_MAP_4K]) << 2);
atomic_long_read   51 arch/s390/mm/pageattr.c 		   atomic_long_read(&direct_pages_count[PG_DIRECT_MAP_1M]) << 10);
atomic_long_read   53 arch/s390/mm/pageattr.c 		   atomic_long_read(&direct_pages_count[PG_DIRECT_MAP_2G]) << 21);
atomic_long_read   16 arch/x86/include/asm/local.h #define local_read(l)	atomic_long_read(&(l)->a)
atomic_long_read   28 block/blk-ioc.c 	BUG_ON(atomic_long_read(&ioc->refcount) <= 0);
atomic_long_read  144 block/blk-ioc.c 	BUG_ON(atomic_long_read(&ioc->refcount) <= 0);
atomic_long_read 1150 drivers/block/null_blk_main.c 		if (atomic_long_read(&nullb->cur_bytes) > 0)
atomic_long_read 1253 drivers/block/null_blk_main.c 	if (atomic_long_read(&nullb->cur_bytes) == mb_per_tick(mbps))
atomic_long_read  191 drivers/block/zram/zram_drv.c 	old_max = atomic_long_read(&zram->stats.max_used_pages);
atomic_long_read 1065 drivers/block/zram/zram_drv.c 	max_used = atomic_long_read(&zram->stats.max_used_pages);
atomic_long_read  494 drivers/gpu/drm/i915/selftests/i915_request.c 		atomic_long_read(&t.num_waits),
atomic_long_read  495 drivers/gpu/drm/i915/selftests/i915_request.c 		atomic_long_read(&t.num_fences),
atomic_long_read 1216 drivers/gpu/drm/i915/selftests/i915_request.c 		num_waits += atomic_long_read(&t[id].num_waits);
atomic_long_read 1217 drivers/gpu/drm/i915/selftests/i915_request.c 		num_fences += atomic_long_read(&t[id].num_fences);
atomic_long_read 4260 drivers/infiniband/core/cm.c 		       atomic_long_read(&group->counter[cm_attr->index]));
atomic_long_read  503 drivers/infiniband/sw/rdmavt/mr.c 			   atomic_long_read(&mr->refcount.count));
atomic_long_read  795 drivers/infiniband/sw/rdmavt/mr.c 	i = atomic_long_read(&fmr->mr.refcount.count);
atomic_long_read   98 drivers/lightnvm/pblk-sysfs.c 			atomic_long_read(&pblk->read_failed),
atomic_long_read   99 drivers/lightnvm/pblk-sysfs.c 			atomic_long_read(&pblk->read_high_ecc),
atomic_long_read  100 drivers/lightnvm/pblk-sysfs.c 			atomic_long_read(&pblk->read_empty),
atomic_long_read  101 drivers/lightnvm/pblk-sysfs.c 			atomic_long_read(&pblk->read_failed_gc),
atomic_long_read  102 drivers/lightnvm/pblk-sysfs.c 			atomic_long_read(&pblk->write_failed),
atomic_long_read  103 drivers/lightnvm/pblk-sysfs.c 			atomic_long_read(&pblk->erase_failed));
atomic_long_read  435 drivers/lightnvm/pblk-sysfs.c 			atomic_long_read(&pblk->inflight_writes),
atomic_long_read  436 drivers/lightnvm/pblk-sysfs.c 			atomic_long_read(&pblk->inflight_reads),
atomic_long_read  437 drivers/lightnvm/pblk-sysfs.c 			atomic_long_read(&pblk->req_writes),
atomic_long_read  439 drivers/lightnvm/pblk-sysfs.c 			atomic_long_read(&pblk->padded_writes),
atomic_long_read  440 drivers/lightnvm/pblk-sysfs.c 			atomic_long_read(&pblk->padded_wb),
atomic_long_read  441 drivers/lightnvm/pblk-sysfs.c 			atomic_long_read(&pblk->sub_writes),
atomic_long_read  442 drivers/lightnvm/pblk-sysfs.c 			atomic_long_read(&pblk->sync_writes),
atomic_long_read  443 drivers/lightnvm/pblk-sysfs.c 			atomic_long_read(&pblk->recov_writes),
atomic_long_read  444 drivers/lightnvm/pblk-sysfs.c 			atomic_long_read(&pblk->recov_gc_writes),
atomic_long_read  445 drivers/lightnvm/pblk-sysfs.c 			atomic_long_read(&pblk->recov_gc_reads),
atomic_long_read  446 drivers/lightnvm/pblk-sysfs.c 			atomic_long_read(&pblk->cache_reads),
atomic_long_read  447 drivers/lightnvm/pblk-sysfs.c 			atomic_long_read(&pblk->sync_reads));
atomic_long_read  196 drivers/md/bcache/sysfs.c 		     wb ? atomic_long_read(&dc->writeback_rate.rate) << 9 : 0);
atomic_long_read  219 drivers/md/bcache/sysfs.c 			   wb ? atomic_long_read(&dc->writeback_rate.rate) << 9
atomic_long_read  308 drivers/md/bcache/sysfs.c 		long int v = atomic_long_read(&dc->writeback_rate.rate);
atomic_long_read  730 drivers/md/bcache/sysfs.c 		    atomic_long_read(&c->cache_read_races));
atomic_long_read  733 drivers/md/bcache/sysfs.c 		    atomic_long_read(&c->reclaim));
atomic_long_read  736 drivers/md/bcache/sysfs.c 		    atomic_long_read(&c->reclaimed_journal_buckets));
atomic_long_read  739 drivers/md/bcache/sysfs.c 		    atomic_long_read(&c->flush_write));
atomic_long_read  742 drivers/md/bcache/sysfs.c 		    atomic_long_read(&c->writeback_keys_done));
atomic_long_read  744 drivers/md/bcache/sysfs.c 		    atomic_long_read(&c->writeback_keys_failed));
atomic_long_read 1001 drivers/md/bcache/sysfs.c 	sysfs_hprint(written, atomic_long_read(&ca->sectors_written) << 9);
atomic_long_read 1003 drivers/md/bcache/sysfs.c 		     atomic_long_read(&ca->btree_sectors_written) << 9);
atomic_long_read 1005 drivers/md/bcache/sysfs.c 		     (atomic_long_read(&ca->meta_sectors_written) +
atomic_long_read 1006 drivers/md/bcache/sysfs.c 		      atomic_long_read(&ca->btree_sectors_written)) << 9);
atomic_long_read  205 drivers/md/bcache/util.c 	d->next += div_u64(done * NSEC_PER_SEC, atomic_long_read(&d->rate));
atomic_long_read   39 drivers/md/bcache/writeback.c 				atomic_long_read(&c->flash_dev_dirty_sectors);
atomic_long_read  117 drivers/md/bcache/writeback.c 			atomic_long_read(&dc->writeback_rate.rate);
atomic_long_read   24 drivers/misc/sgi-gru/gruprocfs.c 	unsigned long val = atomic_long_read(v);
atomic_long_read  124 drivers/misc/sgi-gru/gruprocfs.c 		count = atomic_long_read(&mcs_op_statistics[op].count);
atomic_long_read  125 drivers/misc/sgi-gru/gruprocfs.c 		total = atomic_long_read(&mcs_op_statistics[op].total);
atomic_long_read  656 drivers/target/iscsi/iscsi_target_stat.c 				       atomic_long_read(&sess->cmd_pdus));
atomic_long_read  678 drivers/target/iscsi/iscsi_target_stat.c 				       atomic_long_read(&sess->rsp_pdus));
atomic_long_read  700 drivers/target/iscsi/iscsi_target_stat.c 				       atomic_long_read(&sess->tx_data_octets));
atomic_long_read  722 drivers/target/iscsi/iscsi_target_stat.c 				       atomic_long_read(&sess->rx_data_octets));
atomic_long_read  744 drivers/target/iscsi/iscsi_target_stat.c 				       atomic_long_read(&sess->conn_digest_errors));
atomic_long_read  766 drivers/target/iscsi/iscsi_target_stat.c 				       atomic_long_read(&sess->conn_timeout_errors));
atomic_long_read  145 drivers/target/target_core_stat.c 			atomic_long_read(&to_stat_tgt_dev(item)->num_resets));
atomic_long_read  152 drivers/target/target_core_stat.c 			atomic_long_read(&to_stat_tgt_dev(item)->aborts_complete));
atomic_long_read  159 drivers/target/target_core_stat.c 			atomic_long_read(&to_stat_tgt_dev(item)->aborts_no_task));
atomic_long_read  289 drivers/target/target_core_stat.c 			atomic_long_read(&dev->num_cmds));
atomic_long_read  299 drivers/target/target_core_stat.c 			atomic_long_read(&dev->read_bytes) >> 20);
atomic_long_read  309 drivers/target/target_core_stat.c 			atomic_long_read(&dev->write_bytes) >> 20);
atomic_long_read  318 drivers/target/target_core_stat.c 		atomic_long_read(&dev->num_resets));
atomic_long_read  619 drivers/target/target_core_stat.c 			       atomic_long_read(&lun->lun_stats.cmd_pdus));
atomic_long_read  635 drivers/target/target_core_stat.c 			(u32)(atomic_long_read(&lun->lun_stats.rx_data_octets) >> 20));
atomic_long_read  651 drivers/target/target_core_stat.c 				(u32)(atomic_long_read(&lun->lun_stats.tx_data_octets) >> 20));
atomic_long_read 1037 drivers/target/target_core_stat.c 		       atomic_long_read(&deve->total_cmds));
atomic_long_read 1058 drivers/target/target_core_stat.c 		      (u32)(atomic_long_read(&deve->read_bytes) >> 20));
atomic_long_read 1079 drivers/target/target_core_stat.c 		      (u32)(atomic_long_read(&deve->write_bytes) >> 20));
atomic_long_read  348 drivers/tty/tty_ldsem.c 	long count = atomic_long_read(&sem->count);
atomic_long_read  374 drivers/tty/tty_ldsem.c 	long count = atomic_long_read(&sem->count);
atomic_long_read  592 fs/afs/proc.c  		   atomic_long_read(&net->n_fetch_bytes));
atomic_long_read  595 fs/afs/proc.c  		   atomic_long_read(&net->n_store_bytes));
atomic_long_read  259 fs/erofs/utils.c 	return atomic_long_read(&erofs_global_shrink_cnt);
atomic_long_read 1507 fs/eventpoll.c 	user_watches = atomic_long_read(&ep->user->epoll_watches);
atomic_long_read 1303 fs/ext2/super.c 	if (atomic_long_read(&sb->s_remove_count)) {
atomic_long_read  812 fs/fs-writeback.c 	unsigned long tot_bw = atomic_long_read(&wb->bdi->tot_write_bandwidth);
atomic_long_read  260 fs/inode.c     		WARN_ON(atomic_long_read(&inode->i_sb->s_remove_count) == 0);
atomic_long_read 3325 fs/io_uring.c  		cur_pages = atomic_long_read(&user->locked_vm);
atomic_long_read  518 fs/namespace.c 	if (atomic_long_read(&sb->s_remove_count))
atomic_long_read  532 fs/namespace.c 	if (!err && atomic_long_read(&sb->s_remove_count))
atomic_long_read 1250 fs/nfs/delegation.c 	if (atomic_long_read(&nfsi->nrequests) < delegation->pagemod_limit)
atomic_long_read 2246 fs/nfs/dir.c   	return vfs_pressure_ratio(atomic_long_read(&nfs_access_nr_entries));
atomic_long_read 2252 fs/nfs/dir.c   	long nr_entries = atomic_long_read(&nfs_access_nr_entries);
atomic_long_read 1478 fs/nfs/inode.c 	return atomic_long_read(&nfs_attr_generation_counter);
atomic_long_read 1036 fs/nfs/write.c 	return atomic_long_read(&cinfo->mds->ncommit);
atomic_long_read 1094 fs/nfs/write.c 	if (!atomic_long_read(&cinfo->mds->ncommit))
atomic_long_read 1097 fs/nfs/write.c 	if (atomic_long_read(&cinfo->mds->ncommit) > 0) {
atomic_long_read 1887 fs/nfs/write.c 	if (atomic_long_read(&nfss->writeback) < NFS_CONGESTION_OFF_THRESH)
atomic_long_read 1972 fs/nfs/write.c 		if (!atomic_long_read(&nfsi->commit_info.ncommit))
atomic_long_read 1989 fs/nfs/write.c 	} else if (atomic_long_read(&nfsi->commit_info.ncommit))
atomic_long_read   64 fs/nfsd/filecache.c 	long count = atomic_long_read(&nfsd_filecache_count);
atomic_long_read   92 fs/notify/fsnotify.c 		       !atomic_long_read(&sb->s_fsnotify_inode_refs));
atomic_long_read   63 fs/nsfs.c      	d = atomic_long_read(&ns->stashed);
atomic_long_read   85 fs/proc/meminfo.c 		    (unsigned long)atomic_long_read(&mmap_pages_allocated));
atomic_long_read  125 fs/proc/meminfo.c 		   atomic_long_read(&num_poisoned_pages) << (PAGE_SHIFT - 10));
atomic_long_read   82 fs/ubifs/commit.c 	ubifs_assert(c, atomic_long_read(&c->dirty_zn_cnt) == 0);
atomic_long_read  609 fs/ubifs/debug.c 	       atomic_long_read(&c->dirty_pg_cnt),
atomic_long_read  610 fs/ubifs/debug.c 	       atomic_long_read(&c->dirty_zn_cnt),
atomic_long_read  611 fs/ubifs/debug.c 	       atomic_long_read(&c->clean_zn_cnt));
atomic_long_read 1529 fs/ubifs/debug.c 		if (clean_cnt != atomic_long_read(&c->clean_zn_cnt)) {
atomic_long_read 1531 fs/ubifs/debug.c 				  atomic_long_read(&c->clean_zn_cnt),
atomic_long_read 1535 fs/ubifs/debug.c 		if (dirty_cnt != atomic_long_read(&c->dirty_zn_cnt)) {
atomic_long_read 1537 fs/ubifs/debug.c 				  atomic_long_read(&c->dirty_zn_cnt),
atomic_long_read 1246 fs/ubifs/replay.c 	c->bi.uncommitted_idx = atomic_long_read(&c->dirty_zn_cnt);
atomic_long_read   67 fs/ubifs/shrinker.c 	if (!c->zroot.znode || atomic_long_read(&c->clean_zn_cnt) == 0)
atomic_long_read   82 fs/ubifs/shrinker.c 	       atomic_long_read(&c->clean_zn_cnt) > 0) {
atomic_long_read  237 fs/ubifs/shrinker.c 			dirty_zn_cnt = atomic_long_read(&c->dirty_zn_cnt);
atomic_long_read  270 fs/ubifs/shrinker.c 	long clean_zn_cnt = atomic_long_read(&ubifs_clean_zn_cnt);
atomic_long_read  285 fs/ubifs/shrinker.c 	long clean_zn_cnt = atomic_long_read(&ubifs_clean_zn_cnt);
atomic_long_read 2419 fs/ubifs/super.c 	WARN_ON(atomic_long_read(&ubifs_clean_zn_cnt) != 0);
atomic_long_read 3067 fs/ubifs/tnc.c 		n = atomic_long_read(&c->clean_zn_cnt);
atomic_long_read  670 fs/ubifs/tnc_commit.c 	ubifs_assert(c, cnt == atomic_long_read(&c->dirty_zn_cnt));
atomic_long_read  778 fs/ubifs/tnc_commit.c 		ubifs_assert(c, atomic_long_read(&c->dirty_zn_cnt) == 0);
atomic_long_read   29 include/asm-generic/local.h #define local_read(l)	atomic_long_read(&(l)->a)
atomic_long_read   68 include/linux/backing-dev.h 	return atomic_long_read(&bdi->tot_write_bandwidth);
atomic_long_read  992 include/linux/fs.h #define file_count(x)	atomic_long_read(&(x)->f_count)
atomic_long_read   42 include/linux/highmem.h 	return (unsigned long)atomic_long_read(&_totalhigh_pages);
atomic_long_read  132 include/linux/iocontext.h 	WARN_ON_ONCE(atomic_long_read(&ioc->refcount) <= 0);
atomic_long_read  596 include/linux/memcontrol.h 	long x = atomic_long_read(&memcg->vmstats[idx]);
atomic_long_read  677 include/linux/memcontrol.h 	x = atomic_long_read(&pn->lruvec_stat[idx]);
atomic_long_read   55 include/linux/mm.h 	return (unsigned long)atomic_long_read(&_totalram_pages);
atomic_long_read 1645 include/linux/mm.h 	long val = atomic_long_read(&mm->rss_stat.count[member]);
atomic_long_read 1833 include/linux/mm.h 	return atomic_long_read(&mm->pgtables_bytes);
atomic_long_read  588 include/linux/mmzone.h 	return (unsigned long)atomic_long_read(&zone->managed_pages);
atomic_long_read  554 include/linux/nfs_fs.h 	return atomic_long_read(&NFS_I(inode)->nrequests) != 0;
atomic_long_read   47 include/linux/page_counter.h 	return atomic_long_read(&counter->usage);
atomic_long_read  340 include/linux/percpu-refcount.h 	return !atomic_long_read(&ref->count);
atomic_long_read   65 include/linux/rwsem.h 	return atomic_long_read(&sem->count) != 0;
atomic_long_read  440 include/linux/swap.h 	return atomic_long_read(&nr_swap_pages) * 2 < total_swap_pages;
atomic_long_read  445 include/linux/swap.h 	return atomic_long_read(&nr_swap_pages);
atomic_long_read  145 include/linux/vmstat.h 	long x = atomic_long_read(&vm_numa_stat[item]);
atomic_long_read  153 include/linux/vmstat.h 	long x = atomic_long_read(&zone->vm_numa_stat[item]);
atomic_long_read  179 include/linux/vmstat.h 	long x = atomic_long_read(&vm_zone_stat[item]);
atomic_long_read  189 include/linux/vmstat.h 	long x = atomic_long_read(&vm_node_stat[item]);
atomic_long_read  200 include/linux/vmstat.h 	long x = atomic_long_read(&zone->vm_stat[item]);
atomic_long_read  217 include/linux/vmstat.h 	long x = atomic_long_read(&zone->vm_stat[item]);
atomic_long_read  141 include/net/inet_frag.h 	return atomic_long_read(&fqdir->mem);
atomic_long_read 1274 include/net/sock.h 	return atomic_long_read(sk->sk_prot->memory_allocated);
atomic_long_read 1314 include/net/sock.h 	return atomic_long_read(prot->memory_allocated);
atomic_long_read 4602 kernel/events/core.c 				atomic_long_read(&event->refcount), event)) {
atomic_long_read 5831 kernel/events/core.c 	user_locked = atomic_long_read(&user->locked_vm);
atomic_long_read 5843 kernel/events/core.c 	} else if (atomic_long_read(&user->locked_vm) >= user_lock_limit) {
atomic_long_read  661 kernel/fork.c  		long x = atomic_long_read(&mm->rss_stat.count[i]);
atomic_long_read   75 kernel/locking/mutex.c 	return (struct task_struct *)(atomic_long_read(&lock->owner) & ~MUTEX_FLAGS);
atomic_long_read  111 kernel/locking/mutex.c 	owner = atomic_long_read(&lock->owner);
atomic_long_read  226 kernel/locking/mutex.c 	unsigned long owner = atomic_long_read(&lock->owner);
atomic_long_read  487 kernel/locking/mutex.c 	if (likely(!(atomic_long_read(&lock->base.owner) & MUTEX_FLAG_WAITERS)))
atomic_long_read  530 kernel/locking/mutex.c 	if (!waiter && (atomic_long_read(&lock->owner) & MUTEX_FLAG_WAITERS))
atomic_long_read 1237 kernel/locking/mutex.c 	owner = atomic_long_read(&lock->owner);
atomic_long_read  109 kernel/locking/rwsem.c 		#c, atomic_long_read(&(sem)->count),		\
atomic_long_read  111 kernel/locking/rwsem.c 		atomic_long_read(&(sem)->owner), (long)current,	\
atomic_long_read  190 kernel/locking/rwsem.c 	return atomic_long_read(&sem->owner) & flags;
atomic_long_read  207 kernel/locking/rwsem.c 		(atomic_long_read(&sem->owner) & RWSEM_RD_NONSPINNABLE);
atomic_long_read  226 kernel/locking/rwsem.c 	long count = atomic_long_read(&sem->count);
atomic_long_read  243 kernel/locking/rwsem.c 	unsigned long val = atomic_long_read(&sem->owner);
atomic_long_read  263 kernel/locking/rwsem.c 	unsigned long owner = atomic_long_read(&sem->owner);
atomic_long_read  288 kernel/locking/rwsem.c 		(atomic_long_read(&sem->owner) & ~RWSEM_OWNER_FLAGS_MASK);
atomic_long_read  298 kernel/locking/rwsem.c 	unsigned long owner = atomic_long_read(&sem->owner);
atomic_long_read  436 kernel/locking/rwsem.c 	if (unlikely(atomic_long_read(&sem->count) < 0))
atomic_long_read  527 kernel/locking/rwsem.c 	if (woken && (atomic_long_read(&sem->count) & RWSEM_FLAG_HANDOFF))
atomic_long_read  570 kernel/locking/rwsem.c 	count = atomic_long_read(&sem->count);
atomic_long_read  612 kernel/locking/rwsem.c 	long count = atomic_long_read(&sem->count);
atomic_long_read  634 kernel/locking/rwsem.c 	long count = atomic_long_read(&sem->count);
atomic_long_read  777 kernel/locking/rwsem.c 	long count = atomic_long_read(&sem->count);
atomic_long_read  950 kernel/locking/rwsem.c 	unsigned long owner = atomic_long_read(&sem->owner);
atomic_long_read 1006 kernel/locking/rwsem.c 	waiter.last_rowner = atomic_long_read(&sem->owner);
atomic_long_read 1024 kernel/locking/rwsem.c 		if ((atomic_long_read(&sem->count) & RWSEM_FLAG_WAITERS)) {
atomic_long_read 1051 kernel/locking/rwsem.c 		if (adjustment && !(atomic_long_read(&sem->count) &
atomic_long_read 1068 kernel/locking/rwsem.c 		count = atomic_long_read(&sem->count);
atomic_long_read 1160 kernel/locking/rwsem.c 	disable_rspin = atomic_long_read(&sem->owner) & RWSEM_NONSPINNABLE;
atomic_long_read 1179 kernel/locking/rwsem.c 		count = atomic_long_read(&sem->count);
atomic_long_read 1252 kernel/locking/rwsem.c 			count = atomic_long_read(&sem->count);
atomic_long_read   56 kernel/rcu/rcu_segcblist.h 	return atomic_long_read(&rsclp->len);
atomic_long_read 1437 kernel/rcu/rcutorture.c 		atomic_long_read(&n_rcu_torture_timers));
atomic_long_read  546 kernel/sched/debug.c 			atomic_long_read(&cfs_rq->tg->load_avg));
atomic_long_read 3003 kernel/sched/fair.c 	tg_weight = atomic_long_read(&tg->load_avg);
atomic_long_read  289 kernel/sched/loadavg.c 	if (atomic_long_read(&calc_load_nohz[idx]))
atomic_long_read  317 kernel/sched/loadavg.c 		active = atomic_long_read(&calc_load_tasks);
atomic_long_read  366 kernel/sched/loadavg.c 	active = atomic_long_read(&calc_load_tasks);
atomic_long_read  688 kernel/workqueue.c 	unsigned long data = atomic_long_read(&work->data);
atomic_long_read  713 kernel/workqueue.c 	unsigned long data = atomic_long_read(&work->data);
atomic_long_read  738 kernel/workqueue.c 	unsigned long data = atomic_long_read(&work->data);
atomic_long_read  757 kernel/workqueue.c 	unsigned long data = atomic_long_read(&work->data);
atomic_long_read  296 lib/genalloc.c 		if (size > atomic_long_read(&chunk->avail))
atomic_long_read  584 lib/genalloc.c 		avail += atomic_long_read(&chunk->avail);
atomic_long_read  144 lib/percpu-refcount.c 		 atomic_long_read(&ref->count), (long)count);
atomic_long_read  160 lib/percpu-refcount.c 	WARN_ONCE(atomic_long_read(&ref->count) <= 0,
atomic_long_read  162 lib/percpu-refcount.c 		  ref->release, atomic_long_read(&ref->count));
atomic_long_read   42 lib/show_mem.c 	printk("%lu pages hwpoisoned\n", atomic_long_read(&num_poisoned_pages));
atomic_long_read 3224 mm/hugetlb.c   		   atomic_long_read(&mm->hugetlb_usage) << (PAGE_SHIFT - 10));
atomic_long_read  832 mm/memcontrol.c 	return atomic_long_read(&memcg->vmevents[event]);
atomic_long_read 4355 mm/memcontrol.c 		   atomic_long_read(&memcg->memory_events[MEMCG_OOM_KILL]));
atomic_long_read 4410 mm/memcontrol.c 	long x = atomic_long_read(&memcg->vmstats[idx]);
atomic_long_read 6214 mm/memcontrol.c 	seq_printf(m, "low %lu\n", atomic_long_read(&events[MEMCG_LOW]));
atomic_long_read 6215 mm/memcontrol.c 	seq_printf(m, "high %lu\n", atomic_long_read(&events[MEMCG_HIGH]));
atomic_long_read 6216 mm/memcontrol.c 	seq_printf(m, "max %lu\n", atomic_long_read(&events[MEMCG_MAX]));
atomic_long_read 6217 mm/memcontrol.c 	seq_printf(m, "oom %lu\n", atomic_long_read(&events[MEMCG_OOM]));
atomic_long_read 6219 mm/memcontrol.c 		   atomic_long_read(&events[MEMCG_OOM_KILL]));
atomic_long_read 6461 mm/memcontrol.c 		siblings_min_usage = atomic_long_read(
atomic_long_read 6475 mm/memcontrol.c 		siblings_low_usage = atomic_long_read(
atomic_long_read 7258 mm/memcontrol.c 		   atomic_long_read(&memcg->memory_events[MEMCG_SWAP_MAX]));
atomic_long_read 7260 mm/memcontrol.c 		   atomic_long_read(&memcg->memory_events[MEMCG_SWAP_FAIL]));
atomic_long_read  193 mm/page-writeback.c 	unsigned long tot_bw = atomic_long_read(&wb->bdi->tot_write_bandwidth);
atomic_long_read   25 mm/page_counter.c 	if (c->min || atomic_long_read(&c->min_usage)) {
atomic_long_read   37 mm/page_counter.c 	if (c->low || atomic_long_read(&c->low_usage)) {
atomic_long_read  190 mm/page_counter.c 		usage = atomic_long_read(&counter->usage);
atomic_long_read  197 mm/page_counter.c 		if (atomic_long_read(&counter->usage) <= usage)
atomic_long_read  219 mm/page_counter.c 		propagate_protected_usage(c, atomic_long_read(&c->usage));
atomic_long_read  236 mm/page_counter.c 		propagate_protected_usage(c, atomic_long_read(&c->usage));
atomic_long_read 1035 mm/slub.c      	return atomic_long_read(&n->nr_slabs);
atomic_long_read 1040 mm/slub.c      	return atomic_long_read(&n->nr_slabs);
atomic_long_read 2384 mm/slub.c      	return atomic_long_read(&n->total_objects);
atomic_long_read 4464 mm/slub.c      	if (count != atomic_long_read(&n->nr_slabs))
atomic_long_read 4466 mm/slub.c      		       s->name, count, atomic_long_read(&n->nr_slabs));
atomic_long_read 4652 mm/slub.c      		if (!atomic_long_read(&n->nr_slabs))
atomic_long_read 4875 mm/slub.c      				x = atomic_long_read(&n->total_objects);
atomic_long_read 4877 mm/slub.c      				x = atomic_long_read(&n->total_objects) -
atomic_long_read 4880 mm/slub.c      				x = atomic_long_read(&n->nr_slabs);
atomic_long_read 4919 mm/slub.c      		if (atomic_long_read(&n->total_objects))
atomic_long_read  922 mm/sparse.c    	if (atomic_long_read(&num_poisoned_pages) == 0)
atomic_long_read   59 mm/swap_state.c 	(atomic_long_read(&(vma)->swap_readahead_info) ? : 4)
atomic_long_read 1003 mm/swapfile.c  	avail_pgs = atomic_long_read(&nr_swap_pages) / size;
atomic_long_read 3361 mm/swapfile.c  	val->freeswap = atomic_long_read(&nr_swap_pages) + nr_to_be_unused;
atomic_long_read  411 mm/vmalloc.c   	return atomic_long_read(&nr_vmalloc_pages);
atomic_long_read 1293 mm/vmalloc.c   		if (atomic_long_read(&vmap_lazy_nr) < resched_threshold)
atomic_long_read  586 mm/vmscan.c    		new_nr = atomic_long_read(&shrinker->nr_deferred[nid]);
atomic_long_read  995 mm/vmstat.c    	long x = atomic_long_read(&pgdat->vm_stat[item]);
atomic_long_read 1781 mm/vmstat.c    		val = atomic_long_read(&vm_zone_stat[i]);
atomic_long_read 1790 mm/vmstat.c    		val = atomic_long_read(&vm_numa_stat[i]);
atomic_long_read  284 mm/workingset.c 	refault = atomic_long_read(&lruvec->inactive_age);
atomic_long_read 1272 mm/zsmalloc.c  	return atomic_long_read(&pool->pages_allocated);
atomic_long_read 1881 mm/zsmalloc.c  	VM_BUG_ON(atomic_long_read(&pool->isolated_pages) <= 0);
atomic_long_read 1888 mm/zsmalloc.c  	if (atomic_long_read(&pool->isolated_pages) == 0 && pool->destroying)
atomic_long_read 2152 mm/zsmalloc.c  	return atomic_long_read(&pool->isolated_pages) == 0;
atomic_long_read 9413 net/core/dev.c 	storage->rx_dropped += (unsigned long)atomic_long_read(&dev->rx_dropped);
atomic_long_read 9414 net/core/dev.c 	storage->tx_dropped += (unsigned long)atomic_long_read(&dev->tx_dropped);
atomic_long_read 9415 net/core/dev.c 	storage->rx_nohandler += (unsigned long)atomic_long_read(&dev->rx_nohandler);
atomic_long_read 1068 net/core/skbuff.c 		old_pg = atomic_long_read(&user->locked_vm);
atomic_long_read  323 net/ipv4/proc.c 		val = atomic_long_read(&net->mib.icmpmsg_statistics->mibs[i]);
atomic_long_read  356 net/ipv4/proc.c 			   atomic_long_read(ptr + icmpmibmap[i].index));
atomic_long_read  362 net/ipv4/proc.c 			   atomic_long_read(ptr + (icmpmibmap[i].index | 0x100)));
atomic_long_read 5511 net/ipv6/addrconf.c 		put_unaligned(atomic_long_read(&mib[i]), &stats[i]);
atomic_long_read  160 net/ipv6/proc.c 			   atomic_long_read(smib + i));
atomic_long_read  167 net/ipv6/proc.c 		val = atomic_long_read(smib + i);
atomic_long_read  196 net/ipv6/proc.c 				   atomic_long_read(smib + itemlist[i].entry));
atomic_long_read  169 net/l2tp/l2tp_debugfs.c 		   atomic_long_read(&tunnel->stats.tx_packets),
atomic_long_read  170 net/l2tp/l2tp_debugfs.c 		   atomic_long_read(&tunnel->stats.tx_bytes),
atomic_long_read  171 net/l2tp/l2tp_debugfs.c 		   atomic_long_read(&tunnel->stats.tx_errors),
atomic_long_read  172 net/l2tp/l2tp_debugfs.c 		   atomic_long_read(&tunnel->stats.rx_packets),
atomic_long_read  173 net/l2tp/l2tp_debugfs.c 		   atomic_long_read(&tunnel->stats.rx_bytes),
atomic_long_read  174 net/l2tp/l2tp_debugfs.c 		   atomic_long_read(&tunnel->stats.rx_errors));
atomic_long_read  220 net/l2tp/l2tp_debugfs.c 		   atomic_long_read(&session->stats.tx_packets),
atomic_long_read  221 net/l2tp/l2tp_debugfs.c 		   atomic_long_read(&session->stats.tx_bytes),
atomic_long_read  222 net/l2tp/l2tp_debugfs.c 		   atomic_long_read(&session->stats.tx_errors),
atomic_long_read  223 net/l2tp/l2tp_debugfs.c 		   atomic_long_read(&session->stats.rx_packets),
atomic_long_read  224 net/l2tp/l2tp_debugfs.c 		   atomic_long_read(&session->stats.rx_bytes),
atomic_long_read  225 net/l2tp/l2tp_debugfs.c 		   atomic_long_read(&session->stats.rx_errors));
atomic_long_read   96 net/l2tp/l2tp_eth.c 	stats->tx_bytes   = (unsigned long) atomic_long_read(&priv->tx_bytes);
atomic_long_read   97 net/l2tp/l2tp_eth.c 	stats->tx_packets = (unsigned long) atomic_long_read(&priv->tx_packets);
atomic_long_read   98 net/l2tp/l2tp_eth.c 	stats->tx_dropped = (unsigned long) atomic_long_read(&priv->tx_dropped);
atomic_long_read   99 net/l2tp/l2tp_eth.c 	stats->rx_bytes   = (unsigned long) atomic_long_read(&priv->rx_bytes);
atomic_long_read  100 net/l2tp/l2tp_eth.c 	stats->rx_packets = (unsigned long) atomic_long_read(&priv->rx_packets);
atomic_long_read  101 net/l2tp/l2tp_eth.c 	stats->rx_errors  = (unsigned long) atomic_long_read(&priv->rx_errors);
atomic_long_read  350 net/l2tp/l2tp_netlink.c 			      atomic_long_read(&tunnel->stats.tx_packets),
atomic_long_read  353 net/l2tp/l2tp_netlink.c 			      atomic_long_read(&tunnel->stats.tx_bytes),
atomic_long_read  356 net/l2tp/l2tp_netlink.c 			      atomic_long_read(&tunnel->stats.tx_errors),
atomic_long_read  359 net/l2tp/l2tp_netlink.c 			      atomic_long_read(&tunnel->stats.rx_packets),
atomic_long_read  362 net/l2tp/l2tp_netlink.c 			      atomic_long_read(&tunnel->stats.rx_bytes),
atomic_long_read  365 net/l2tp/l2tp_netlink.c 			      atomic_long_read(&tunnel->stats.rx_seq_discards),
atomic_long_read  368 net/l2tp/l2tp_netlink.c 			      atomic_long_read(&tunnel->stats.rx_oos_packets),
atomic_long_read  371 net/l2tp/l2tp_netlink.c 			      atomic_long_read(&tunnel->stats.rx_errors),
atomic_long_read  747 net/l2tp/l2tp_netlink.c 			      atomic_long_read(&session->stats.tx_packets),
atomic_long_read  750 net/l2tp/l2tp_netlink.c 			      atomic_long_read(&session->stats.tx_bytes),
atomic_long_read  753 net/l2tp/l2tp_netlink.c 			      atomic_long_read(&session->stats.tx_errors),
atomic_long_read  756 net/l2tp/l2tp_netlink.c 			      atomic_long_read(&session->stats.rx_packets),
atomic_long_read  759 net/l2tp/l2tp_netlink.c 			      atomic_long_read(&session->stats.rx_bytes),
atomic_long_read  762 net/l2tp/l2tp_netlink.c 			      atomic_long_read(&session->stats.rx_seq_discards),
atomic_long_read  765 net/l2tp/l2tp_netlink.c 			      atomic_long_read(&session->stats.rx_oos_packets),
atomic_long_read  768 net/l2tp/l2tp_netlink.c 			      atomic_long_read(&session->stats.rx_errors),
atomic_long_read 1026 net/l2tp/l2tp_ppp.c 	dest->tx_packets = atomic_long_read(&stats->tx_packets);
atomic_long_read 1027 net/l2tp/l2tp_ppp.c 	dest->tx_bytes = atomic_long_read(&stats->tx_bytes);
atomic_long_read 1028 net/l2tp/l2tp_ppp.c 	dest->tx_errors = atomic_long_read(&stats->tx_errors);
atomic_long_read 1029 net/l2tp/l2tp_ppp.c 	dest->rx_packets = atomic_long_read(&stats->rx_packets);
atomic_long_read 1030 net/l2tp/l2tp_ppp.c 	dest->rx_bytes = atomic_long_read(&stats->rx_bytes);
atomic_long_read 1031 net/l2tp/l2tp_ppp.c 	dest->rx_seq_discards = atomic_long_read(&stats->rx_seq_discards);
atomic_long_read 1032 net/l2tp/l2tp_ppp.c 	dest->rx_oos_packets = atomic_long_read(&stats->rx_oos_packets);
atomic_long_read 1033 net/l2tp/l2tp_ppp.c 	dest->rx_errors = atomic_long_read(&stats->rx_errors);
atomic_long_read 1534 net/l2tp/l2tp_ppp.c 		   atomic_long_read(&tunnel->stats.tx_packets),
atomic_long_read 1535 net/l2tp/l2tp_ppp.c 		   atomic_long_read(&tunnel->stats.tx_bytes),
atomic_long_read 1536 net/l2tp/l2tp_ppp.c 		   atomic_long_read(&tunnel->stats.tx_errors),
atomic_long_read 1537 net/l2tp/l2tp_ppp.c 		   atomic_long_read(&tunnel->stats.rx_packets),
atomic_long_read 1538 net/l2tp/l2tp_ppp.c 		   atomic_long_read(&tunnel->stats.rx_bytes),
atomic_long_read 1539 net/l2tp/l2tp_ppp.c 		   atomic_long_read(&tunnel->stats.rx_errors));
atomic_long_read 1583 net/l2tp/l2tp_ppp.c 		   atomic_long_read(&session->stats.tx_packets),
atomic_long_read 1584 net/l2tp/l2tp_ppp.c 		   atomic_long_read(&session->stats.tx_bytes),
atomic_long_read 1585 net/l2tp/l2tp_ppp.c 		   atomic_long_read(&session->stats.tx_errors),
atomic_long_read 1586 net/l2tp/l2tp_ppp.c 		   atomic_long_read(&session->stats.rx_packets),
atomic_long_read 1587 net/l2tp/l2tp_ppp.c 		   atomic_long_read(&session->stats.rx_bytes),
atomic_long_read 1588 net/l2tp/l2tp_ppp.c 		   atomic_long_read(&session->stats.rx_errors));
atomic_long_read 4017 net/packet/af_packet.c 		rstats.tp_all = atomic_long_read(&po->rollover->num);
atomic_long_read 4018 net/packet/af_packet.c 		rstats.tp_huge = atomic_long_read(&po->rollover->num_huge);
atomic_long_read 4019 net/packet/af_packet.c 		rstats.tp_failed = atomic_long_read(&po->rollover->num_failed);
atomic_long_read 1410 net/sunrpc/svc_xprt.c 		(unsigned long)atomic_long_read(&pool->sp_stats.packets),
atomic_long_read 1412 net/sunrpc/svc_xprt.c 		(unsigned long)atomic_long_read(&pool->sp_stats.threads_woken),
atomic_long_read 1413 net/sunrpc/svc_xprt.c 		(unsigned long)atomic_long_read(&pool->sp_stats.threads_timedout));
atomic_long_read  343 net/sunrpc/xprtmultipath.c 		xprt_queuelen = atomic_long_read(&xprt->queuelen);
atomic_long_read  344 net/sunrpc/xprtmultipath.c 		xps_queuelen = atomic_long_read(&xps->xps_queuelen);
atomic_long_read  511 net/unix/af_unix.c 		atomic_long_read(&unix_nr_socks));
atomic_long_read  770 net/unix/af_unix.c 	if (atomic_long_read(&unix_nr_socks) > 2 * get_max_files())
atomic_long_read  237 net/unix/garbage.c 		inflight_refs = atomic_long_read(&u->inflight);
atomic_long_read  268 net/unix/garbage.c 		if (atomic_long_read(&u->inflight) > 0) {
atomic_long_read   77 net/unix/scm.c 		BUG_ON(!atomic_long_read(&u->inflight));
atomic_long_read  328 net/xdp/xdp_umem.c 		old_npgs = atomic_long_read(&umem->user->locked_vm);
atomic_long_read   48 security/integrity/ima/ima_fs.c 	len = scnprintf(tmpbuf, sizeof(tmpbuf), "%li\n", atomic_long_read(val));