Home
last modified time | relevance | path

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

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