Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hv/
Dhv_kvp.c95 static void kvp_host_handshake_func(struct work_struct *dummy);
99 static DECLARE_DELAYED_WORK(kvp_host_handshake_work, kvp_host_handshake_func);
161 static void kvp_host_handshake_func(struct work_struct *dummy) in kvp_host_handshake_func() function