Home
last modified time | relevance | path

Searched refs:autoreap (Results 1 – 4 of 4) 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.c739 bool autoreap; in exit_notify() local
754 autoreap = do_notify_parent(tsk, sig); in exit_notify()
756 autoreap = thread_group_empty(tsk) && in exit_notify()
759 autoreap = true; in exit_notify()
764 if (autoreap) { in exit_notify()
H A Dfork.c2045 if ((clone_flags & CLONE_PARENT) && current->signal->autoreap) in copy_process()
2491 p->signal->autoreap = 1; in copy_process()