Searched refs:sthyi_cache (Results 1 – 1 of 1) sorted by relevance
154 static struct sthyi_info sthyi_cache; variable469 if (sthyi_cache.info) in sthyi_init_cache()471 sthyi_cache.info = (void *)get_zeroed_page(GFP_KERNEL); in sthyi_init_cache()472 if (!sthyi_cache.info) in sthyi_init_cache()474 sthyi_cache.end = jiffies - 1; /* expired */ in sthyi_init_cache()482 r = fill_dst(sthyi_cache.info, rc); in sthyi_update_cache()484 sthyi_cache.end = jiffies + CACHE_VALID_JIFFIES; in sthyi_update_cache()487 sthyi_cache.end = jiffies - 1; in sthyi_update_cache()514 if (time_is_before_jiffies(sthyi_cache.end)) { in sthyi_fill()521 memcpy(dst, sthyi_cache.info, PAGE_SIZE); in sthyi_fill()
Completed in 5 milliseconds