Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dtracefile.c144 if (tcd->tcd_cur_pages > 0) { in cfs_trace_get_tage_try()
151 if (tcd->tcd_cur_pages < tcd->tcd_max_pages) { in cfs_trace_get_tage_try()
163 tcd->tcd_cur_pages); in cfs_trace_get_tage_try()
172 tcd->tcd_cur_pages++; in cfs_trace_get_tage_try()
174 if (tcd->tcd_cur_pages > 8 && thread_running) { in cfs_trace_get_tage_try()
188 int pgcount = tcd->tcd_cur_pages / 10; in cfs_tcd_shrink()
200 pgcount + 1, tcd->tcd_cur_pages); in cfs_tcd_shrink()
210 tcd->tcd_cur_pages--; in cfs_tcd_shrink()
236 if (tcd->tcd_cur_pages > 0) { in cfs_trace_get_tage()
289 if (tcd->tcd_cur_pages == 0) in libcfs_debug_vmsg2()
[all …]
Dtracefile.h124 unsigned long tcd_cur_pages; member