nextcheck          28 arch/x86/kernel/tsc_sync.c 	unsigned long	nextcheck;
nextcheck          61 arch/x86/kernel/tsc_sync.c 	if (!resume && time_before(jiffies, adj->nextcheck))
nextcheck          64 arch/x86/kernel/tsc_sync.c 	adj->nextcheck = jiffies + HZ;
nextcheck         128 arch/x86/kernel/tsc_sync.c 	cur->nextcheck = jiffies + HZ;
nextcheck         150 arch/x86/kernel/tsc_sync.c 	cur->nextcheck = jiffies + HZ;
nextcheck         105 include/linux/sunrpc/cache.h 	time_t			nextcheck;
nextcheck         198 include/linux/sunrpc/cache.h 	    h->expiry_time < cd->nextcheck)
nextcheck         199 include/linux/sunrpc/cache.h 		cd->nextcheck = h->expiry_time;
nextcheck         368 net/sunrpc/cache.c 	cd->nextcheck = 0;
nextcheck         424 net/sunrpc/cache.c 		if (current_detail->nextcheck > seconds_since_boot())
nextcheck         428 net/sunrpc/cache.c 			current_detail->nextcheck = seconds_since_boot()+30*60;
nextcheck         452 net/sunrpc/cache.c 			if (current_detail->nextcheck > ch->expiry_time)
nextcheck         453 net/sunrpc/cache.c 				current_detail->nextcheck = ch->expiry_time+1;
nextcheck        1518 net/sunrpc/cache.c 	cd->nextcheck = now;