Searched refs:atomic_t (Results 126 - 150 of 1672) sorted by last modified time

1234567891011>>

/linux-master/fs/nilfs2/
H A Dthe_nilfs.h128 atomic_t ns_ndirtyblks;
/linux-master/fs/f2fs/
H A Df2fs.h74 atomic_t inject_ops;
321 atomic_t issued_ckpt; /* # of actually issued ckpts */
322 atomic_t total_ckpt; /* # of total ckpts */
323 atomic_t queued_ckpt; /* # of queued ckpts */
425 atomic_t issued_discard; /* # of issued discard */
426 atomic_t queued_discard; /* # of queued discard */
427 atomic_t discard_cmd_cnt; /* # of cached cmd count */
675 atomic_t node_cnt; /* # of extent node in rb-tree*/
685 atomic_t total_ext_tree; /* extent tree count */
687 atomic_t total_zombie_tre
[all...]
/linux-master/fs/bcachefs/
H A Dtests.c765 atomic_t ready;
768 atomic_t done;
H A Djournal_types.h62 atomic_t count;
H A Dec.h167 atomic_t ref[STRIPE_REF_NR];
H A Dbtree_types.h176 atomic_t dirty;
H A Dbcachefs.h568 atomic_t flush_seq;
611 atomic_t congested;
696 atomic_t ref;
H A Dalloc_types.h57 atomic_t pin;
/linux-master/drivers/pinctrl/samsung/
H A Dpinctrl-samsung.h215 atomic_t *refcnt;
233 atomic_t *refcnt;
/linux-master/drivers/pinctrl/renesas/
H A Dpinctrl-rzg2l.c320 atomic_t wakeup_path;
/linux-master/drivers/iommu/
H A Ddma-iommu.c77 atomic_t fq_timer_on;
/linux-master/drivers/i2c/busses/
H A Di2c-octeon-core.h132 atomic_t int_enable_cnt;
133 atomic_t hlc_int_enable_cnt;
/linux-master/arch/x86/kernel/
H A Dalternative.c2091 atomic_t refs;
/linux-master/virt/kvm/
H A Dkvm_main.c5584 atomic_t failed = ATOMIC_INIT(0);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_dump.c495 TEST_BTF_DUMP_DATA_C(btf, d, NULL, str, atomic_t, BTF_F_COMPACT,
497 TEST_BTF_DUMP_DATA(btf, d, NULL, str, atomic_t, BTF_F_COMPACT | BTF_F_NONAME,
499 TEST_BTF_DUMP_DATA(btf, d, NULL, str, atomic_t, 0,
500 "(atomic_t){\n"
505 TEST_BTF_DUMP_DATA(btf, d, NULL, str, atomic_t, BTF_F_COMPACT, "(atomic_t){}",
507 TEST_BTF_DUMP_DATA(btf, d, NULL, str, atomic_t, BTF_F_COMPACT | BTF_F_NONAME,
509 TEST_BTF_DUMP_DATA(btf, d, NULL, str, atomic_t, 0,
510 "(atomic_t){\n"
513 TEST_BTF_DUMP_DATA(btf, d, NULL, str, atomic_t, BTF_F_COMPAC
[all...]
/linux-master/net/tipc/
H A Dsocket.c118 atomic_t dupl_rcvcnt;
2432 atomic_t *dcnt;
3903 atomic_t *dcnt = &tipc_sk(sk)->dupl_rcvcnt;
/linux-master/mm/
H A Dzswap.c46 atomic_t zswap_stored_pages = ATOMIC_INIT(0);
48 static atomic_t zswap_same_filled_pages = ATOMIC_INIT(0);
213 static atomic_t zswap_pools_count = ATOMIC_INIT(0);
H A Dzsmalloc.c240 atomic_t compaction_in_progress;
H A Dswap_state.c63 static atomic_t swapin_readahead_hits = ATOMIC_INIT(4);
615 static atomic_t last_readahead_pages;
H A Dswap.c919 atomic_t lru_disable_count = ATOMIC_INIT(0);
H A Dslab.h89 atomic_t __page_refcount;
H A Drmap.c1144 atomic_t *mapped = &folio->_nr_pages_mapped;
1496 atomic_t *mapped = &folio->_nr_pages_mapped;
H A Dpage_table_check.c17 atomic_t anon_map_count;
18 atomic_t file_map_count;
H A Doom_kill.c477 static atomic_t oom_victims = ATOMIC_INIT(0);
H A Dmm_init.c1946 static atomic_t pgdat_init_n_undone __initdata;

Completed in 325 milliseconds

1234567891011>>