Home
last modified time | relevance | path

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

/xnu-8020.140.41/doc/
H A Dstartup.md127 Denotes that `kmem_alloc` is now usable.
177 become usable.
/xnu-8020.140.41/osfmk/mach/
H A Dmemory_object.defs105 * with the memory object is no longer usable - the pager should
/xnu-8020.140.41/bsd/netinet/
H A Din_arp.c1298 boolean_t usable, probing = FALSE; in arp_lookup_ip() local
1417 usable = ((route->rt_expire == 0 || route->rt_expire > timenow) && in arp_lookup_ip()
1421 if (usable) { in arp_lookup_ip()