swaplist_find 238 uvm/uvm_swap.c static struct swapdev *swaplist_find(struct vnode *, int); swaplist_find 775 uvm/uvm_swap.c if ((sdp = swaplist_find(vp, 1)) == NULL) { swaplist_find 797 uvm/uvm_swap.c if ((sdp = swaplist_find(vp, 0)) != NULL) { swaplist_find 833 uvm/uvm_swap.c (void) swaplist_find(vp, 1); /* kill fake entry */ swaplist_find 847 uvm/uvm_swap.c if ((sdp = swaplist_find(vp, 0)) == NULL) { swaplist_find 1147 uvm/uvm_swap.c if (swaplist_find(sdp->swd_vp, 1) == NULL) swaplist_find 2108 uvm/uvm_swap.c swaplist_find(vp, 1);