/linux/include/uapi/linux/ |
H A D | resource.h | 28 __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 D | altera_tse.rst | 169 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 D | max44009.c | 299 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 D | tsacct.c | 149 * 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 D | sysfs-class-thermal | 130 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 D | pid.c | 29 * PID (Proportional-Integral-Derivative) controller is commonly used in 33 * ki = integral gain
|
H A D | tmon.8 | 32 - with a built-in Proportional Integral Derivative (\fBPID\fP) 74 \fBki \fP integral gain of \fBPID\fP controller
|
H A D | README | 29 pid.c : a proportional-integral-derivative (PID) controller
|
/linux/Documentation/driver-api/thermal/ |
H A D | power_allocator.rst | 23 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 D | windfarm_pid.c | 56 /* Calculate integral term */ in wf_pid_run() 114 /* Calculate integral term */ in wf_cpu_pid_run()
|
/linux/net/sched/ |
H A D | Kconfig | 323 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 D | msa311.c | 230 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 D | z3fold.rst | 18 stores an integral number of compressed pages per page, but it can store
|
/linux/drivers/md/dm-vdo/ |
H A D | permassert.h | 18 * A hack to apply the "warn if unused" attribute to an integral expression.
|
/linux/drivers/md/bcache/ |
H A D | writeback.c | 71 * 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 D | sysfs.c | 222 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 D | Kconfig | 30 was either sold on its own or with an integral SCSI controller.
|
/linux/arch/powerpc/include/asm/ |
H A D | user.h | 27 * that an integral number of pages is written.
|
/linux/arch/alpha/include/asm/ |
H A D | user.h | 28 * that an integral number of pages is written.
|
/linux/arch/sh/include/asm/ |
H A D | user.h | 24 * that an integral number of pages is written.
|
/linux/tools/include/nolibc/ |
H A D | stdint.h | 45 /* limits of integral types */
|
/linux/arch/s390/include/asm/ |
H A D | user.h | 31 range. All of the addresses are rounded in such a way that an integral
|
/linux/Documentation/filesystems/ext4/ |
H A D | blocks.rst | 8 integral power of 2. Blocks are in turn grouped into larger units called
|
/linux/drivers/regulator/ |
H A D | sun20i-regulator.c | 21 /* regulator_list_voltage_linear() modified for the non-integral uV_step. */
|
/linux/arch/m68k/include/asm/ |
H A D | user.h | 23 range. All of the addresses are rounded in such a way that an integral
|