Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_prim.h48 #ifndef memory_pressure_get
49 #define memory_pressure_get() (0) macro
60 int old = memory_pressure_get(); in cfs_memory_pressure_get_and_set()
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/linux/
Dlinux-mem.h63 #define memory_pressure_get() (current->flags & PF_MEMALLOC) macro
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Dtracefile.c74 if (!in_interrupt() && memory_pressure_get()) in cfs_tage_alloc()
158 if ((!memory_pressure_get() || in cfs_trace_get_tage_try()
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_page.c802 !memory_pressure_get()) in osc_lru_del()
Dosc_cache.c2474 if (memory_pressure_get()) in osc_flush_async_page()
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_lockd.c391 if (memory_pressure_get()) in init_blwi()
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dlib-move.c2084 msg->msg_vmflush = !!memory_pressure_get(); in LNetPut()