Home
last modified time | relevance | path

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

/linux/scripts/
H A Dbootgraph.pl57 my $maxtime = 0;
109 $maxtime = $1;
117 $maxtime = $1;
165 my $mult = 1950.0 / ($maxtime - $firsttime);
166 my $threshold2 = ($maxtime - $firsttime) / 120.0;
216 my $step = ($maxtime - $firsttime) / 15;
217 while ($time < $maxtime) {
/linux/arch/x86/kernel/cpu/
H A Dumwait.c118 static inline void umwait_update_control(u32 maxtime, bool c02_enable) in umwait_update_control() argument
120 u32 ctrl = maxtime & MSR_IA32_UMWAIT_CONTROL_TIME_MASK; in umwait_update_control()
/linux/tools/perf/tests/
H A Dswitch-tracking.c27 struct timeval start, now, diff, maxtime; in spin_sleep() local
31 maxtime.tv_sec = 0; in spin_sleep()
32 maxtime.tv_usec = 50000; in spin_sleep()
48 if (timercmp(&diff, &maxtime, > /* For checkpatch */)) in spin_sleep()
/linux/include/video/
H A Dsticore.h192 u16 maxtime; member
/linux/tools/testing/selftests/kvm/
H A Dmemslot_perf_test.c801 unsigned int maxtime, in test_execute()
834 if (guest_runtime->tv_sec >= maxtime) in test_execute()
800 test_execute(int nslots,uint64_t * maxslots,unsigned int maxtime,const struct test_data * tdata,uint64_t * nloops,struct timespec * slot_runtime,struct timespec * guest_runtime) test_execute() argument
/linux/fs/nfsd/
H A Dnfs4callback.c1143 int maxtime = max_cb_time(clp->net); in setup_callback_client() local
1145 .to_initval = maxtime, in setup_callback_client()
1147 .to_maxval = maxtime, in setup_callback_client()