Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/
H A Dxfs_zone_gc.c623 wake_up_process(data->mp->m_zone_info->zi_gc_thread); in xfs_zone_gc_end_io()
1107 kthread_unpark(mp->m_zone_info->zi_gc_thread); in xfs_zone_gc_start()
1115 kthread_park(mp->m_zone_info->zi_gc_thread); in xfs_zone_gc_stop()
1155 mp->m_zone_info->zi_gc_thread = kthread_create(xfs_zoned_gcd, data, in xfs_zone_gc_mount()
1157 if (IS_ERR(mp->m_zone_info->zi_gc_thread)) { in xfs_zone_gc_mount()
1159 error = PTR_ERR(mp->m_zone_info->zi_gc_thread); in xfs_zone_gc_mount()
1164 kthread_park(mp->m_zone_info->zi_gc_thread); in xfs_zone_gc_mount()
1181 kthread_stop(zi->zi_gc_thread); in xfs_zone_gc_unmount()
H A Dxfs_zone_priv.h90 struct task_struct *zi_gc_thread; member
H A Dxfs_zone_alloc.c110 if (zi->zi_gc_thread) in xfs_zone_account_reclaimable()
111 wake_up_process(zi->zi_gc_thread); in xfs_zone_account_reclaimable()
122 if (zi->zi_gc_thread && xfs_zoned_need_gc(mp)) in xfs_zone_account_reclaimable()
123 wake_up_process(zi->zi_gc_thread); in xfs_zone_account_reclaimable()
151 ASSERT(current == zi->zi_gc_thread); in xfs_open_zone_mark_full()
511 wake_up_process(zi->zi_gc_thread); in xfs_try_open_zone()
H A Dxfs_zone_space_resv.c170 wake_up_process(zi->zi_gc_thread); in xfs_zoned_reserve_available()