HomeSort by: relevance | last modified time | path
    Searched defs:vrele (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
vfs_vnode.c 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 t
1080 vrele(vnode_t *vp) function in typeref:typename:void
    [all...]
vfs_vnode.c 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 t
1080 vrele(vnode_t *vp) function in typeref:typename:void
    [all...]

Completed in 22 milliseconds