Searched refs:atomic_long_read (Results 101 - 125 of 146) sorted by relevance

123456

/linux-master/drivers/base/
H A Dmemory.c1250 return atomic_long_read(&mem->nr_hwpoison);
/linux-master/mm/
H A Dbacking-dev.c123 tot_bw = atomic_long_read(&bdi->tot_write_bandwidth);
H A Dswap_state.c61 (atomic_long_read(&(vma)->swap_readahead_info) ? : 4)
H A Dzsmalloc.c1141 return atomic_long_read(&pool->pages_allocated);
H A Dpage-writeback.c188 unsigned long tot_bw = atomic_long_read(&wb->bdi->tot_write_bandwidth);
H A Dswapfile.c1082 avail_pgs = atomic_long_read(&nr_swap_pages) / size;
3311 val->freeswap = atomic_long_read(&nr_swap_pages) + nr_to_be_unused;
/linux-master/include/linux/
H A Dmmzone.h1022 return (unsigned long)atomic_long_read(&zone->managed_pages);
H A Dmm.h61 return (unsigned long)atomic_long_read(&_totalram_pages);
2821 return atomic_long_read(&mm->pgtables_bytes);
H A Dkvm_host.h1742 slot = (struct kvm_memory_slot *)atomic_long_read(&slots->last_used_slot);
/linux-master/kernel/sched/
H A Ddebug.c700 atomic_long_read(&cfs_rq->tg->load_avg));
/linux-master/fs/bcachefs/
H A Dsysfs.c192 prt_printf(out, "%s\t%li\n", bch2_write_refs[i], atomic_long_read(&c->writes[i]));
H A Dbcachefs.h1138 if (atomic_long_read(&c->writes[i]))
/linux-master/security/landlock/
H A Dfs.c1327 !atomic_long_read(&landlock_superblock(sb)->inode_refs));
/linux-master/drivers/md/
H A Ddm-bufio.c2407 if (!atomic_long_read(&c->need_shrink))
2450 unsigned long queued_for_cleanup = atomic_long_read(&c->need_shrink);
/linux-master/drivers/iommu/
H A Dapple-dart.c493 stream_map.sidmap[j] = atomic_long_read(&domain_stream_map->sidmap[j]);
/linux-master/kernel/rcu/
H A Drcutorture.c2221 atomic_long_read(&n_rcu_torture_timers));
2229 atomic_long_read(&n_nocb_offload), atomic_long_read(&n_nocb_deoffload));
/linux-master/include/linux/atomic/
H A Datomic-instrumented.h3176 * atomic_long_read() - atomic load with relaxed ordering
3186 atomic_long_read(const atomic_long_t *v) function
/linux-master/fs/ext2/
H A Dsuper.c1300 if (atomic_long_read(&sb->s_remove_count)) {
/linux-master/mm/kasan/
H A Dkasan_test.c734 KUNIT_EXPECT_KASAN_FAIL(test, atomic_long_read(unsafe));
/linux-master/fs/
H A Dinode.c290 WARN_ON(atomic_long_read(&inode->i_sb->s_remove_count) == 0);
H A Dfs-writeback.c954 unsigned long tot_bw = atomic_long_read(&wb->bdi->tot_write_bandwidth);
H A Dnamespace.c593 if (atomic_long_read(&sb->s_remove_count))
604 if (!err && atomic_long_read(&sb->s_remove_count))
/linux-master/net/sunrpc/
H A Dxprt.c2210 !xprt->backlog.qlen && !atomic_long_read(&xprt->queuelen))
/linux-master/net/core/
H A Dnet-sysfs.c1255 unsigned long trans_timeout = atomic_long_read(&queue->trans_timeout);
/linux-master/fs/nfs/
H A Ddir.c2897 return vfs_pressure_ratio(atomic_long_read(&nfs_access_nr_entries));
2903 long nr_entries = atomic_long_read(&nfs_access_nr_entries);

Completed in 596 milliseconds

123456