Home
last modified time | relevance | path

Searched full:integral (Results 1 – 25 of 111) sorted by relevance

12345

/Linux-v5.10/include/uapi/linux/
Dresource.h28 __kernel_long_t ru_ixrss; /* integral shared memory size */
29 __kernel_long_t ru_idrss; /* integral unshared data size */
30 __kernel_long_t ru_isrss; /* integral unshared stack size */
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/altera/
Daltera_tse.rst169 an integral number of bytes in length and do not pass the CRC test as the frame
174 integral number of bytes in length and do not pass the CRC test as the frame is
280 octets, and had either a bad CRC with an integral number of octets (CRC Error)
281 or a bad CRC with a non-integral number of octets (Alignment Error).
285 in length and had either a bad CRC with an integral number of octets (CRC
286 error) or a bad CRC with a non-integral number of octets (Alignment Error).
/Linux-v5.10/drivers/iio/light/
Dmax44009.c299 static int max44009_threshold_byte_from_fraction(int integral, int fractional) in max44009_threshold_byte_from_fraction() argument
303 if ((integral <= 0 && fractional <= 0) || in max44009_threshold_byte_from_fraction()
304 integral > MAX44009_MAXIMUM_THRESHOLD || in max44009_threshold_byte_from_fraction()
305 (integral == MAX44009_MAXIMUM_THRESHOLD && fractional != 0)) in max44009_threshold_byte_from_fraction()
308 /* Reverse scaling of fixed-point integral */ in max44009_threshold_byte_from_fraction()
309 mantissa = integral * MAX44009_SCALE_DENOMINATOR; in max44009_threshold_byte_from_fraction()
/Linux-v5.10/kernel/
Dtsacct.c144 * acct_update_integrals - update mm integral fields in task_struct
159 * acct_account_cputime - update mm integral after cputime update
168 * acct_clear_integrals - clear the mm integral fields in task_struct
/Linux-v5.10/tools/thermal/tmon/
Dpid.c29 * PID (Proportional-Integral-Derivative) controller is commonly used in
33 * ki = integral gain
Dtmon.832 - with a built-in Proportional Integral Derivative (\fBPID\fP)
74 \fBki \fP integral gain of \fBPID\fP controller
DREADME29 pid.c : a proportional-integral-derivative (PID) controller
/Linux-v5.10/Documentation/driver-api/thermal/
Dpower_allocator.rst23 Proportional-Integral-Derivative controller (PID controller) with
163 `k_i` configures the PID loop's integral term constant. This term
168 integral term. This term is then multiplied by `k_i` and the result
Dsysfs-api.rst393 |---k_i: PID's integral term in the power allocator gov
580 The integral term of the power allocator governor's PID
596 above which the integral term of the power allocator
598 example, if integral_cutoff is 0, then the integral term only
/Linux-v5.10/drivers/macintosh/
Dwindfarm_pid.c56 /* Calculate integral term */ in wf_pid_run()
114 /* Calculate integral term */ in wf_cpu_pid_run()
/Linux-v5.10/Documentation/vm/
Dz3fold.rst20 stores an integral number of compressed pages per page, but it can store
/Linux-v5.10/drivers/md/bcache/
Dwriteback.c71 * Then, the proportional value and integral value are scaled in __update_writeback_rate()
79 * of the error is accumulated in the integral term per second. in __update_writeback_rate()
95 * Only decrease the integral term if it's more than in __update_writeback_rate()
96 * zero. Only increase the integral term if the device in __update_writeback_rate()
97 * is keeping up. (Don't wind up the integral in __update_writeback_rate()
101 * writeback_rate_update_seconds to keep the integral in __update_writeback_rate()
/Linux-v5.10/net/sched/
DKconfig358 tristate "Proportional Integral controller Enhanced (PIE) scheduler"
360 Say Y here if you want to use the Proportional Integral controller
371 tristate "Flow Queue Proportional Integral controller Enhanced (FQ-PIE)"
373 Say Y here if you want to use the Flow Queue Proportional Integral
472 bool "Flow Queue Proportional Integral controller Enhanced" if NET_SCH_FQ_PIE
/Linux-v5.10/drivers/scsi/arm/
DKconfig41 was either sold on its own or with an integral SCSI controller.
/Linux-v5.10/arch/alpha/include/asm/
Duser.h28 * that an integral number of pages is written.
/Linux-v5.10/arch/powerpc/include/asm/
Duser.h27 * that an integral number of pages is written.
/Linux-v5.10/arch/ia64/include/asm/
Duser.h22 * that an integral number of pages is written.
/Linux-v5.10/arch/sh/include/asm/
Duser.h24 * that an integral number of pages is written.
/Linux-v5.10/arch/arc/mm/
Dcache.c264 * and have @paddr - aligned to cache line and integral @num_lines. in __cache_line_loop_v2()
267 * -@sz will be integral multiple of line size (being page sized). in __cache_line_loop_v2()
310 * and have @paddr - aligned to cache line and integral @num_lines. in __cache_line_loop_v3()
313 * -@sz will be integral multiple of line size (being page sized). in __cache_line_loop_v3()
380 * and have @paddr - aligned to cache line and integral @num_lines. in __cache_line_loop_v4()
383 * -@sz will be integral multiple of line size (being page sized). in __cache_line_loop_v4()
/Linux-v5.10/Documentation/ide/
DChangeLog.ide-tape.1995-200263 * For best results, use an integral number of this
154 * of bytes written to the tape was not an integral
/Linux-v5.10/arch/h8300/include/asm/
Duser.h25 range. All of the addresses are rounded in such a way that an integral
/Linux-v5.10/Documentation/filesystems/ext4/
Dblocks.rst8 integral power of 2. Blocks are in turn grouped into larger units called
/Linux-v5.10/arch/s390/include/asm/
Duser.h31 range. All of the addresses are rounded in such a way that an integral
/Linux-v5.10/arch/arm/mach-imx/
DKconfig28 The debug board is an integral part of the MXC 3-stack(PDK)
/Linux-v5.10/Documentation/devicetree/bindings/net/
Dti,k3-am654-cpts.yaml38 Depending on CPTS module integration and when CPTS is integral part of

12345