Searched refs:atomic_long_t (Results 51 - 75 of 161) sorted by relevance

1234567

/linux-master/fs/overlayfs/
H A Dovl_entry.h87 atomic_long_t last_ino;
/linux-master/arch/x86/include/asm/
H A Dlocal.h11 atomic_long_t a;
/linux-master/include/linux/
H A Duser_namespace.h120 atomic_long_t ucount[UCOUNT_COUNTS];
121 atomic_long_t rlimit[UCOUNT_RLIMIT_COUNTS];
H A Drwsem.h49 atomic_long_t count;
55 atomic_long_t owner;
H A Dmmzone.h444 atomic_long_t evicted[NR_HIST_GENS][ANON_AND_FILE][MAX_NR_TIERS];
445 atomic_long_t refaulted[NR_HIST_GENS][ANON_AND_FILE][MAX_NR_TIERS];
618 atomic_long_t nonresident_age;
909 atomic_long_t managed_pages;
994 atomic_long_t vm_stat[NR_VM_ZONE_STAT_ITEMS];
995 atomic_long_t vm_numa_event[NR_VM_NUMA_EVENT_ITEMS];
1408 atomic_long_t vm_stat[NR_VM_NODE_STAT_ITEMS];
H A Dgenalloc.h74 atomic_long_t avail;
H A Dww_mutex.h39 atomic_long_t stamp;
H A Dpercpu-refcount.h96 atomic_long_t count;
H A Dhighmem-internal.h135 extern atomic_long_t _totalhigh_pages;
H A Dbacking-dev-defs.h179 atomic_long_t tot_write_bandwidth;
H A Dmm_types.h128 atomic_long_t pp_ref_count;
733 atomic_long_t swap_readahead_info;
833 atomic_long_t pgtables_bytes; /* size of all page tables */
969 atomic_long_t hugetlb_usage;
H A Dvmstat.h140 extern atomic_long_t vm_zone_stat[NR_VM_ZONE_STAT_ITEMS];
141 extern atomic_long_t vm_node_stat[NR_VM_NODE_STAT_ITEMS];
142 extern atomic_long_t vm_numa_event[NR_VM_NUMA_EVENT_ITEMS];
H A Dworkqueue.h277 (_work)->data = (atomic_long_t) WORK_DATA_INIT(); \
286 (_work)->data = (atomic_long_t) WORK_DATA_INIT(); \
H A Dnfs_fs.h188 atomic_long_t nrequests;
189 atomic_long_t redirtied_pages;
/linux-master/arch/riscv/mm/
H A Dcontext.c27 static atomic_long_t current_version;
33 static DEFINE_PER_CPU(atomic_long_t, active_context);
/linux-master/fs/ubifs/
H A Dshrinker.c46 atomic_long_t ubifs_clean_zn_cnt;
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgalloc.h176 extern atomic_long_t direct_pages_count[MMU_PAGE_COUNT];
/linux-master/include/net/
H A Dinet_frag.h26 atomic_long_t mem ____cacheline_aligned_in_smp;
/linux-master/arch/mips/include/asm/
H A Dlocal.h14 atomic_long_t a;
/linux-master/drivers/block/null_blk/
H A Dnull_blk.h117 atomic_long_t cur_bytes;
/linux-master/net/ipv6/
H A Dproc.c147 static void snmp6_seq_show_icmpv6msg(struct seq_file *seq, atomic_long_t *smib)
184 atomic_long_t *smib,
/linux-master/fs/cachefiles/
H A Dinternal.h100 atomic_long_t b_released; /* number of blocks released lately */
101 atomic_long_t b_writing; /* Number of blocks being written */
/linux-master/security/integrity/ima/
H A Dima.h284 atomic_long_t len; /* number of stored measurements in the list */
285 atomic_long_t violations;
/linux-master/include/linux/sunrpc/
H A Dxprt.h257 atomic_long_t queuelen;
265 atomic_long_t xmit_queuelen;
/linux-master/drivers/gpu/drm/ttm/
H A Dttm_tt.c57 static atomic_long_t ttm_pages_allocated;
58 static atomic_long_t ttm_dma32_pages_allocated;

Completed in 226 milliseconds

1234567