Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dvm_mmap.c1207 return (kern_munlock(td, (uintptr_t)uap->addr, uap->len)); in sys_munlock()
1211 kern_munlock(struct thread *td, uintptr_t addr0, size_t size) in kern_munlock() function
/freebsd/sys/sys/
H A Dsyscallsubr.h245 int kern_munlock(struct thread *td, uintptr_t addr, size_t size);