Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hv/
Dhv_fcopy.c57 static void fcopy_send_data(struct work_struct *dummy);
60 static DECLARE_WORK(fcopy_send_work, fcopy_send_data);
121 static void fcopy_send_data(struct work_struct *dummy) in fcopy_send_data() function