Searched refs:atomic64_t (Results 151 - 175 of 242) sorted by relevance

12345678910

/linux-master/drivers/dma-buf/
H A Ddma-fence.c36 static atomic64_t dma_fence_context_counter = ATOMIC64_INIT(1);
/linux-master/fs/xfs/
H A Dxfs_mount.h209 atomic64_t m_allocbt_blks;
/linux-master/include/linux/
H A Dnetfs.h259 atomic64_t issued_to; /* Write issuer folio cursor */
H A Dmm_types.h880 atomic64_t pinned_vm; /* Refcount permanently increased */
/linux-master/fs/ceph/
H A Dmds_client.h455 atomic64_t quotarealms_count; /* # realms with quota */
/linux-master/kernel/trace/
H A Dtracing_map.c143 u64 a = atomic64_read((atomic64_t *)val_a);
144 u64 b = atomic64_read((atomic64_t *)val_b);
/linux-master/fs/fuse/
H A Dfuse_i.h640 atomic64_t khctr;
888 atomic64_t attr_version;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.h296 atomic64_t num_flows;
359 atomic64_t user_count;
/linux-master/fs/f2fs/
H A Df2fs.h1604 atomic64_t allocated_data_blocks; /* for block age extent_cache */
1695 atomic64_t total_hit_ext[NR_EXTENT_CACHES];
1697 atomic64_t read_hit_rbtree[NR_EXTENT_CACHES];
1699 atomic64_t read_hit_cached[NR_EXTENT_CACHES];
1701 atomic64_t read_hit_largest;
1706 atomic64_t compr_blocks; /* # of compressed blocks */
1778 atomic64_t current_atomic_write;
/linux-master/drivers/media/rc/
H A Drc-ir-raw.c19 static atomic64_t available_protocols = ATOMIC64_INIT(0);
/linux-master/net/batman-adv/
H A Dtypes.h1505 atomic64_t tot_sent;
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net.h701 atomic64_t ktls_conn_id_gen;
/linux-master/arch/powerpc/include/asm/
H A Dkvm_host.h284 atomic64_t mmio_update;
/linux-master/include/linux/ceph/
H A Dosd_client.h416 atomic64_t last_tid; /* tid of last request */
/linux-master/include/linux/atomic/
H A Datomic-long.h13 typedef atomic64_t atomic_long_t;
/linux-master/drivers/gpu/drm/
H A Ddrm_file.c141 static atomic64_t ident = ATOMIC_INIT(0);
/linux-master/arch/x86/mm/
H A Dtlb.c216 atomic64_t last_mm_ctx_id = ATOMIC64_INIT(1);
/linux-master/drivers/firmware/efi/
H A Dcper.c36 static atomic64_t seq;
/linux-master/lib/
H A Dkobject_uevent.c33 atomic64_t uevent_seqnum;
/linux-master/drivers/md/
H A Dmd.h395 atomic64_t resync_mismatches; /* count of sectors where
/linux-master/net/sched/
H A Dsch_cbs.c73 atomic64_t port_rate; /* in bytes/s */
/linux-master/kernel/futex/
H A Dcore.c174 static atomic64_t i_seq;
/linux-master/kernel/bpf/
H A Dcore.c2153 atomic64_##KOP((u64) SRC, (atomic64_t *)(unsigned long) \
2164 (atomic64_t *)(unsigned long) (DST + insn->off)); \
2183 (atomic64_t *)(unsigned long) (DST + insn->off),
2193 (atomic64_t *)(unsigned long) (DST + insn->off),
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ras.h440 atomic64_t seqnos[RAS_EVENT_TYPE_COUNT];
/linux-master/drivers/iommu/amd/
H A Damd_iommu_types.h787 atomic64_t cmd_sem_val;

Completed in 305 milliseconds

12345678910