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

/linux-master/fs/xfs/scrub/
H A Dnewbt.h18 struct xfs_alloc_autoreap autoreap; member in struct:xrep_newbt_resv
H A Dnewbt.c163 error = xfs_alloc_schedule_autoreap(args, true, &resv->autoreap);
190 .tp = NULL, /* no autoreap */
389 xfs_alloc_commit_autoreap(sc->tp, &resv->autoreap);
394 * We used space and committed the btree. Cancel the autoreap, remove
398 xfs_alloc_cancel_autoreap(sc->tp, &resv->autoreap);
473 xfs_alloc_commit_autoreap(sc->tp, &resv->autoreap);
/linux-master/kernel/
H A Dexit.c731 bool autoreap; local
754 autoreap = do_notify_parent(tsk, sig);
756 autoreap = thread_group_empty(tsk) &&
759 autoreap = true;
762 if (autoreap) {
H A Dsignal.c2054 bool autoreap = false; local
2134 autoreap = true;
2147 return autoreap;

Completed in 129 milliseconds