Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dnewbt.c212 XFS_FREE_EXTENT_SKIP_DISCARD, &resv->autoreap); in xrep_newbt_add_blocks()
438 xfs_alloc_commit_autoreap(sc->tp, &resv->autoreap); in xrep_newbt_free_extent()
447 xfs_alloc_cancel_autoreap(sc->tp, &resv->autoreap); in xrep_newbt_free_extent()
522 xfs_alloc_commit_autoreap(sc->tp, &resv->autoreap); in xrep_newbt_free()
H A Dnewbt.h18 struct xfs_alloc_autoreap autoreap; member
/linux/kernel/
H A Dexit.c738 bool autoreap; in exit_notify() local
755 autoreap = do_notify_parent(tsk, sig); in exit_notify()
757 autoreap = thread_group_empty(tsk) && in exit_notify()
760 autoreap = true; in exit_notify()
765 if (autoreap) { in exit_notify()