Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hv/
Dhv_balloon.c476 static unsigned long last_post_time; variable
1153 unsigned long last_post = last_post_time; in post_status()
1161 if (!time_after(now, (last_post_time + HZ))) in post_status()
1202 if (last_post != last_post_time) in post_status()
1205 last_post_time = jiffies; in post_status()