Lines Matching +full:constant +full:- +full:on +full:- +full:time
1 /* SPDX-License-Identifier: GPL-2.0 */
8 /* Undefined functions to get compile-time errors */
19 * constant microseconds/nanoseconds value to a value which can be used by the
26 * The maximum constant udelay/ndelay value picked out of thin air to prevent
27 * too long constant udelays/ndelays.
32 * udelay - Inserting a delay based on microseconds with busy waiting
38 * When inserting delays in non atomic context which are shorter than the time
49 * reasons (https://lists.openwall.net/linux-kernel/2011/01/09/56):
51 * #. computed loops_per_jiffy too low (due to the time taken to execute the
53 * #. cache behaviour affecting the time it takes to execute the loop function.
69 * ndelay - Inserting a delay based on nanoseconds with busy waiting