Home
last modified time | relevance | path

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

1234

/linux/scripts/coccinelle/api/
H A Dkmalloc_objs.cocci27 // This excludes anything that is assigning to or from integral types or
40 type INTEGRAL = {u8,__u8,uint8_t,char,unsigned char,uchar,wchar_t,
46 INTEGRAL *BYTES;
47 INTEGRAL **BYTES_PTRS;
65 ALLOC((\(sizeof(STRING)\|sizeof(INTEGRAL)\|sizeof(INTEGRAL *)\)), GFP)
83 ALLOC_ARRAY(COUNT, (\(sizeof(STRING)\|sizeof(INTEGRAL)\|sizeof(INTEGRAL *)\)), GFP)
93 ALLOC_ARRAY((\(sizeof(STRING)\|sizeof(INTEGRAL)\|sizeof(INTEGRAL *)\)), COUNT, GFP)
/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/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/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
421 Say Y here if you want to use the Dual Queue Proportional Integral
460 bool "Flow Queue Proportional Integral controller Enhanced" if NET_SCH_FQ_PIE
/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/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/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/drivers/iio/
H A Dindustrialio-gts-helper.c117 * @scale_int: Pointer to integral part of the scale (typically val1)
924 * @scale_int: Integral part of the scale (typically val1)
967 * @scale_int: Integral part of the scale (typically val1)
997 * @scale_int: Integral part of the scale (typically val1)
1079 * @scale_int: Integral part of the scale (typically val1)
/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/drivers/md/bcache/
H A Dsysfs.c221 char integral[20]; in SHOW() local
236 bch_hprint(integral, in SHOW()
247 "integral:\t%s\n" in SHOW()
251 integral, change, next_io); in SHOW()
/linux/arch/arm/include/asm/
H A Duser.h25 range. All of the addresses are rounded in such a way that an integral
/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