Searched refs:maxtime (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/scripts/ |
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-6.1.9/arch/x86/kernel/cpu/ |
D | umwait.c | 114 static inline void umwait_update_control(u32 maxtime, bool c02_enable) in umwait_update_control() argument 116 u32 ctrl = maxtime & MSR_IA32_UMWAIT_CONTROL_TIME_MASK; in umwait_update_control()
|
/linux-6.1.9/tools/perf/tests/ |
D | switch-tracking.c | 26 struct timeval start, now, diff, maxtime; in spin_sleep() local 30 maxtime.tv_sec = 0; in spin_sleep() 31 maxtime.tv_usec = 50000; in spin_sleep() 47 if (timercmp(&diff, &maxtime, > /* For checkpatch */)) in spin_sleep()
|
/linux-6.1.9/kernel/sched/ |
D | cputime.c | 76 static u64 irqtime_tick_accounted(u64 maxtime) in irqtime_tick_accounted() argument 81 delta = min(irqtime->tick_delta, maxtime); in irqtime_tick_accounted() 249 static __always_inline u64 steal_account_process_time(u64 maxtime) in steal_account_process_time() argument 257 steal = min(steal, maxtime); in steal_account_process_time()
|
/linux-6.1.9/fs/nfsd/ |
D | nfs4callback.c | 885 int maxtime = max_cb_time(clp->net); in setup_callback_client() local 887 .to_initval = maxtime, in setup_callback_client() 889 .to_maxval = maxtime, in setup_callback_client()
|
/linux-6.1.9/drivers/video/fbdev/ |
D | sticore.h | 191 u16 maxtime; member
|
/linux-6.1.9/tools/testing/selftests/kvm/ |
D | memslot_perf_test.c | 746 unsigned int maxtime, in test_execute() argument 780 if (guest_runtime->tv_sec >= maxtime) in test_execute()
|