Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd_support.h598 #define OBD_ALLOC_FAIL_MASK ((1 << OBD_ALLOC_FAIL_BITS) - 1) macro
599 #define OBD_ALLOC_FAIL_MULT (OBD_ALLOC_FAIL_MASK / 100)
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dclass_obd.c143 (cfs_rand() & OBD_ALLOC_FAIL_MASK) < obd_alloc_fail_rate) { in obd_alloc_fail()