Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/misc/sgi-xp/
H A Dxpc_main.c92 int xpc_disengage_timelimit = XPC_DISENGAGE_DEFAULT_TIMELIMIT; variable
122 .data = &xpc_disengage_timelimit,
1120 keep_waiting = xpc_disengage_timelimit * 1000 * 5; in xpc_die_deactivate()
1343 module_param(xpc_disengage_timelimit, int, 0);
1344 MODULE_PARM_DESC(xpc_disengage_timelimit, "Number of seconds to wait "
H A Dxpc_partition.c368 part->disengage_timeout = jiffies + (xpc_disengage_timelimit * HZ); in xpc_deactivate_partition()
H A Dxpc.h611 extern int xpc_disengage_timelimit;
/kernel/linux/linux-6.6/drivers/misc/sgi-xp/
H A Dxpc_main.c92 int xpc_disengage_timelimit = XPC_DISENGAGE_DEFAULT_TIMELIMIT; variable
118 .data = &xpc_disengage_timelimit,
1113 keep_waiting = xpc_disengage_timelimit * 1000 * 5; in xpc_die_deactivate()
1339 module_param(xpc_disengage_timelimit, int, 0);
1340 MODULE_PARM_DESC(xpc_disengage_timelimit, "Number of seconds to wait "
H A Dxpc_partition.c378 part->disengage_timeout = jiffies + (xpc_disengage_timelimit * HZ); in xpc_deactivate_partition()
H A Dxpc.h611 extern int xpc_disengage_timelimit;

Completed in 7 milliseconds