Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hv/
H A Dhv_balloon.c479 static unsigned long last_post_time; variable
1157 unsigned long last_post = last_post_time; in post_status()
1165 if (!time_after(now, (last_post_time + HZ))) in post_status()
1206 if (last_post != last_post_time) in post_status()
1209 last_post_time = jiffies; in post_status()