Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/linux/
Dlinux-sysctl.c134 LUSTRE_STATIC_UINT_ATTR(debug_peer_on_timeout, &obd_debug_peer_on_timeout);
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dclass_obd.c56 unsigned int obd_debug_peer_on_timeout; variable
57 EXPORT_SYMBOL(obd_debug_peer_on_timeout);
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd_support.h46 extern unsigned int obd_debug_peer_on_timeout;
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dclient.c1885 if (imp != NULL && obd_debug_peer_on_timeout) in ptlrpc_expire_one_request()