Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-mpath.c102 struct timer_list nopath_timer; /* Timeout for queue_if_no_path */ member
227 timer_setup(&m->nopath_timer, queue_if_no_path_timeout_work, 0); in alloc_multipath()
791 struct multipath *m = from_timer(m, t, nopath_timer); in queue_if_no_path_timeout_work()
812 mod_timer(&m->nopath_timer, in enable_nopath_timeout()
819 del_timer_sync(&m->nopath_timer); in disable_nopath_timeout()