Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hv/
H A Dhv_kvp.c94 static void kvp_timeout_func(struct work_struct *dummy);
98 static DECLARE_DELAYED_WORK(kvp_timeout_work, kvp_timeout_func);
150 static void kvp_timeout_func(struct work_struct *dummy) in kvp_timeout_func() function