Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/sgi-xp/
Dxpc_partition.c293 del_singleshot_timer_sync(&part->disengage_timer); in xpc_partition_disengaged()
368 part->disengage_timer.expires = part->disengage_timeout; in xpc_deactivate_partition()
369 add_timer(&part->disengage_timer); in xpc_deactivate_partition()
Dxpc_main.c177 struct xpc_partition *part = from_timer(part, t, disengage_timer); in xpc_timeout_partition_disengage()
928 timer_setup(&part->disengage_timer, in xpc_setup_partitions()
Dxpc.h489 struct timer_list disengage_timer; member