Home
last modified time | relevance | path

Searched refs:swapoff_one (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/vm/
H A Dswap_pager.c466 static int swapoff_one(struct swdevt *sp, struct ucred *cred);
2476 error = swapoff_one(sp, td->td_ucred); in sys_swapoff()
2483 swapoff_one(struct swdevt *sp, struct ucred *cred) in swapoff_one() function
2556 error = swapoff_one(sp, thread0.td_ucred); in swapoff_all()