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

  /src/sys/uvm/
uvm_swapstub.c 54 sys_swapctl(struct lwp *l, const struct sys_swapctl_args *v, register_t *retval) function in typeref:typename:int
uvm_swap.c 111 * the sys_swapctl performs the following operations:
502 * sys_swapctl: main entry point for swapctl(2) system call
506 sys_swapctl(struct lwp *l, const struct sys_swapctl_args *uap, register_t *retval) function in typeref:typename:int
769 * away from sys_swapctl() in order to allow COMPAT_* swapctl()
770 * emulation to use it directly without going through sys_swapctl().
771 * The problem with using sys_swapctl() there is that it involves

Completed in 13 milliseconds