Home
last modified time | relevance | path

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

12345

/linux/include/uapi/linux/
H A 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/Documentation/networking/device_drivers/ethernet/altera/
H A 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/drivers/iio/light/
H A 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/kernel/
H A Dtsacct.c149 * acct_update_integrals - update mm integral fields in task_struct
164 * acct_account_cputime - update mm integral after cputime update
173 * acct_clear_integrals - clear the mm integral fields in task_struct
/linux/Documentation/ABI/testing/
H A Dsysfs-class-thermal130 The integral term of the power allocator governor's PID
160 above which the integral term of the power allocator
162 example, if integral_cutoff is 0, then the integral term only
/linux/tools/thermal/tmon/
H A Dpid.c29 * PID (Proportional-Integral-Derivative) controller is commonly used in
33 * ki = integral gain
H A Dtmon.832 - with a built-in Proportional Integral Derivative (\fBPID\fP)
74 \fBki \fP integral gain of \fBPID\fP controller
H A DREADME29 pid.c : a proportional-integral-derivative (PID) controller
/linux/Documentation/driver-api/thermal/
H A Dpower_allocator.rst23 Proportional-Integral-Derivative controller (PID controller) with
165 `k_i` configures the PID loop's integral term constant. This term
170 integral term. This term is then multiplied by `k_i` and the result
/linux/drivers/macintosh/
H A Dwindfarm_pid.c56 /* Calculate integral term */ in wf_pid_run()
114 /* Calculate integral term */ in wf_cpu_pid_run()
/linux/net/sched/
H A DKconfig323 tristate "Proportional Integral controller Enhanced (PIE) scheduler"
325 Say Y here if you want to use the Proportional Integral controller
336 tristate "Flow Queue Proportional Integral controller Enhanced (FQ-PIE)"
338 Say Y here if you want to use the Flow Queue Proportional Integral
436 bool "Flow Queue Proportional Integral controller Enhanced" if NET_SCH_FQ_PIE
/linux/drivers/iio/accel/
H A Dmsa311.c230 int integral; member
469 msa311_odr_table[odr].integral, in msa311_set_odr()
508 freq_uhz = msa311_odr_table[odr].integral * MICROHZ_PER_HZ + in msa311_wait_for_next_data()
644 *val = msa311_fs_table[fs].integral; in msa311_read_scale()
667 *val = msa311_odr_table[odr].integral; in msa311_read_samp_freq()
734 /* Do not check msa311_fs_table[fs].integral, it's always 0 */ in msa311_write_scale()
773 if (val == msa311_odr_table[odr].integral && in msa311_write_samp_freq()
/linux/Documentation/mm/
H A Dz3fold.rst18 stores an integral number of compressed pages per page, but it can store
/linux/drivers/md/dm-vdo/
H A Dpermassert.h18 * A hack to apply the "warn if unused" attribute to an integral expression.
/linux/drivers/md/bcache/
H A 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()
133 * Only decrease the integral term if it's more than in __update_writeback_rate()
134 * zero. Only increase the integral term if the device in __update_writeback_rate()
135 * is keeping up. (Don't wind up the integral in __update_writeback_rate()
139 * writeback_rate_update_seconds to keep the integral in __update_writeback_rate()
H A Dsysfs.c222 char integral[20]; in SHOW() local
237 bch_hprint(integral, in SHOW()
248 "integral:\t%s\n" in SHOW()
252 integral, change, next_io); in SHOW()
/linux/drivers/scsi/arm/
H A DKconfig30 was either sold on its own or with an integral SCSI controller.
/linux/arch/powerpc/include/asm/
H A Duser.h27 * that an integral number of pages is written.
/linux/arch/alpha/include/asm/
H A Duser.h28 * that an integral number of pages is written.
/linux/arch/sh/include/asm/
H A Duser.h24 * that an integral number of pages is written.
/linux/tools/include/nolibc/
H A Dstdint.h45 /* limits of integral types */
/linux/arch/s390/include/asm/
H A Duser.h31 range. All of the addresses are rounded in such a way that an integral
/linux/Documentation/filesystems/ext4/
H A Dblocks.rst8 integral power of 2. Blocks are in turn grouped into larger units called
/linux/drivers/regulator/
H A Dsun20i-regulator.c21 /* regulator_list_voltage_linear() modified for the non-integral uV_step. */
/linux/arch/m68k/include/asm/
H A Duser.h23 range. All of the addresses are rounded in such a way that an integral

12345