Home
last modified time | relevance | path

Searched refs:clean (Results 1 – 21 of 21) sorted by relevance

/xnu-10002.61.3/
H A DMakefile92 clean: target
103 installhdrs install clean: target
117 installhdrs install clean: target
139 clean: target
156 clean: target
173 clean: target
201 clean \
/xnu-10002.61.3/tools/lockstat/
H A DMakefile9 clean: target
/xnu-10002.61.3/tools/tests/kernpost_test_report/
H A DMakefile11 clean: target
/xnu-10002.61.3/tools/tests/superpages/
H A DMakefile10 clean: target
/xnu-10002.61.3/tools/kt-dump/
H A DMakefile9 clean: target
/xnu-10002.61.3/tools/tests/mktimer/
H A DMakefile14 clean: target
/xnu-10002.61.3/tools/tests/jitter/
H A DMakefile14 clean: target
/xnu-10002.61.3/tools/tests/TLBcoherency/
H A DMakefile14 clean: target
/xnu-10002.61.3/tools/tests/zero-to-n/
H A DMakefile17 clean: target
/xnu-10002.61.3/tools/tests/affinity/
H A DMakefile23 clean: target
/xnu-10002.61.3/tools/tests/MPMMTest/
H A DMakefile33 clean: target
/xnu-10002.61.3/tools/tests/personas/
H A DMakefile30 clean: target
/xnu-10002.61.3/tools/tests/perf_index/
H A DMakefile66 clean: target
/xnu-10002.61.3/tools/tests/execperf/
H A DMakefile20 clean: target
/xnu-10002.61.3/bsd/kern/
H A Dkern_memorystatus_freeze.c533 uint32_t purgeable, wired, clean, dirty, shared; variable
582 …error = task_freeze(proc_task(p), &purgeable, &wired, &clean, &dirty, max_pages, &shared, &freezer…
586 KDBG(MEMSTAT_CODE(BSD_MEMSTAT_FREEZE) | DBG_FUNC_END, purgeable, wired, clean, dirty);
983 uint32_t purgeable, wired, clean, dirty, shared; in memorystatus_freezer_get_status() local
987 …error = task_freeze(proc_task(p), &purgeable, &wired, &clean, &dirty, max_pages, &shared, &freezer… in memorystatus_freezer_get_status()
1755 uint32_t purgeable, wired, clean, dirty, shared; in memorystatus_freeze_process() local
1826 …kr = task_freeze(proc_task(p), &purgeable, &wired, &clean, &dirty, (uint32_t) max_pages, &shared, … in memorystatus_freeze_process()
1831 KDBG(MEMSTAT_CODE(BSD_MEMSTAT_FREEZE) | DBG_FUNC_END, purgeable, wired, clean, dirty); in memorystatus_freeze_process()
1836 memorystatus_available_pages, purgeable, wired, clean, dirty, max_pages, shared); in memorystatus_freeze_process()
/xnu-10002.61.3/tools/
H A Dremote_build.sh78 clean)
/xnu-10002.61.3/libkern/kxld/
H A DMakefile199 clean: target
/xnu-10002.61.3/makedefs/
H A DMakeInc.top688 .PHONY: clean
707 clean:
719 make -C $${mcdir} clean; \
/xnu-10002.61.3/doc/
H A Dxnu_build_consolidation.md44 and number of set/ways. XNU needs most of this information to perform set/way clean/invalidate oper…
/xnu-10002.61.3/tools/lldbmacros/
H A DREADME.md378 * Do a clean build of kernel from xnu top level directory.
/xnu-10002.61.3/bsd/dev/dtrace/
H A Ddtrace.c2169 dtrace_dynvar_t *clean = dcpu->dtdsc_clean; in dtrace_dynvar() local
2172 if (clean == NULL) { in dtrace_dynvar()
2231 clean, NULL) != clean) { in dtrace_dynvar()
2247 ASSERT(clean->dtdv_hashval == DTRACE_DYNHASH_FREE); in dtrace_dynvar()
2263 rval = dtrace_casptr(&dcpu->dtdsc_free, NULL, clean); in dtrace_dynvar()