Home
last modified time | relevance | path

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

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