Searched refs:atomic_long_read (Results 51 - 75 of 146) sorted by relevance

123456

/linux-master/kernel/kcsan/
H A Ddebugfs.c203 atomic_long_read(&kcsan_counters[i]));
/linux-master/include/linux/
H A Duser_namespace.h137 return atomic_long_read(&ucounts->rlimit[type]);
H A Dbacking-dev.h60 return atomic_long_read(&bdi->tot_write_bandwidth);
H A Dfsnotify.h23 return atomic_long_read(&sb->s_fsnotify_connectors);
H A Dnfs_fs.h620 return atomic_long_read(&NFS_I(inode)->nrequests) != 0;
/linux-master/net/xdp/
H A Dxdp_umem.c139 old_npgs = atomic_long_read(&umem->user->locked_vm);
/linux-master/include/net/page_pool/
H A Dhelpers.h256 if (atomic_long_read(&page->pp_ref_count) == nr) {
/linux-master/fs/nfs/
H A Dwrite.c1020 return atomic_long_read(&cinfo->mds->ncommit);
1064 if (!atomic_long_read(&cinfo->mds->ncommit))
1067 if (atomic_long_read(&cinfo->mds->ncommit) > 0) {
1884 if (atomic_long_read(&nfss->writeback) < NFS_CONGESTION_OFF_THRESH)
1970 if (!atomic_long_read(&nfsi->commit_info.ncommit))
1987 } else if (atomic_long_read(&nfsi->commit_info.ncommit))
/linux-master/net/sunrpc/
H A Dsysfs.c158 atomic_long_read(&xprt->queuelen),
223 atomic_long_read(&xprt_switch->xps_queuelen));
/linux-master/lib/
H A Dgenalloc.c298 if (size > atomic_long_read(&chunk->avail))
587 avail += atomic_long_read(&chunk->avail);
/linux-master/fs/afs/
H A Dproc.c665 atomic_long_read(&net->n_fetch_bytes));
668 atomic_long_read(&net->n_store_bytes));
/linux-master/kernel/locking/
H A Dww_mutex.h70 return atomic_long_read(&lock->owner) & MUTEX_FLAG_WAITERS;
/linux-master/fs/cachefiles/
H A Dcache.c220 b_writing = atomic_long_read(&cache->b_writing);
/linux-master/kernel/dma/
H A Dswiotlb.c955 old_hiwater = atomic_long_read(&mem->used_hiwater);
1292 return atomic_long_read(&mem->total_used);
1629 return atomic_long_read(&mem->transient_nslabs);
1656 *val = atomic_long_read(&mem->used_hiwater);
/linux-master/kernel/
H A Ducount.c218 c = atomic_long_read(v);
/linux-master/fs/ubifs/
H A Ddebug.c646 atomic_long_read(&c->dirty_pg_cnt),
647 atomic_long_read(&c->dirty_zn_cnt),
648 atomic_long_read(&c->clean_zn_cnt));
1551 if (clean_cnt != atomic_long_read(&c->clean_zn_cnt)) {
1553 atomic_long_read(&c->clean_zn_cnt),
1557 if (dirty_cnt != atomic_long_read(&c->dirty_zn_cnt)) {
1559 atomic_long_read(&c->dirty_zn_cnt),
H A Dtnc_misc.c267 n = atomic_long_read(&c->clean_zn_cnt);
H A Dtnc_commit.c670 ubifs_assert(c, cnt == atomic_long_read(&c->dirty_zn_cnt));
778 ubifs_assert(c, atomic_long_read(&c->dirty_zn_cnt) == 0);
/linux-master/mm/
H A Dvmstat.c1019 long x = atomic_long_read(&pgdat->vm_stat[item]);
1921 val = atomic_long_read(&vm_zone_stat[i]);
1935 val = atomic_long_read(&vm_node_stat[i]);
H A Dmemcontrol.c4936 atomic_long_read(&memcg->memory_events[MEMCG_OOM_KILL]));
7074 seq_printf(m, "low %lu\n", atomic_long_read(&events[MEMCG_LOW]));
7075 seq_printf(m, "high %lu\n", atomic_long_read(&events[MEMCG_HIGH]));
7076 seq_printf(m, "max %lu\n", atomic_long_read(&events[MEMCG_MAX]));
7077 seq_printf(m, "oom %lu\n", atomic_long_read(&events[MEMCG_OOM]));
7079 atomic_long_read(&events[MEMCG_OOM_KILL]));
7081 atomic_long_read(&events[MEMCG_OOM_GROUP_KILL]));
7484 atomic_long_read(&parent->memory.children_min_usage)));
7489 atomic_long_read(&parent->memory.children_low_usage)));
8269 atomic_long_read(
[all...]
H A Dshow_mem.c424 printk("%lu pages hwpoisoned\n", atomic_long_read(&num_poisoned_pages));
/linux-master/drivers/media/platform/amphion/
H A Dvpu_cmds.c253 unsigned long last_response = atomic_long_read(&inst->last_response_cmd);
/linux-master/kernel/printk/
H A Dnbcon.c151 unsigned long nbcon_seq = atomic_long_read(&ACCESS_PRIVATE(con, nbcon_seq));
/linux-master/fs/notify/
H A Dfsnotify.c96 !atomic_long_read(&sb->s_fsnotify_connectors));
/linux-master/fs/erofs/
H A Dzutil.c380 return atomic_long_read(&erofs_global_shrink_cnt);

Completed in 224 milliseconds

123456