Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dnewbt.c210 XFS_FREE_EXTENT_SKIP_DISCARD, &resv->autoreap); in xrep_newbt_add_blocks()
236 .tp = NULL, /* no autoreap */ in xrep_newbt_add_extent()
436 xfs_alloc_commit_autoreap(sc->tp, &resv->autoreap); in xrep_newbt_free_extent()
441 * We used space and committed the btree. Cancel the autoreap, remove in xrep_newbt_free_extent()
445 xfs_alloc_cancel_autoreap(sc->tp, &resv->autoreap); in xrep_newbt_free_extent()
520 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.c768 bool autoreap; in exit_notify()
783 autoreap = do_notify_parent(tsk, sig); in stack_not_used()
785 autoreap = thread_group_empty(tsk) && in stack_not_used()
788 autoreap = true; in stack_not_used()
793 if (autoreap) {
740 bool autoreap; exit_notify() local
H A Dsignal.c2172 bool autoreap = false; in do_notify_parent() local
2249 autoreap = true; in do_notify_parent()
2253 if (!tsk->ptrace && tsk->signal->autoreap) { in do_notify_parent()
2254 autoreap = true; in do_notify_parent()
2266 return autoreap; in do_notify_parent()
H A Dfork.c2065 if ((clone_flags & CLONE_PARENT) && current->signal->autoreap) in copy_process()
2516 p->signal->autoreap = 1; in copy_process()
H A Dptrace.c578 p->signal->autoreap) { in ptrace_detach()