Home
last modified time | relevance | path

Searched refs:OBD_BRW_MEMALLOC (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1765 #define OBD_BRW_MEMALLOC 0x800 /* Client runs in the "kswapd" context */ macro
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1812 LASSERTF(OBD_BRW_MEMALLOC == 0x800, "found 0x%.8x\n", in lustre_assert_wire_constants()
1813 OBD_BRW_MEMALLOC); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_request.c1898 oap->oap_brw_flags |= OBD_BRW_MEMALLOC; in osc_build_rpc()