Lines Matching defs:vrele
142 * is non-zero. It is maintained using: vref(9) and vrele(9), as well
189 #define VRELEL_ASYNC 0x0001 /* Always defer to vrele thread. */
441 threadpool_job_init(&vrele_job, vrele_task, &vdrain_lock, "vrele");
617 * Release deferred vrele vnodes for this mount.
721 * threadpool task to process asynchronous vrele.
745 kpause("vrele", false, MAX(1, mstohz(10)),
820 * First remove the vnode from the vrele list.
821 * Put it on the last lru list, the last vrele()
927 * Defer vnode release to vrele task if caller requests
953 * Defer reclaim to the vrele task; it's not safe to
1080 vrele(vnode_t *vp)
2061 vrele(vp);