Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dvm_mmap.c750 return (kern_madvise(td, (uintptr_t)uap->addr, uap->len, uap->behav)); in sys_madvise()
754 kern_madvise(struct thread *td, uintptr_t addr0, size_t len, int behav) in kern_madvise() function
/f-stack/freebsd/sys/
H A Dsyscallsubr.h192 int kern_madvise(struct thread *td, uintptr_t addr, size_t len, int behav);