Searched refs:nextcheck (Results 1 – 3 of 3) sorted by relevance
30 unsigned long nextcheck; member64 if (!resume && time_before(jiffies, adj->nextcheck)) in tsc_verify_tsc_adjust()67 adj->nextcheck = jiffies + HZ; in tsc_verify_tsc_adjust()171 cur->nextcheck = jiffies + HZ; in tsc_store_and_check_tsc_adjust()193 cur->nextcheck = jiffies + HZ; in tsc_store_and_check_tsc_adjust()
111 time64_t nextcheck; member211 h->expiry_time < cd->nextcheck) in cache_put()212 cd->nextcheck = h->expiry_time; in cache_put()
139 if (detail->nextcheck > new->expiry_time) in sunrpc_cache_add_entry()140 detail->nextcheck = new->expiry_time + 1; in sunrpc_cache_add_entry()404 cd->nextcheck = 0; in sunrpc_init_cache_detail()460 if (current_detail->nextcheck > seconds_since_boot()) in cache_clean()464 current_detail->nextcheck = seconds_since_boot()+30*60; in cache_clean()485 if (current_detail->nextcheck > ch->expiry_time) in cache_clean()486 current_detail->nextcheck = ch->expiry_time+1; in cache_clean()1563 cd->nextcheck = now; in write_flush()