Home
last modified time | relevance | path

Searched refs:mf_used_count_max (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dmemfile.c202 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()
H A Dstructs.h695 unsigned mf_used_count_max; // maximum number of pages in memory member