Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/misc/sgi-xp/
Dxpc_main.c92 int xpc_disengage_timelimit = XPC_DISENGAGE_DEFAULT_TIMELIMIT; variable
117 .data = &xpc_disengage_timelimit,
1111 keep_waiting = xpc_disengage_timelimit * 1000 * 5; in xpc_die_deactivate()
1306 module_param(xpc_disengage_timelimit, int, 0);
1307 MODULE_PARM_DESC(xpc_disengage_timelimit, "Number of seconds to wait "
Dxpc_partition.c378 part->disengage_timeout = jiffies + (xpc_disengage_timelimit * HZ); in xpc_deactivate_partition()
Dxpc.h611 extern int xpc_disengage_timelimit;