Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/scrub/
H A Dnewbt.c203 XFS_FREE_EXTENT_SKIP_DISCARD, &resv->autoreap); in xrep_newbt_add_blocks()
429 xfs_alloc_commit_autoreap(sc->tp, &resv->autoreap); in xrep_newbt_free_extent()
438 xfs_alloc_cancel_autoreap(sc->tp, &resv->autoreap); in xrep_newbt_free_extent()
513 xfs_alloc_commit_autoreap(sc->tp, &resv->autoreap); in xrep_newbt_free()
H A Dnewbt.h18 struct xfs_alloc_autoreap autoreap; member
/linux-6.15/kernel/
H A Dexit.c751 bool autoreap; in exit_notify() local
768 autoreap = do_notify_parent(tsk, sig); in exit_notify()
770 autoreap = thread_group_empty(tsk) && in exit_notify()
773 autoreap = true; in exit_notify()
778 if (autoreap) { in exit_notify()
H A Dsignal.c2173 bool autoreap = false; in do_notify_parent() local
2250 autoreap = true; in do_notify_parent()
2263 return autoreap; in do_notify_parent()