Searched refs:laundry (Results 1 - 8 of 8) sorted by relevance

/xnu-2782.1.97/osfmk/vm/
H A Dvm_resident.c544 m->laundry = FALSE;
1412 assert(!mem->laundry);
2064 assert(!mem->laundry);
2180 assert(!mem->laundry);
2258 assert(!mem->laundry);
2527 if (mem->laundry) {
2533 * from its pageout queue and adjust the laundry accounting
3075 * just let the normal laundry processing proceed
3077 if (m->laundry || m->pageout_queue || m->private || m->fictitious || m->compressor || (VM_PAGE_WIRED(m)))
3141 * just let the normal laundry processin
[all...]
H A Dvm_page.h222 laundry:1, /* page is being cleaned now (P)*/ member in struct:vm_page
951 assert(!mem->laundry); \
H A Dvm_pageout.c518 assert(!p->laundry);
867 assert(!m->cleaning && !m->pageout && !m->laundry);
889 * pgo_laundry count is tied to the laundry bit
891 m->laundry = TRUE;
908 * A page is back from laundry or we are stealing it back from
910 * go to laundry and if we can let some of them go now.
945 if (m->laundry == TRUE) {
947 m->laundry = FALSE;
1289 * We implement a throttling mechanism using the laundry count
1385 assert(!m->laundry);
[all...]
H A Dvm_object.c1277 if (VM_PAGE_WIRED(p) || p->busy || p->cleaning || p->laundry || p->fictitious)
1521 if (VM_PAGE_WIRED(p) || p->busy || p->cleaning || p->laundry) {
1549 * we've already filtered out pages that are in the laundry
2142 if (p->laundry) {
2170 if (p->laundry && !p->busy && !p->cleaning) {
2175 if (p->cleaning || p->laundry || p->absent) {
2230 if (!p->laundry) {
2784 if (( !VM_PAGE_WIRED(m)) && (!m->private) && (!m->gobbled) && (!m->busy) && (!m->laundry)) {
5940 assert(!p->cleaning && !p->pageout && !p->laundry);
5953 assert(!p->cleaning && !p->pageout && !p->laundry);
[all...]
H A Dbsd_vm.c424 if (dst_page->laundry) {
H A Dvm_fault.c508 if (m && !m->laundry && !m->busy && !m->no_cache && !m->throttled && !m->fictitious && !m->absent) {
718 assert(!m->laundry);
1054 if (m->laundry) {
3524 if (m->laundry) {
H A Dmemory_object.c178 if (m->laundry)
H A Dvm_map.c3495 assert(!m->laundry);

Completed in 199 milliseconds