Searched refs:sthyi_cache (Results 1 – 1 of 1) sorted by relevance
157 static struct sthyi_info sthyi_cache; variable471 if (sthyi_cache.info) in sthyi_init_cache()473 sthyi_cache.info = (void *)get_zeroed_page(GFP_KERNEL); in sthyi_init_cache()474 if (!sthyi_cache.info) in sthyi_init_cache()476 sthyi_cache.end = jiffies - 1; /* expired */ in sthyi_init_cache()484 r = fill_dst(sthyi_cache.info, rc); in sthyi_update_cache()486 sthyi_cache.end = jiffies + CACHE_VALID_JIFFIES; in sthyi_update_cache()489 sthyi_cache.end = jiffies - 1; in sthyi_update_cache()516 if (time_is_before_jiffies(sthyi_cache.end)) { in sthyi_fill()523 memcpy(dst, sthyi_cache.info, PAGE_SIZE); in sthyi_fill()
Completed in 4 milliseconds