Home
last modified time | relevance | path

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

1234

/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/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
448 bool "Flow Queue Proportional Integral controller Enhanced" if NET_SCH_FQ_PIE
/linux/drivers/iio/accel/
H A Dmsa311.c231 int integral; member
470 msa311_odr_table[odr].integral, in msa311_set_odr()
509 freq_uhz = msa311_odr_table[odr].integral * MICROHZ_PER_HZ + in msa311_wait_for_next_data()
646 *val = msa311_fs_table[fs].integral; in msa311_read_scale()
669 *val = msa311_odr_table[odr].integral; in msa311_read_samp_freq()
736 /* Do not check msa311_fs_table[fs].integral, it's always 0 */ in msa311_write_scale()
776 if (val == msa311_odr_table[odr].integral && in msa311_write_samp_freq()
/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/md/dm-vdo/
H A Dpermassert.h18 * A hack to apply the "warn if unused" attribute to an integral expression.
/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
/linux/arch/arc/mm/
H A Dcache.c203 * and have @paddr - aligned to cache line and integral @num_lines. in __cache_line_loop_v3()
206 * -@sz will be integral multiple of line size (being page sized). in __cache_line_loop_v3()
262 * and have @paddr - aligned to cache line and integral @num_lines. in __cache_line_loop_v4()
265 * -@sz will be integral multiple of line size (being page sized). in __cache_line_loop_v4()
/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_common.h107 typedef u16 fw_port_cap16_t; /* 16-bit Port Capabilities integral value */
108 typedef u32 fw_port_cap32_t; /* 32-bit Port Capabilities integral value */

1234