Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/
Dxfs_icache.c2072 struct xfs_inodegc *dead_gc, *gc; in xfs_inodegc_cpu_dead() local
2076 dead_gc = per_cpu_ptr(mp->m_inodegc, dead_cpu); in xfs_inodegc_cpu_dead()
2077 cancel_delayed_work_sync(&dead_gc->work); in xfs_inodegc_cpu_dead()
2079 if (llist_empty(&dead_gc->list)) in xfs_inodegc_cpu_dead()
2082 first = dead_gc->list.first; in xfs_inodegc_cpu_dead()
2088 dead_gc->list.first = NULL; in xfs_inodegc_cpu_dead()
2089 dead_gc->items = 0; in xfs_inodegc_cpu_dead()