Skip to main content
sys_swapoff
starnix_
core
In starnix_
core::
task::
syscalls
starnix_core
::
task
::
syscalls
Function
sys_
swapoff
Copy item path
Source
pub fn sys_swapoff( current_task: &
CurrentTask
, user_path:
UserCString
, ) ->
Result
<
()
,
Errno
>