Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Dtracefile.c143 if (tcd->tcd_cur_pages > 0) { in cfs_trace_get_tage_try()
150 if (tcd->tcd_cur_pages < tcd->tcd_max_pages) { in cfs_trace_get_tage_try()
162 tcd->tcd_cur_pages); in cfs_trace_get_tage_try()
171 tcd->tcd_cur_pages++; in cfs_trace_get_tage_try()
173 if (tcd->tcd_cur_pages > 8 && thread_running) { in cfs_trace_get_tage_try()
187 int pgcount = tcd->tcd_cur_pages / 10; in cfs_tcd_shrink()
199 pgcount + 1, tcd->tcd_cur_pages); in cfs_tcd_shrink()
209 tcd->tcd_cur_pages--; in cfs_tcd_shrink()
235 if (tcd->tcd_cur_pages > 0) { in cfs_trace_get_tage()
288 if (tcd->tcd_cur_pages == 0) in libcfs_debug_vmsg2()
[all …]
Dtracefile.h121 unsigned long tcd_cur_pages; member