Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hv/
H A Dhv_fcopy.c58 static void fcopy_send_data(struct work_struct *dummy);
61 static DECLARE_WORK(fcopy_send_work, fcopy_send_data);
122 static void fcopy_send_data(struct work_struct *dummy) in fcopy_send_data() function