Home
last modified time | relevance | path

Searched refs:first_free_is_valid_ll (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.41.9/osfmk/vm/
H A Dvm_map_store_ll.h32 extern bool first_free_is_valid_ll(
H A Dvm_map_store_ll.c32 first_free_is_valid_ll(vm_map_t map) in first_free_is_valid_ll() function
H A Dvm_map_store.c39 return first_free_is_valid_ll( map ); in first_free_is_valid_store()