Searched refs:kern_madvise (Results 1 – 2 of 2) sorted by relevance
750 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
192 int kern_madvise(struct thread *td, uintptr_t addr, size_t len, int behav);