Searched refs:maxtime (Results 1 – 6 of 6) sorted by relevance
| /linux/scripts/ |
| H A D | bootgraph.pl | 57 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 D | umwait.c | 118 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 D | switch-tracking.c | 27 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 D | sticore.h | 192 u16 maxtime; member
|
| /linux/tools/testing/selftests/kvm/ |
| H A D | memslot_perf_test.c | 801 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 D | nfs4callback.c | 1143 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()
|