Searched refs:cached (Results 1 – 12 of 12) sorted by relevance
| /xnu-11215/tools/lldbmacros/kmemory/ |
| H A D | zone.py | 358 elif real_addr in zone.cached(): 745 def cached(self, into = None): member in Zone 822 cached = set() 823 self.cached(into = cached) 824 self.recirc(into = cached) 834 if addr in cached or not meta.is_allocated(self, addr) 855 cached = set() 856 self.cached(into = cached) 857 self.recirc(into = cached) 867 if addr not in cached
|
| /xnu-11215/tools/lldbmacros/core/ |
| H A D | caching.py | 406 def cached(*args, **kwds): function 431 def cached(*args, **kwds): function 437 caching_wrapper.cached = cached
|
| /xnu-11215/osfmk/kern/ |
| H A D | zalloc.h | 2199 #pragma mark XNU only: cached objects
|
| H A D | zalloc.c | 8522 vm_size_t cached = 0; in get_zone_info() local 8533 cached += zc->zc_alloc_cur + zc->zc_free_cur; in get_zone_info() 8534 cached += zc->zc_depot.zd_full * zc_mag_size(); in get_zone_info() 8554 .mzi_count = zone_count_allocated(&zcopy) - cached, in get_zone_info()
|
| /xnu-11215/bsd/dev/dtrace/ |
| H A D | dtrace.c | 11859 dtrace_ecb_t *cached = dtrace_ecb_create_cache; in dtrace_ecb_create() local 11860 dtrace_action_t *act_if = cached->dte_action; in dtrace_ecb_create() 11866 ecb->dte_action_last = cached->dte_action_last; in dtrace_ecb_create() 11867 ecb->dte_needed = cached->dte_needed; in dtrace_ecb_create() 11868 ecb->dte_size = cached->dte_size; in dtrace_ecb_create() 11869 ecb->dte_alignment = cached->dte_alignment; in dtrace_ecb_create() 18374 caddr_t cached; in dtrace_ioctl() local 18456 cached = buf->dtb_tomax; in dtrace_ioctl() 18472 if (buf->dtb_tomax == cached) { in dtrace_ioctl() 18473 ASSERT(buf->dtb_xamot != cached); in dtrace_ioctl() [all …]
|
| /xnu-11215/doc/debugging/ |
| H A D | debugging.md | 256 aren’t cached or too many temporary objects are created. Simple profiling is similar to collecting
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | memory.py | 310 cached=cache_elem_count, free=free_elem_count, 828 cached = zone.cached() 836 elif e in cached:
|
| H A D | xnu.py | 526 if not GetAllKextSummaries.cached():
|
| H A D | README.md | 274 …r removing a loaded module and then reloading it. So sometimes if a command has a cached value from
|
| /xnu-11215/bsd/kern/ |
| H A D | uipc_mbuf.c | 2119 uint32_t cached = 0; in mbuf_class_under_pressure() local 2127 cached += cc_objs; in mbuf_class_under_pressure() 2132 cached += cc_pobjs; in mbuf_class_under_pressure() 2135 cached += (bl_total * bktsize); in mbuf_class_under_pressure() 2136 …if (m_total(mclass) - m_infree(mclass) - cached >= (m_maxlimit(mclass) * mb_memory_pressure_percen… in mbuf_class_under_pressure() 2139 __func__, mclass, m_total(mclass), m_infree(mclass), cached, m_maxlimit(mclass)); in mbuf_class_under_pressure()
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | IOService.iig | 506 * This method returns the cached object.
|
| /xnu-11215/bsd/net/ |
| H A D | ntstat.c | 1511 bool cached; member 1985 tucookie->cached = true; in nstat_pcb_cache() 2011 tucookie->cached = false; in nstat_pcb_invalidate_cache() 2437 if (tucookie->cached == false) { in nstat_udp_copy_descriptor()
|