Home
last modified time | relevance | path

Searched refs:then (Results 1 – 4 of 4) sorted by relevance

/kernel/time/
DKconfig22 hardware is not capable then this option only increases
/kernel/trace/
DKconfig62 sequence is then dynamically patched into a tracer call when
64 (the bootup default), then the overhead of the instructions is very
250 then it will not have any overhead while the stack tracer
/kernel/power/
DKconfig8 and ACPI. If you want to use either one, say Y here and then also
68 machine, reboot it and then run
211 be reloaded, then use the 'noresume' kernel command line argument.
/kernel/
Dposix-cpu-timers.c76 union cpu_time_count then) in cpu_time_before() argument
79 return now.sched < then.sched; in cpu_time_before()
81 return cputime_lt(now.cpu, then.cpu); in cpu_time_before()