Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd_modparams.c40 static int peer_timeout = 180; variable
41 module_param(peer_timeout, int, 0444);
42 MODULE_PARM_DESC(peer_timeout, "Seconds without aliveness news to declare peer dead (<=0 to disable…
170 ksocknal_tunables.ksnd_peertimeout = &peer_timeout; in ksocknal_tunables_init()
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd_modparams.c83 static int peer_timeout = 180; variable
84 module_param(peer_timeout, int, 0444);
85 MODULE_PARM_DESC(peer_timeout, "Seconds without aliveness news to declare peer dead (<=0 to disable…
163 .kib_peertimeout = &peer_timeout,