Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dclass_obd.c67 unsigned int obd_alloc_fail_rate = 0; variable
68 EXPORT_SYMBOL(obd_alloc_fail_rate);
143 (cfs_rand() & OBD_ALLOC_FAIL_MASK) < obd_alloc_fail_rate) { in obd_alloc_fail()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd_support.h71 extern unsigned int obd_alloc_fail_rate;
632 (!HAS_FAIL_ALLOC_FLAG || obd_alloc_fail_rate == 0 || \
773 (!HAS_FAIL_ALLOC_FLAG || obd_alloc_fail_rate == 0 || \
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/linux/
Dlinux-sysctl.c328 .data = &obd_alloc_fail_rate,