Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/
A Dxfs_icache.c2088 struct xfs_inodegc *dead_gc, *gc; in xfs_inodegc_cpu_dead() local
2092 dead_gc = per_cpu_ptr(mp->m_inodegc, dead_cpu); in xfs_inodegc_cpu_dead()
2093 cancel_delayed_work_sync(&dead_gc->work); in xfs_inodegc_cpu_dead()
2095 if (llist_empty(&dead_gc->list)) in xfs_inodegc_cpu_dead()
2098 first = dead_gc->list.first; in xfs_inodegc_cpu_dead()
2104 dead_gc->list.first = NULL; in xfs_inodegc_cpu_dead()
2105 dead_gc->items = 0; in xfs_inodegc_cpu_dead()

Completed in 8 milliseconds