Searched refs:dead_gc (Results 1 – 1 of 1) sorted by relevance
2052 struct xfs_inodegc *dead_gc, *gc; in xfs_inodegc_cpu_dead() local2056 dead_gc = per_cpu_ptr(mp->m_inodegc, dead_cpu); in xfs_inodegc_cpu_dead()2057 cancel_work_sync(&dead_gc->work); in xfs_inodegc_cpu_dead()2059 if (llist_empty(&dead_gc->list)) in xfs_inodegc_cpu_dead()2062 first = dead_gc->list.first; in xfs_inodegc_cpu_dead()2068 dead_gc->list.first = NULL; in xfs_inodegc_cpu_dead()2069 dead_gc->items = 0; in xfs_inodegc_cpu_dead()
Completed in 948 milliseconds