| /xnu-12377.41.6/ |
| H A D | Makefile | 92 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 D | Makefile | 11 clean: target
|
| /xnu-12377.41.6/tools/lockstat/ |
| H A D | Makefile | 9 clean: target
|
| /xnu-12377.41.6/tools/tests/superpages/ |
| H A D | Makefile | 10 clean: target
|
| /xnu-12377.41.6/tools/kt-dump/ |
| H A D | Makefile | 9 clean: target
|
| /xnu-12377.41.6/tools/tests/mktimer/ |
| H A D | Makefile | 14 clean: target
|
| /xnu-12377.41.6/tools/tests/jitter/ |
| H A D | Makefile | 14 clean: target
|
| /xnu-12377.41.6/tools/tests/TLBcoherency/ |
| H A D | Makefile | 14 clean: target
|
| /xnu-12377.41.6/tools/tests/affinity/ |
| H A D | Makefile | 23 clean: target
|
| /xnu-12377.41.6/tools/tests/zero-to-n/ |
| H A D | Makefile | 17 clean: target
|
| /xnu-12377.41.6/tools/tests/personas/ |
| H A D | Makefile | 30 clean: target
|
| /xnu-12377.41.6/tools/tests/MPMMTest/ |
| H A D | Makefile | 33 clean: target
|
| /xnu-12377.41.6/tools/tests/perf_index/ |
| H A D | Makefile | 66 clean: target
|
| /xnu-12377.41.6/tools/tests/execperf/ |
| H A D | Makefile | 20 clean: target
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | kern_memorystatus_freeze.c | 561 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 D | remote_build.sh | 78 clean)
|
| /xnu-12377.41.6/doc/vm/ |
| H A D | pageout_scan.md | 16 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 D | memorystatus_kills.md | 80 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 D | Makefile | 197 clean: target
|
| /xnu-12377.41.6/makedefs/ |
| H A D | MakeInc.top | 711 .PHONY: clean 730 clean: 742 make -C $${mcdir} clean; \
|
| H A D | MakeInc.rule | 162 # The next build should be a "clean" build to prevent the .o file avoiding
|
| /xnu-12377.41.6/doc/building/ |
| H A D | xnu_build_consolidation.md | 46 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 D | README.md | 70 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 D | README.md | 383 * Do a clean build of kernel from xnu top level directory.
|
| /xnu-12377.41.6/bsd/dev/dtrace/ |
| H A D | dtrace.c | 2170 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()
|