Home
last modified time | relevance | path

Searched refs:atomic_long_read (Results 1 – 5 of 5) sorted by relevance

/u-boot/include/asm-generic/
A Datomic-long.h27 static inline long atomic_long_read(atomic_long_t *l) in atomic_long_read() function
146 static inline long atomic_long_read(atomic_long_t *l) in atomic_long_read() function
/u-boot/fs/ubifs/
A Ddebug.c623 atomic_long_read(&c->dirty_pg_cnt), in ubifs_dump_budg()
624 atomic_long_read(&c->dirty_zn_cnt), in ubifs_dump_budg()
625 atomic_long_read(&c->clean_zn_cnt)); in ubifs_dump_budg()
1598 if (clean_cnt != atomic_long_read(&c->clean_zn_cnt)) { in dbg_check_tnc()
1600 atomic_long_read(&c->clean_zn_cnt), in dbg_check_tnc()
1604 if (dirty_cnt != atomic_long_read(&c->dirty_zn_cnt)) { in dbg_check_tnc()
1606 atomic_long_read(&c->dirty_zn_cnt), in dbg_check_tnc()
A Dreplay.c1065 c->bi.uncommitted_idx = atomic_long_read(&c->dirty_zn_cnt); in ubifs_replay_journal()
A Dsuper.c2672 ubifs_assert(atomic_long_read(&ubifs_clean_zn_cnt) == 0); in ubifs_exit()
A Dtnc.c2888 n = atomic_long_read(&c->clean_zn_cnt); in ubifs_tnc_close()

Completed in 24 milliseconds