kern_munlock
int kern_munlock(struct thread *td, uintptr_t addr, size_t size);
return (kern_munlock(td, (uintptr_t)uap->addr, uap->len));