Searched refs:vm_pageout_inactive_dirty_external (Results 1 – 3 of 3) sorted by relevance
730 unsigned long vm_pageout_inactive_dirty_external; member
1706 tmp = vm_pageout_vminfo.vm_pageout_inactive_dirty_external; in update_vm_info()1707 …t_stat_now].cleaned_dirty_external = (unsigned int)(tmp - last.vm_pageout_inactive_dirty_external); in update_vm_info()1708 last.vm_pageout_inactive_dirty_external = tmp; in update_vm_info()3011 vm_pageout_vminfo.vm_pageout_inactive_dirty_external); in vm_pageout_scan()3130 vm_pageout_vminfo.vm_pageout_inactive_dirty_external); in vm_pageout_scan()3811 vm_pageout_vminfo.vm_pageout_inactive_dirty_external++; in vm_pageout_scan()
3442 …_external, CTLFLAG_RD | CTLFLAG_LOCKED, &vm_pageout_vminfo.vm_pageout_inactive_dirty_external, "");