Home
last modified time | relevance | path

Searched refs:obd_debug_peer_on_timeout (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dclass_obd.c69 unsigned int obd_debug_peer_on_timeout; variable
70 EXPORT_SYMBOL(obd_debug_peer_on_timeout);
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/linux/
Dlinux-sysctl.c272 .data = &obd_debug_peer_on_timeout,
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd_support.h53 extern unsigned int obd_debug_peer_on_timeout;
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dclient.c1917 if (imp != NULL && obd_debug_peer_on_timeout) in ptlrpc_expire_one_request()