Searched refs:inactive (Results 1 - 11 of 11) sorted by relevance

/xnu-2782.1.97/osfmk/vm/
H A Dvm_page.h215 inactive:1, /* page is in inactive list (P) */ member in struct:vm_page
380 * inactive
385 * inactive lists, one for pages brought in from
435 queue_head_t vm_page_queue_inactive; /* inactive memory queue for normal pages */
437 queue_head_t vm_page_queue_cleaned; /* clean-queue inactive memory */
439 queue_head_t vm_page_queue_anonymous; /* inactive memory queue for anonymous pages */
455 unsigned int vm_page_inactive_count; /* How many pages are inactive? */
483 unsigned int vm_page_inactive_target;/* How many do we want inactive? */
843 assert(!mem->inactive
[all...]
H A Dvm_resident.c307 * module. The inactive queue is broken into
314 queue_head_t vm_page_queue_anonymous; /* inactive memory queue for anonymous pages */
374 * on the inactive queue as likely candidates for replacement.
540 m->inactive = FALSE;
1721 if (mem->active || mem->inactive || mem->speculative) {
2072 assert(!mem->inactive);
2165 assert(!mem->inactive);
2210 * water mark (but above the low water mark) and the inactive
2539 VM_PAGE_QUEUES_REMOVE(mem); /* clears local/active/inactive/throttled/speculative */
2682 assert(!mem->inactive);
[all...]
H A Dvm_fault.c517 * we'll see a clean, non-referenced page when it eventually gets pulled out of the inactive queue
900 if (!m->active && !m->inactive && !m->throttled) { \
902 if (!m->active && !m->inactive && !m->throttled) { \
1928 !first_m->active && !first_m->inactive));
2887 } else if (((!m->active && !m->inactive) ||
2972 !m->inactive) ||
2996 !m->inactive) {
4491 if (!m->active && !m->inactive && !m->throttled) { \
4493 if (!m->active && !m->inactive && !m->throttled) \
5307 if (!page->active && !page->inactive
[all...]
H A Dvm_apple_protect.c500 !src_page->inactive &&
504 !src_page->inactive &&
H A Dmemory_object.c845 !page->inactive &&
849 !page->inactive &&
H A Dvm_pageout.c147 #ifndef VM_PAGEOUT_BURST_ACTIVE_THROTTLE /* maximum iterations of the active queue to move pages to inactive */
151 #ifndef VM_PAGEOUT_BURST_INACTIVE_THROTTLE /* maximum iterations of the inactive queue w/o stealing/cleaning a page */
160 #define VM_PAGEOUT_INACTIVE_RELIEF 50 /* minimum number of pages to move to the inactive q */
209 * To obtain a reasonable LRU approximation, the inactive queue
212 * of active+inactive pages that should be inactive.
261 * When we dequeue pages from the inactive list, they are
592 if (!m->active && !m->inactive && !m->throttled && !m->private) {
869 assert(!m->inactive && !m->active);
1270 * Calculate the max number of referenced pages on the inactive
[all...]
H A Dvm_object.c1312 if (p->inactive && p->reference == TRUE) {
2988 * Move any resident pages in the specified range to the inactive queue. If kill_page is set,
3543 !result_page->inactive &&
/xnu-2782.1.97/bsd/net/
H A Dpf_ioctl.c717 ruleset->rules[rs_num].inactive.ticket)
720 rule = TAILQ_LAST(ruleset->rules[rs_num].inactive.ptr,
723 rule = TAILQ_FIRST(ruleset->rules[rs_num].inactive.ptr);
1173 while ((rule = TAILQ_FIRST(rs->rules[rs_num].inactive.ptr)) != NULL) {
1174 pf_rm_rule(rs->rules[rs_num].inactive.ptr, rule);
1175 rs->rules[rs_num].inactive.rcount--;
1177 *ticket = ++rs->rules[rs_num].inactive.ticket;
1178 rs->rules[rs_num].inactive.open = 1;
1191 if (rs == NULL || !rs->rules[rs_num].inactive.open ||
1192 rs->rules[rs_num].inactive
[all...]
H A Dpf_ruleset.c192 ruleset->rules[i].inactive.ptr = &ruleset->rules[i].queues[1];
354 !TAILQ_EMPTY(ruleset->rules[i].inactive.ptr) ||
355 ruleset->rules[i].inactive.open)
H A Dpfvar.h1195 } active, inactive; member in struct:pf_ruleset::__anon289
/xnu-2782.1.97/bsd/vfs/
H A Dkpi_vfs.c4737 *#% inactive vp L U U
4757 DTRACE_FSINFO(inactive, vnode_t, vp);

Completed in 258 milliseconds