Searched refs:shrinker_hits (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_icache.c | 1873 trace_xfs_inodegc_worker(mp, READ_ONCE(gc->shrinker_hits)); in xfs_inodegc_worker() 1875 WRITE_ONCE(gc->shrinker_hits, 0); in xfs_inodegc_worker() 2041 unsigned int shrinker_hits) in xfs_inodegc_want_flush_work() 2046 if (shrinker_hits > 0) in xfs_inodegc_want_flush_work() 2067 unsigned int shrinker_hits; in xfs_inodegc_queue() local 2081 shrinker_hits = READ_ONCE(gc->shrinker_hits); in xfs_inodegc_queue() 2109 if (xfs_inodegc_want_flush_work(ip, items, shrinker_hits)) { in xfs_inodegc_queue() 2204 unsigned int h = READ_ONCE(gc->shrinker_hits); in xfs_inodegc_shrinker_scan() 2206 WRITE_ONCE(gc->shrinker_hits, in xfs_inodegc_shrinker_scan() 2038 xfs_inodegc_want_flush_work( struct xfs_inode *ip, unsigned int items, unsigned int shrinker_hits) xfs_inodegc_want_flush_work() argument [all...] |
H A D | xfs_mount.h | 70 unsigned int shrinker_hits; member
|
H A D | xfs_trace.h | 205 TP_PROTO(struct xfs_mount *mp, unsigned int shrinker_hits), 206 TP_ARGS(mp, shrinker_hits), 209 __field(unsigned int, shrinker_hits) 213 __entry->shrinker_hits = shrinker_hits; 215 TP_printk("dev %d:%d shrinker_hits %u", 217 __entry->shrinker_hits)
|
Completed in 11 milliseconds