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

  /src/sys/uvm/
uvm_swap.c 204 static struct swapdev *swaplist_find(struct vnode *, bool);
346 * swaplist_find: find and optionally remove a swap device from the
353 swaplist_find(struct vnode *vp, bool remove)
638 if ((sdp = swaplist_find(vp, true)) == NULL) {
667 if (swaplist_find(vp, false) != NULL) {
694 (void) swaplist_find(vp, true); /* kill fake entry */
707 if ((sdp = swaplist_find(vp, false)) == NULL) {
1232 if (swaplist_find(sdp->swd_vp, true) == NULL)
379 swaplist_find(struct vnode *vp, bool remove) function

Completed in 22 milliseconds