Searched refs:act_count (Results 1 – 10 of 10) sorted by relevance
401 p->act_count = m->act_count; in vm_pageout_clean_helper()444 p->act_count = m->act_count; in vm_pageout_clean_helper()634 p->act_count += actcount; in vm_pageout_mdp_callback()635 if (p->act_count > ACT_MAX) in vm_pageout_mdp_callback()636 p->act_count = ACT_MAX; in vm_pageout_mdp_callback()1089 m->act_count += (actcount + ACT_ADVANCE); in vm_pageout_page()1106 m->act_count += (actcount + ACT_ADVANCE + 1); in vm_pageout_page()1546 m->act_count += ACT_ADVANCE + actcount; in vm_pageout_scan_active()1547 if (m->act_count > ACT_MAX) in vm_pageout_scan_active()1548 m->act_count = ACT_MAX; in vm_pageout_scan_active()[all …]
2706 m->act_count = 0; in vm_page_alloc()3057 if (m->act_count < ACT_INIT) in vm_page_activate()3058 m->act_count = ACT_INIT; in vm_page_activate()3071 if (m->act_count < ACT_INIT) in vm_page_activate()3072 m->act_count = ACT_INIT; in vm_page_activate()3078 if (m->act_count < ACT_INIT) in vm_page_activate()3079 m->act_count = ACT_INIT; in vm_page_activate()3089 if (m->act_count < ACT_INIT) in vm_page_soft_activate()3090 m->act_count = ACT_INIT; in vm_page_soft_activate()3587 if (m->act_count >= ACT_INIT) in vm_page_dontneed()[all …]
195 uint8_t act_count; /* page usage count */ member
1349 m->act_count = 0; in vm_object_madvise()
846 gcov_type *act_count[GCOV_N_VALUE_COUNTERS]; in compute_value_histograms() local874 act_count[t] = histogram_counts[t]; in compute_value_histograms()886 aact_count = act_count[t]; in compute_value_histograms()888 if (act_count[t]) in compute_value_histograms()889 act_count[t] += hist->n_counters; in compute_value_histograms()
824 gcov_type *act_count[GCOV_N_VALUE_COUNTERS]; in compute_value_histograms() local851 act_count[t] = histogram_counts[t]; in compute_value_histograms()863 aact_count = act_count[t]; in compute_value_histograms()864 act_count[t] += hist->n_counters; in compute_value_histograms()
198 m.act_count, in main()
270 m.act_count, in main()
289 m.act_count, in main()
1829 m->act_count = bp->b_act_count; in vfs_vmio_release()1837 m->act_count = bp->b_act_count; in vfs_vmio_release()3163 if (bp->b_act_count < m->act_count) in allocbuf()3164 bp->b_act_count = m->act_count; in allocbuf()