Home
last modified time | relevance | path

Searched refs:constant (Results 1 - 25 of 92) sorted by relevance

1234

/kernel/linux/linux-5.10/Documentation/trace/postprocess/
H A Dtrace-vmscan-postprocess.pl17 use constant MM_VMSCAN_DIRECT_RECLAIM_BEGIN => 1;
18 use constant MM_VMSCAN_DIRECT_RECLAIM_END => 2;
19 use constant MM_VMSCAN_KSWAPD_WAKE => 3;
20 use constant MM_VMSCAN_KSWAPD_SLEEP => 4;
21 use constant MM_VMSCAN_LRU_SHRINK_ACTIVE => 5;
22 use constant MM_VMSCAN_LRU_SHRINK_INACTIVE => 6;
23 use constant MM_VMSCAN_LRU_ISOLATE => 7;
24 use constant MM_VMSCAN_WRITEPAGE_FILE_SYNC => 8;
25 use constant MM_VMSCAN_WRITEPAGE_ANON_SYNC => 9;
26 use constant MM_VMSCAN_WRITEPAGE_FILE_ASYN
[all...]
H A Dtrace-pagealloc-postprocess.pl19 use constant MM_PAGE_ALLOC => 1;
20 use constant MM_PAGE_FREE => 2;
21 use constant MM_PAGE_FREE_BATCHED => 3;
22 use constant MM_PAGE_PCPU_DRAIN => 4;
23 use constant MM_PAGE_ALLOC_ZONE_LOCKED => 5;
24 use constant MM_PAGE_ALLOC_EXTFRAG => 6;
25 use constant EVENT_UNKNOWN => 7;
28 use constant STATE_PCPU_PAGES_DRAINED => 8;
29 use constant STATE_PCPU_PAGES_REFILLED => 9;
32 use constant HIGH_PCPU_DRAIN
[all...]
/kernel/linux/linux-6.6/Documentation/trace/postprocess/
H A Dtrace-vmscan-postprocess.pl17 use constant MM_VMSCAN_DIRECT_RECLAIM_BEGIN => 1;
18 use constant MM_VMSCAN_DIRECT_RECLAIM_END => 2;
19 use constant MM_VMSCAN_KSWAPD_WAKE => 3;
20 use constant MM_VMSCAN_KSWAPD_SLEEP => 4;
21 use constant MM_VMSCAN_LRU_SHRINK_ACTIVE => 5;
22 use constant MM_VMSCAN_LRU_SHRINK_INACTIVE => 6;
23 use constant MM_VMSCAN_LRU_ISOLATE => 7;
24 use constant MM_VMSCAN_WRITEPAGE_FILE_SYNC => 8;
25 use constant MM_VMSCAN_WRITEPAGE_ANON_SYNC => 9;
26 use constant MM_VMSCAN_WRITEPAGE_FILE_ASYN
[all...]
H A Dtrace-pagealloc-postprocess.pl19 use constant MM_PAGE_ALLOC => 1;
20 use constant MM_PAGE_FREE => 2;
21 use constant MM_PAGE_FREE_BATCHED => 3;
22 use constant MM_PAGE_PCPU_DRAIN => 4;
23 use constant MM_PAGE_ALLOC_ZONE_LOCKED => 5;
24 use constant MM_PAGE_ALLOC_EXTFRAG => 6;
25 use constant EVENT_UNKNOWN => 7;
28 use constant STATE_PCPU_PAGES_DRAINED => 8;
29 use constant STATE_PCPU_PAGES_REFILLED => 9;
32 use constant HIGH_PCPU_DRAIN
[all...]
/kernel/linux/linux-5.10/drivers/input/joystick/iforce/
H A Diforce-ff.c12 * Set the magnitude of a constant force effect
219 return old->u.constant.level != effect->u.constant.level; in need_magnitude_modifier()
231 if (old->u.constant.envelope.attack_length != effect->u.constant.envelope.attack_length in need_envelope_modifier()
232 || old->u.constant.envelope.attack_level != effect->u.constant.envelope.attack_level in need_envelope_modifier()
233 || old->u.constant.envelope.fade_length != effect->u.constant.envelope.fade_length in need_envelope_modifier()
234 || old->u.constant in need_envelope_modifier()
[all...]
/kernel/linux/linux-6.6/drivers/input/joystick/iforce/
H A Diforce-ff.c12 * Set the magnitude of a constant force effect
219 return old->u.constant.level != effect->u.constant.level; in need_magnitude_modifier()
231 if (old->u.constant.envelope.attack_length != effect->u.constant.envelope.attack_length in need_envelope_modifier()
232 || old->u.constant.envelope.attack_level != effect->u.constant.envelope.attack_level in need_envelope_modifier()
233 || old->u.constant.envelope.fade_length != effect->u.constant.envelope.fade_length in need_envelope_modifier()
234 || old->u.constant in need_envelope_modifier()
[all...]
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dsmovecr.S4 | The entry point sMOVECR returns the constant at the
9 | Output: The constant rounded to the user's rounding
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dsmovecr.S4 | The entry point sMOVECR returns the constant at the
9 | Output: The constant rounded to the user's rounding
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_branch.c81 entry->constant = f->constant; in probe_likely_condition()
210 /* A constant is always correct */ in ftrace_likely_update()
212 f->constant++; in ftrace_likely_update()
305 if (!p->constant) in annotate_branch_stat_show()
308 l = snprintf(NULL, 0, "/%lu", p->constant); in annotate_branch_stat_show()
312 p->data.correct, p->constant, l, p->data.incorrect); in annotate_branch_stat_show()
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_branch.c81 entry->constant = f->constant; in probe_likely_condition()
210 /* A constant is always correct */ in ftrace_likely_update()
212 f->constant++; in ftrace_likely_update()
305 if (!p->constant) in annotate_branch_stat_show()
308 l = snprintf(NULL, 0, "/%lu", p->constant); in annotate_branch_stat_show()
312 p->data.correct, p->constant, l, p->data.incorrect); in annotate_branch_stat_show()
/kernel/linux/linux-5.10/drivers/thermal/ti-soc-thermal/
H A Dti-thermal-common.c73 int ret, tmp, slope, constant; in __ti_thermal_get_temp() local
88 constant = thermal_zone_get_offset(data->ti_thermal); in __ti_thermal_get_temp()
97 constant = s->constant_pcb; in __ti_thermal_get_temp()
104 *temp = ti_thermal_hotspot_temperature(tmp, slope, constant); in __ti_thermal_get_temp()
/kernel/linux/linux-6.6/drivers/thermal/ti-soc-thermal/
H A Dti-thermal-common.c76 int ret, tmp, slope, constant; in __ti_thermal_get_temp() local
91 constant = thermal_zone_get_offset(tz); in __ti_thermal_get_temp()
100 constant = s->constant_pcb; in __ti_thermal_get_temp()
107 *temp = ti_thermal_hotspot_temperature(tmp, slope, constant); in __ti_thermal_get_temp()
/kernel/linux/linux-5.10/drivers/input/mouse/
H A Delan_i2c_i2c.c473 u16 constant; in elan_i2c_iap_get_mode() local
484 constant = le16_to_cpup((__le16 *)val); in elan_i2c_iap_get_mode()
485 dev_dbg(&client->dev, "iap control reg: 0x%04x.\n", constant); in elan_i2c_iap_get_mode()
487 *mode = (constant & ETP_I2C_MAIN_MODE_ON) ? MAIN_MODE : IAP_MODE; in elan_i2c_iap_get_mode()
523 u16 constant; in elan_read_write_iap_type() local
543 constant = le16_to_cpup((__le16 *)val); in elan_read_write_iap_type()
544 dev_dbg(&client->dev, "iap type reg: 0x%04x\n", constant); in elan_read_write_iap_type()
546 if (constant == fw_page_size / 2) in elan_read_write_iap_type()
H A Delan_i2c_smbus.c297 u16 constant; in elan_smbus_iap_get_mode() local
307 constant = be16_to_cpup((__be16 *)val); in elan_smbus_iap_get_mode()
308 dev_dbg(&client->dev, "iap control reg: 0x%04x.\n", constant); in elan_smbus_iap_get_mode()
310 *mode = (constant & ETP_SMBUS_IAP_MODE_ON) ? IAP_MODE : MAIN_MODE; in elan_smbus_iap_get_mode()
/kernel/linux/linux-6.6/drivers/input/mouse/
H A Delan_i2c_i2c.c473 u16 constant; in elan_i2c_iap_get_mode() local
484 constant = le16_to_cpup((__le16 *)val); in elan_i2c_iap_get_mode()
485 dev_dbg(&client->dev, "iap control reg: 0x%04x.\n", constant); in elan_i2c_iap_get_mode()
487 *mode = (constant & ETP_I2C_MAIN_MODE_ON) ? MAIN_MODE : IAP_MODE; in elan_i2c_iap_get_mode()
523 u16 constant; in elan_read_write_iap_type() local
543 constant = le16_to_cpup((__le16 *)val); in elan_read_write_iap_type()
544 dev_dbg(&client->dev, "iap type reg: 0x%04x\n", constant); in elan_read_write_iap_type()
546 if (constant == fw_page_size / 2) in elan_read_write_iap_type()
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dtimex.h30 __kernel_long_t constant; member
69 long long constant; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dtimex.h30 __kernel_long_t constant; member
69 long long constant; member
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/
H A Dgss_krb5_keys.c290 * K(i) = CMAC(key, K(i-1) | i | constant | 0x00 | k)
295 * constant: The label input to the KDF is the usage constant supplied
305 krb5_cmac_Ki(struct crypto_shash *tfm, const struct xdr_netobj *constant, in krb5_cmac_Ki() argument
325 ret = crypto_shash_update(desc, constant->data, constant->len); in krb5_cmac_Ki()
348 * @constant: subkey usage label
358 * K(i) = CMAC(key, K(i-1) | i | constant | 0x00 | k)
359 * DR(key, constant) = k-truncate(K(1) | K(2) | ... | K(n))
360 * KDF-FEEDBACK-CMAC(key, constant)
368 krb5_kdf_feedback_cmac(const struct gss_krb5_enctype *gk5e, const struct xdr_netobj *inkey, struct xdr_netobj *outkey, const struct xdr_netobj *constant, gfp_t gfp_mask) krb5_kdf_feedback_cmac() argument
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dtimex.h49 * Added new constant NTP_PHASE_LIMIT
72 __kernel_long_t constant;/* pll time constant */ member
111 long long constant;/* pll time constant */ member
144 #define ADJ_TIMECONST 0x0020 /* pll time constant */
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dtimex.h49 * Added new constant NTP_PHASE_LIMIT
72 __kernel_long_t constant;/* pll time constant */ member
111 long long constant;/* pll time constant */ member
144 #define ADJ_TIMECONST 0x0020 /* pll time constant */
/kernel/linux/linux-5.10/lib/
H A Dsha1.c56 #define SHA_ROUND(t, input, fn, constant, A, B, C, D, E) do { \
58 E += TEMP + rol32(A,5) + (fn) + (constant); \
/kernel/linux/linux-6.6/lib/crypto/
H A Dsha1.c57 #define SHA_ROUND(t, input, fn, constant, A, B, C, D, E) do { \
59 E += TEMP + rol32(A,5) + (fn) + (constant); \
/kernel/linux/linux-5.10/kernel/time/
H A Dntp.c65 /* pll time constant: */
82 /* constant (boot-param configurable) NTP tick adjustment (upscaled) */
123 * Otherwise, reduce the offset by a fixed factor times the time constant.
688 time_constant = clamp(txc->constant, (long long)0, (long long)MAXTC); in process_adjtimex_modes()
695 txc->constant >= 0 && txc->constant <= MAX_TAI_OFFSET) in process_adjtimex_modes()
696 *time_tai = txc->constant; in process_adjtimex_modes()
764 txc->constant = time_constant; in __do_adjtimex()
/kernel/linux/linux-6.6/kernel/time/
H A Dntp.c65 /* pll time constant: */
82 /* constant (boot-param configurable) NTP tick adjustment (upscaled) */
123 * Otherwise, reduce the offset by a fixed factor times the time constant.
736 time_constant = txc->constant; in process_adjtimex_modes()
744 txc->constant >= 0 && txc->constant <= MAX_TAI_OFFSET) in process_adjtimex_modes()
745 *time_tai = txc->constant; in process_adjtimex_modes()
813 txc->constant = time_constant; in __do_adjtimex()
/kernel/linux/linux-6.6/drivers/gpu/drm/sprd/
H A Dmegacores_pll.c221 u32 range[2], constant; in dphy_timing_config() local
229 constant = t_ui << 1; in dphy_timing_config()
267 val[CLK] = DIV_ROUND_UP(range[L] * factor - constant, t_half_byteck); in dphy_timing_config()
269 val[DATA] = DIV_ROUND_UP(range[L] * 3 / 2 - constant, t_half_byteck) - 2; in dphy_timing_config()

Completed in 19 milliseconds

1234