Searched refs:disengage_timer (Results 1 – 3 of 3) sorted by relevance
294 del_timer_sync(&part->disengage_timer); in __xpc_partition_disengaged()379 part->disengage_timer.expires = part->disengage_timeout; in xpc_deactivate_partition()380 add_timer(&part->disengage_timer); in xpc_deactivate_partition()
178 struct xpc_partition *part = from_timer(part, t, disengage_timer); in xpc_timeout_partition_disengage()929 timer_setup(&part->disengage_timer, in xpc_setup_partitions()
489 struct timer_list disengage_timer; member