Home
last modified time | relevance | path

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

12

/xnu-12377.41.6/
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-12377.41.6/tools/tests/kernpost_test_report/
H A DMakefile11 clean: target
/xnu-12377.41.6/tools/lockstat/
H A DMakefile9 clean: target
/xnu-12377.41.6/tools/tests/superpages/
H A DMakefile10 clean: target
/xnu-12377.41.6/tools/kt-dump/
H A DMakefile9 clean: target
/xnu-12377.41.6/tools/tests/mktimer/
H A DMakefile14 clean: target
/xnu-12377.41.6/tools/tests/jitter/
H A DMakefile14 clean: target
/xnu-12377.41.6/tools/tests/TLBcoherency/
H A DMakefile14 clean: target
/xnu-12377.41.6/tools/tests/affinity/
H A DMakefile23 clean: target
/xnu-12377.41.6/tools/tests/zero-to-n/
H A DMakefile17 clean: target
/xnu-12377.41.6/tools/tests/personas/
H A DMakefile30 clean: target
/xnu-12377.41.6/tools/tests/MPMMTest/
H A DMakefile33 clean: target
/xnu-12377.41.6/tools/tests/perf_index/
H A DMakefile66 clean: target
/xnu-12377.41.6/tools/tests/execperf/
H A DMakefile20 clean: target
/xnu-12377.41.6/bsd/kern/
H A Dkern_memorystatus_freeze.c561 uint32_t purgeable, wired, clean, dirty, shared; variable
610 …error = task_freeze(proc_task(p), &purgeable, &wired, &clean, &dirty, max_pages, &shared, &freezer…
614 KDBG(MEMSTAT_CODE(BSD_MEMSTAT_FREEZE) | DBG_FUNC_END, purgeable, wired, clean, dirty);
1031 uint32_t purgeable, wired, clean, dirty, shared; in memorystatus_freezer_get_status() local
1035 …error = task_freeze(proc_task(p), &purgeable, &wired, &clean, &dirty, max_pages, &shared, &freezer… in memorystatus_freezer_get_status()
1808 uint32_t purgeable, wired, clean, dirty, shared; in memorystatus_freeze_process() local
1879 …kr = task_freeze(proc_task(p), &purgeable, &wired, &clean, &dirty, (uint32_t) max_pages, &shared, … in memorystatus_freeze_process()
1884 KDBG(MEMSTAT_CODE(BSD_MEMSTAT_FREEZE) | DBG_FUNC_END, purgeable, wired, clean, dirty); in memorystatus_freeze_process()
1889 memorystatus_available_pages, purgeable, wired, clean, dirty, max_pages, shared); in memorystatus_freeze_process()
/xnu-12377.41.6/tools/
H A Dremote_build.sh78 clean)
/xnu-12377.41.6/doc/vm/
H A Dpageout_scan.md16 responsible for freeing clean pages and choosing dirty pages to evict so that
131 1. Look for clean or speculative pages (unless we specifically want an
184 7. If the page is clean, free it.
H A Dmemorystatus_kills.md80 The process was terminated while idle (i.e. clean or assertion-less). On iOS, this occurs whenever …
82 …\-\> pressure transition. These daemons must be opted in to idle-exit and clean. Note that apps ma…
/xnu-12377.41.6/libkern/kxld/
H A DMakefile197 clean: target
/xnu-12377.41.6/makedefs/
H A DMakeInc.top711 .PHONY: clean
730 clean:
742 make -C $${mcdir} clean; \
H A DMakeInc.rule162 # The next build should be a "clean" build to prevent the .o file avoiding
/xnu-12377.41.6/doc/building/
H A Dxnu_build_consolidation.md46 and number of set/ways. XNU needs most of this information to perform set/way clean/invalidate oper…
/xnu-12377.41.6/tests/unit/
H A DREADME.md70 This make target adds the unit-tests executables that were built since the last `clean` to the `com…
/xnu-12377.41.6/tools/lldbmacros/
H A DREADME.md383 * Do a clean build of kernel from xnu top level directory.
/xnu-12377.41.6/bsd/dev/dtrace/
H A Ddtrace.c2170 dtrace_dynvar_t *clean = dcpu->dtdsc_clean; in dtrace_dynvar() local
2173 if (clean == NULL) { in dtrace_dynvar()
2232 clean, NULL) != clean) { in dtrace_dynvar()
2248 ASSERT(clean->dtdv_hashval == DTRACE_DYNHASH_FREE); in dtrace_dynvar()
2264 rval = dtrace_casptr(&dcpu->dtdsc_free, NULL, clean); in dtrace_dynvar()

12