Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/scrub/
Dnewbt.c164 XFS_FREE_EXTENT_SKIP_DISCARD, &resv->autoreap); in xrep_newbt_add_blocks()
390 xfs_alloc_commit_autoreap(sc->tp, &resv->autoreap); in xrep_newbt_free_extent()
399 xfs_alloc_cancel_autoreap(sc->tp, &resv->autoreap); in xrep_newbt_free_extent()
474 xfs_alloc_commit_autoreap(sc->tp, &resv->autoreap); in xrep_newbt_free()
Dnewbt.h18 struct xfs_alloc_autoreap autoreap; member
/linux-6.12.1/kernel/
Dexit.c733 bool autoreap; in exit_notify() local
756 autoreap = do_notify_parent(tsk, sig); in exit_notify()
758 autoreap = thread_group_empty(tsk) && in exit_notify()
761 autoreap = true; in exit_notify()
764 if (autoreap) { in exit_notify()
Dsignal.c2054 bool autoreap = false; in do_notify_parent() local
2134 autoreap = true; in do_notify_parent()
2147 return autoreap; in do_notify_parent()