Home
last modified time | relevance | path

Searched defs:registry (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/tools/lldbmacros/core/
H A Dcaching.py118 def __init__(self, name, registry): argument
362 def _cache_with_registry(fn, registry, maxsize=1024, sentinel=object()): argument
/xnu-12377.81.4/osfmk/kern/
H A Dsched_clutch.c4971 #define SESTP_EXTRACT_STATE(registry, cpu_id) ((registry >> SESTP_BIT_POS(cpu_id)) & mask(SESTP_BIT… argument
4972 #define SESTP_SET_STATE(registry, cpu_id, state) ((registry & ~SESTP_MASK(cpu_id)) | ((sched_edge_s… argument