Searched refs:atomic_long_read (Results 76 - 100 of 148) sorted by relevance

123456

/linux-master/fs/ubifs/
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);
H A Dcommit.c92 ubifs_assert(c, atomic_long_read(&c->dirty_zn_cnt) == 0);
H A Dreplay.c1240 c->bi.uncommitted_idx = atomic_long_read(&c->dirty_zn_cnt);
/linux-master/drivers/md/bcache/
H A Dwriteback.c39 atomic_long_read(&c->flash_dev_dirty_sectors);
155 atomic_long_read(&dc->writeback_rate.rate);
/linux-master/fs/nfs/
H A Dfile.c248 long save_nredirtied = atomic_long_read(&nfsi->redirtied_pages);
264 nredirtied = atomic_long_read(&nfsi->redirtied_pages);
H A Ddelegation.c782 atomic_long_read(&nfs_active_delegations) >= nfs_delegation_watermark) {
1473 if (atomic_long_read(&nfsi->nrequests) < delegation->pagemod_limit)
H A Dnfs42xattr.c812 if (atomic_long_read(&cache->nent) > 1)
/linux-master/mm/kfence/
H A Dcore.c199 return atomic_long_read(&counters[KFENCE_COUNTER_ALLOCATED]) > thresh;
701 seq_printf(seq, "%s: %ld\n", counter_names[i], atomic_long_read(&counters[i]));
/linux-master/mm/
H A Dhugetlb_cgroup.c686 max = atomic_long_read(&h_cg->events_local[idx][HUGETLB_MAX]);
688 max = atomic_long_read(&h_cg->events[idx][HUGETLB_MAX]);
H A Dshrinker.c304 nr = atomic_long_read(&child_unit->nr_deferred[offset]);
H A Dzswap.c1186 atomic_long_read(&lruvec->zswap_lruvec_state.nr_zswap_protected);
1252 atomic_long_read(&lruvec->zswap_lruvec_state.nr_zswap_protected);
H A Dvmscan.c3055 atomic_long_read(&lrugen->refaulted[hist][type][tier]);
3057 atomic_long_read(&lrugen->evicted[hist][type][tier]);
3082 atomic_long_read(&lrugen->refaulted[hist][type][tier]);
3086 atomic_long_read(&lrugen->evicted[hist][type][tier]);
5260 n[0] = atomic_long_read(&lrugen->refaulted[hist][type][tier]);
5261 n[1] = atomic_long_read(&lrugen->evicted[hist][type][tier]);
/linux-master/fs/bcachefs/
H A Djournal_reclaim.c682 atomic_long_read(&c->btree_key_cache.nr_dirty),
683 atomic_long_read(&c->btree_key_cache.nr_keys));
H A Dsuper.c376 BUG_ON(atomic_long_read(&c->btree_key_cache.nr_dirty));
483 BUG_ON(atomic_long_read(&c->writes[i]));
661 EBUG_ON(atomic_long_read(&ca->ref) != 1);
/linux-master/net/packet/
H A Daf_packet.c4141 rstats.tp_all = atomic_long_read(&po->rollover->num);
4142 rstats.tp_huge = atomic_long_read(&po->rollover->num_huge);
4143 rstats.tp_failed = atomic_long_read(&po->rollover->num_failed);
4406 if (atomic_long_read(&po->mapped))
4509 if (closing || atomic_long_read(&po->mapped) == 0) {
4527 if (atomic_long_read(&po->mapped))
4529 atomic_long_read(&po->mapped));
/linux-master/arch/s390/kvm/
H A Dpci.c212 cur_pages = atomic_long_read(&user->locked_vm);
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_dev.c206 last_check_time = atomic_long_read(&idev->last_check_time);
/linux-master/security/integrity/ima/
H A Dima_fs.c47 len = scnprintf(tmpbuf, sizeof(tmpbuf), "%li\n", atomic_long_read(val));
/linux-master/arch/x86/kernel/cpu/sgx/
H A Dmain.c381 return atomic_long_read(&sgx_nr_free_pages) < watermark &&
/linux-master/drivers/block/zram/
H A Dzram_drv.c188 unsigned long cur_max = atomic_long_read(&zram->stats.max_used_pages);
1136 max_used = atomic_long_read(&zram->stats.max_used_pages);
1146 atomic_long_read(&pool_stats.pages_compacted),
/linux-master/drivers/iommu/iommufd/
H A Dpages.c813 cur_pages = atomic_long_read(&pages->source_user->locked_vm);
824 if (WARN_ON(atomic_long_read(&pages->source_user->locked_vm) < npages))
/linux-master/drivers/block/null_blk/
H A Dmain.c1275 if (atomic_long_read(&nullb->cur_bytes) > 0)
1399 if (atomic_long_read(&nullb->cur_bytes) == mb_per_tick(mbps))
/linux-master/kernel/kcsan/
H A Dcore.c131 *encoded_watchpoint = atomic_long_read(watchpoint);
/linux-master/drivers/infiniband/sw/rdmavt/
H A Dmr.c459 atomic_long_read(&mr->refcount.data->count));
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_request.c526 atomic_long_read(&t.num_waits),
527 atomic_long_read(&t.num_fences),
1849 num_waits += atomic_long_read(&smoke[idx].num_waits);
1850 num_fences += atomic_long_read(&smoke[idx].num_fences);

Completed in 421 milliseconds

123456