Searched refs:dealloc_would_time_out (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/osfmk/tests/ |
| H A D | vm_parameter_validation_kern.c | 253 if (dealloc_would_time_out(*start, size, map)) { in call_mach_vm_allocate_kernel__start_size_fixed() 267 if (dealloc_would_time_out(*start, size, map)) { in call_mach_vm_allocate_kernel__start_size_anywhere() 1453 if (dealloc_would_time_out(*address, size, target_task)) { in mach_vm_map_wrapped() 1490 if (dealloc_would_time_out(*address, size, target_task)) { in mach_vm_map_external_wrapped() 1513 if (dealloc_would_time_out(*address, size, target_task)) { in mach_vm_map_kernel_wrapped() 1557 if (dealloc_would_time_out(*address, size, target_map)) { in vm_map_enter_mem_object_control_wrapped() 1589 if (dealloc_would_time_out(*address, size, target_task)) { in vm_map_wrapped() 1626 if (dealloc_would_time_out(*address, size, target_task)) { in vm_map_external_wrapped()
|
| H A D | vm_parameter_validation.h | 3283 dealloc_would_time_out( in dealloc_would_time_out() function 3971 if (dealloc_would_time_out(*target_address, size, target_task)) { in mach_vm_remap_wrapped_kern() 3998 if (dealloc_would_time_out(*target_address, size, target_task)) { in IMPL()
|