Searched refs:xpc_disengage_timelimit (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-xp/
H A Dxpc_main.c87 int xpc_disengage_timelimit = XPC_DISENGAGE_DEFAULT_TIMELIMIT; variable
117 .data = &xpc_disengage_timelimit,
1119 keep_waiting = xpc_disengage_timelimit * 1000 * 5;
1338 module_param(xpc_disengage_timelimit, int, 0);
1339 MODULE_PARM_DESC(xpc_disengage_timelimit, "Number of seconds to wait "
H A Dxpc_partition.c372 part->disengage_timeout = jiffies + (xpc_disengage_timelimit * HZ);
H A Dxpc.h880 extern int xpc_disengage_timelimit;

Completed in 121 milliseconds