OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Mar 16 00:23:04 UTC 2026