Home
last modified time | relevance | path

Searched refs:munlock (Results 1 – 8 of 8) sorted by relevance

/xnu-11215.1.10/tests/vm/
H A Dperf_mlock.c111 ret = munlock(buf, vmsize);
H A Dneural_footprint.c928 T_ASSERT_POSIX_SUCCESS(munlock(file_addr, (size_t)vm_size), NULL);
973 T_ASSERT_POSIX_SUCCESS(munlock(file_addr, (size_t)vm_size), NULL);
H A Dvm_parameter_validation.c148 int err = munlock(start, size); in call_munlock()
/xnu-11215.1.10/bsd/sys/
H A Dmman.h270 int munlock(const void *, size_t);
/xnu-11215.1.10/bsd/man/man2/
H A DMakefile145 munlock.2 \
/xnu-11215.1.10/tests/
H A Dsysctl_wire_limits.c196 ret = munlock(buffer, buffer_size);
H A Dvm_test_mach_map.c505 ret = munlock((char *)vm_addr, (size_t) (vm_size / 2));
/xnu-11215.1.10/bsd/kern/
H A Dkern_mman.c1546 munlock(__unused proc_t p, struct munlock_args *uap, __unused int32_t *retval) in munlock() function