Searched refs:atomic_long_t (Results 101 - 125 of 161) sorted by relevance

1234567

/linux-master/include/linux/
H A Dswap.h444 extern atomic_long_t nr_swap_pages;
H A Dmemcontrol.h283 atomic_long_t memory_events[MEMCG_NR_MEMORY_EVENTS];
284 atomic_long_t memory_events_local[MEMCG_NR_MEMORY_EVENTS];
H A Dfs.h1006 atomic_long_t f_count;
1305 atomic_long_t s_remove_count;
1311 atomic_long_t s_fsnotify_connectors;
H A Dmm.h57 extern atomic_long_t _totalram_pages;
3237 extern atomic_long_t mmap_pages_allocated;
3975 extern atomic_long_t num_poisoned_pages __read_mostly;
H A Dperf_event.h745 atomic_long_t refcount;
/linux-master/arch/x86/kernel/
H A Dnmi.c78 atomic_long_t idt_calls;
/linux-master/tools/perf/util/bpf_skel/
H A Dlock_contention.bpf.c108 atomic_long_t owner;
/linux-master/arch/x86/kernel/cpu/sgx/
H A Dmain.c34 static atomic_long_t sgx_nr_free_pages = ATOMIC_LONG_INIT(0);
/linux-master/drivers/md/bcache/
H A Dutil.h425 atomic_long_t rate;
/linux-master/mm/
H A Dhighmem.c114 atomic_long_t _totalhigh_pages __read_mostly;
/linux-master/net/ipv4/
H A Dproc.c357 atomic_long_t *ptr = net->mib.icmpmsg_statistics->mibs;
/linux-master/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.h556 atomic_long_t *valid_map;
/linux-master/drivers/gpu/drm/ttm/
H A Dttm_pool.c66 static atomic_long_t allocated_pages;
/linux-master/fs/afs/
H A Dinternal.h354 atomic_long_t n_store_bytes; /* Number of bytes stored */
355 atomic_long_t n_fetch_bytes; /* Number of bytes fetched */
/linux-master/kernel/
H A Daudit_tree.c31 atomic_long_t refs;
/linux-master/arch/riscv/kvm/
H A Daia_imsic.c239 return atomic_long_fetch_or(val, (atomic_long_t *)ptr);
/linux-master/mm/kfence/
H A Dcore.c180 static atomic_long_t counters[KFENCE_COUNTER_COUNT];
/linux-master/drivers/net/wwan/
H A Dqcom_bam_dmux.c83 atomic_long_t tx_deferred_skb;
/linux-master/kernel/rcu/
H A Drcutorture.c187 static atomic_long_t n_rcu_torture_timers;
194 static atomic_long_t n_nocb_offload;
195 static atomic_long_t n_nocb_deoffload;
2581 static atomic_long_t rcu_fwd_max_cbs;
/linux-master/fs/nfs/
H A Dnfs42xattr.c73 atomic_long_t nent;
/linux-master/fs/smb/server/
H A Dvfs_cache.c31 static atomic_long_t fd_limit;
/linux-master/fs/bcachefs/
H A Dbcachefs.h753 atomic_long_t writes[BCH_WRITE_REF_NR];
/linux-master/kernel/printk/
H A Dprintk.c1021 VMCOREINFO_SIZE(atomic_long_t);
1022 VMCOREINFO_TYPE_OFFSET(atomic_long_t, counter);
/linux-master/kernel/sched/
H A Dsched.h103 extern atomic_long_t calc_load_tasks;
398 atomic_long_t load_avg ____cacheline_aligned;
/linux-master/fs/ceph/
H A Dsuper.h139 atomic_long_t writeback_count;

Completed in 348 milliseconds

1234567