Lines Matching refs:items
1858 WRITE_ONCE(gc->items, 0); in xfs_inodegc_worker()
1980 unsigned int items) in xfs_inodegc_want_queue_work() argument
1984 if (items > mp->m_ino_geo.inodes_per_cluster) in xfs_inodegc_want_queue_work()
2025 unsigned int items, in xfs_inodegc_want_flush_work() argument
2034 if (items > XFS_INODEGC_MAX_BACKLOG) in xfs_inodegc_want_flush_work()
2051 int items; in xfs_inodegc_queue() local
2062 items = READ_ONCE(gc->items); in xfs_inodegc_queue()
2063 WRITE_ONCE(gc->items, items + 1); in xfs_inodegc_queue()
2075 if (xfs_inodegc_want_queue_work(ip, items)) in xfs_inodegc_queue()
2083 if (xfs_inodegc_want_flush_work(ip, items, shrinker_hits)) { in xfs_inodegc_queue()
2114 dead_gc->items = 0; in xfs_inodegc_cpu_dead()
2119 count += READ_ONCE(gc->items); in xfs_inodegc_cpu_dead()
2120 WRITE_ONCE(gc->items, count); in xfs_inodegc_cpu_dead()