Home
last modified time | relevance | path

Searched refs:memory_pressure_get (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_prim.h61 #ifndef memory_pressure_get
62 #define memory_pressure_get() (0) macro
73 int old = memory_pressure_get(); in cfs_memory_pressure_get_and_set()
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/linux/
Dlinux-mem.h63 #define memory_pressure_get() (current->flags & PF_MEMALLOC) macro
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dtracefile.c75 if (!in_interrupt() && memory_pressure_get()) in cfs_tage_alloc()
159 if ((!memory_pressure_get() || in cfs_trace_get_tage_try()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_page.c800 !memory_pressure_get()) in osc_lru_del()
Dosc_cache.c2479 if (memory_pressure_get()) in osc_flush_async_page()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lockd.c414 if (memory_pressure_get()) in init_blwi()
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Dlib-move.c2087 msg->msg_vmflush = !!memory_pressure_get(); in LNetPut()