Home
last modified time | relevance | path

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

/xnu-8019.80.24/doc/
H A Dstartup.md140 Denotes that `kernel_memory_allocate` is now usable.
152 Denotes that `kmem_alloc` is now usable.
202 become usable.
H A Dallocators.md413 limit for the usable payload might actually be lower). Larger allocations use
/xnu-8019.80.24/osfmk/mach/
H A Dmemory_object.defs105 * with the memory object is no longer usable - the pager should
/xnu-8019.80.24/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()