Searched refs:mf_used_count_max (Results 1 – 2 of 2) sorted by relevance
202 mfp->mf_used_count_max = (p_mm << shift) / page_size; in mf_open()203 if (mfp->mf_used_count_max < 10) in mf_open()204 mfp->mf_used_count_max = 10; in mf_open()766 need_release = ((mfp->mf_used_count >= mfp->mf_used_count_max) in mf_release()
695 unsigned mf_used_count_max; // maximum number of pages in memory member