Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hv/
H A Dhv_fcopy.c59 static void fcopy_timeout_func(struct work_struct *dummy);
60 static DECLARE_DELAYED_WORK(fcopy_timeout_work, fcopy_timeout_func);
77 static void fcopy_timeout_func(struct work_struct *dummy) in fcopy_timeout_func() function