Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hv/
Dhv_fcopy.c58 static void fcopy_timeout_func(struct work_struct *dummy);
59 static DECLARE_DELAYED_WORK(fcopy_timeout_work, fcopy_timeout_func);
76 static void fcopy_timeout_func(struct work_struct *dummy) in fcopy_timeout_func() function