Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hv/
Dhv_kvp.c94 static void kvp_host_handshake_func(struct work_struct *dummy);
98 static DECLARE_DELAYED_WORK(kvp_host_handshake_work, kvp_host_handshake_func);
160 static void kvp_host_handshake_func(struct work_struct *dummy) in kvp_host_handshake_func() function