| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_est.c | 41 * Average bps is scaled by 2^5, while average pps and cps are scaled by 2^10. 72 est_kt_count(R/W), est_kt_arr(R/W), est_genid_done, kd->needed(R/W) 75 est_kt_count(R), est_kt_arr(R), kd->needed(R), kd->task (id > 0) 139 /* scaled by 2^5, but divided 2 seconds */ in ip_vs_chain_estimation() 151 static void ip_vs_tick_estimation(struct ip_vs_est_kt_data *kd, int row) in ip_vs_tick_estimation() argument 157 td = rcu_dereference(kd->ticks[row]); in ip_vs_tick_estimation() 165 td = rcu_dereference(kd->ticks[row]); in ip_vs_tick_estimation() 176 struct ip_vs_est_kt_data *kd = data; in ip_vs_estimation_kthread() local 177 struct netns_ipvs *ipvs = kd->ipvs; in ip_vs_estimation_kthread() 178 int row = kd->est_row; in ip_vs_estimation_kthread() [all …]
|
| H A D | ip_vs_ctl.c | 256 struct ip_vs_est_kt_data *kd = ipvs->est_kt_arr[id]; in est_reload_work_handler() local 261 if (!kd) in est_reload_work_handler() 268 ip_vs_est_kthread_stop(kd); in est_reload_work_handler() 272 /* kd for kt 0 is never destroyed */ in est_reload_work_handler() 274 ip_vs_est_kthread_stop(kd); in est_reload_work_handler() 277 if (!kd->task && !ip_vs_est_stopped(ipvs)) { in est_reload_work_handler() 284 start = kd->needed; in est_reload_work_handler() 285 if (start && ip_vs_est_kthread_start(ipvs, kd) < 0) in est_reload_work_handler() 3157 if (++loops >= 5) in ip_vs_status_show() 5119 .priority = ADDRCONF_NOTIFY_PRIORITY + 5,
|
| /linux/Documentation/devicetree/bindings/iio/pressure/ |
| H A D | honeywell,hsc030pa.yaml | 52 1 - B, 5% to 95% of 2^14 53 2 - C, 5% to 85% of 2^14 68 250KA, 400KA, 600KA, 001GA, 160LD, 250LD, 400LD, 600LD, 001KD, 69 1.6KD, 2.5KD, 004KD, 006KD, 010KD, 016KD, 025KD, 040KD, 060KD, 70 100KD, 160KD, 250KD, 400KD, 250LG, 400LG, 600LG, 001KG, 1.6KG, 91 Provide VDD power to the sensor (either 3.3V or 5V depending on the chip)
|
| /linux/drivers/iio/pressure/ |
| H A D | hsc030pa.c | 42 #define HSC_TEMPERATURE_MASK GENMASK(15, 5) 52 * function B: 5% - 95% of 2^14 53 * function C: 5% - 85% of 2^14 114 [HSC400LD] = "400LD", [HSC600LD] = "600LD", [HSC001KD] = "001KD", 115 [HSC1_6KD] = "1.6KD", [HSC2_5KD] = "2.5KD", [HSC004KD] = "004KD", 116 [HSC006KD] = "006KD", [HSC010KD] = "010KD", [HSC016KD] = "016KD", 117 [HSC025KD] = "025KD", [HSC040KD] = "040KD", [HSC060KD] = "060KD", 118 [HSC100KD] = "100KD", [HSC160KD] = "160KD", [HSC250KD] = "250KD", 119 [HSC400KD] = "400KD", [HSC250LG] = "250LG", [HSC400LG] = "400LG", 429 .shift = 5,
|
| H A D | abp2030pa.c | 40 #define ABP2_ST_BUSY BIT(5) /* 1 if device is busy */ 88 [ABP2250KA] = "250KA", [ABP2001KD] = "001KD", [ABP21_6KD] = "1.6KD", 89 [ABP22_5KD] = "2.5KD", [ABP2004KD] = "004KD", [ABP2006KD] = "006KD", 90 [ABP2010KD] = "010KD", [ABP2016KD] = "016KD", [ABP2025KD] = "025KD", 91 [ABP2040KD] = "040KD", [ABP2060KD] = "060KD", [ABP2100KD] = "100KD", 92 [ABP2160KD] = "160KD", [ABP2250KD] = "250KD", [ABP2400KD] = "400KD", 267 fsleep(5 * USEC_PER_MSEC); in abp2_get_measurement()
|
| /linux/arch/m68k/sun3x/ |
| H A D | time.c | 9 #include <linux/kd.h> 84 disable_irq(5); 85 enable_irq(5); 100 sun3_disable_irq(5); in sun3x_sched_init() 101 sun3_enable_irq(5); in sun3x_sched_init()
|
| /linux/tools/thermal/tmon/ |
| H A D | tmon.8 | 75 \fBkd \fP derivative gain of \fBPID\fP controller 118 5 65.0 52 52 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6 0 121 8 65.0 68 68 0 0 0 0 0 0 0 0 0 0 5 5 5 5 6 0
|
| H A D | tmon.h | 128 double kd; /* Time-constant for D action from Dialog Box */ member 176 #define PT_COLOR_YELLOW 5
|
| H A D | tui.c | 104 /* wrap at 5 */ 105 #define DIAG_DEV_ROWS 5 107 * list cooling devices + "set temp" entry; wraps after 5 rows, if they fit 140 dialogue_window = subwin(stdscr, diag_dev_rows() + 5, maxx-50, in setup_windows() 334 "PID gain: kp=%2.2f ki=%2.2f kd=%2.2f Output %2.2f", in show_control_w() 335 p_param.kp, p_param.ki, p_param.kd, p_param.y_k); in show_control_w()
|
| /linux/include/linux/ |
| H A D | kbd_kern.h | 14 * Note: externally visible are LED_SCR, LED_NUM, LED_CAP defined in kd.h 53 unsigned char modeflags:5;
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | hw.c | 724 SM(5, AR_QOS_NO_ACK_BIT_OFF) | in ath9k_hw_init_qos() 769 /* program BB PLL ki and kd value, ki=0x4, kd=0x40 */ in ath9k_hw_init_pll() 799 u32 ddr_dpll2, pll_control2, kd; in ath9k_hw_init_pll() local 804 kd = 0x1d; in ath9k_hw_init_pll() 808 kd = 0x3d; in ath9k_hw_init_pll() 811 /* program DDR PLL ki and kd value */ in ath9k_hw_init_pll() 825 /* program BB PLL kd and ki value */ in ath9k_hw_init_pll() 826 REG_RMW_FIELD(ah, AR_CH0_BB_DPLL2, AR_CH0_DPLL2_KD, kd); in ath9k_hw_init_pll() 857 refdiv = 5; in ath9k_hw_init_pll() 1574 udelay(5); in ath9k_hw_channel_change() [all …]
|
| /linux/drivers/s390/char/ |
| H A D | defkeymap.c | 8 #include <linux/kd.h> 117 '\033', '[', '2', '5', '~', 0, 134 ebc_func_buf + 5,
|
| /linux/arch/m68k/atari/ |
| H A D | atakeyb.c | 25 #include <linux/kd.h> 251 if (kb_state.len == 5) { in atari_keyboard_interrupt() 367 char cmd[5] = { 0x09, xmax>>8, xmax&0xFF, ymax>>8, ymax&0xFF }; in ikbd_mouse_abs_pos() 369 ikbd_write(cmd, 5); in ikbd_mouse_abs_pos()
|
| /linux/drivers/video/fbdev/matrox/ |
| H A D | matroxfb_base.h | 44 #include <linux/kd.h> 271 unsigned char SEQ[5]; 385 #define MATROXFB_MAX_FB_DRIVERS 5
|
| /linux/drivers/tty/vt/ |
| H A D | defkeymap.c_shipped | 7 #include <linux/kd.h> 282 '\033', '[', '2', '5', '~', 0, 294 '\033', '[', '5', '~', 0, 306 func_buf + 5,
|
| H A D | consolemap.c | 29 #include <linux/kd.h> 197 #define UNI_GLYPH_BITS GENMASK( 5, 0)
|
| H A D | vt.c | 83 #include <linux/kd.h> 1397 const unsigned char color_table[] = { 0, 4, 2, 6, 1, 5, 3, 7, 1697 if (vc->vc_par[i] == 5 && i + 1 <= vc->vc_npar) { in vc_t416_color() 1721 CSI_m_BLINK = 5, 1976 CSI_DEC_hl_REVERSE_VIDEO = 5, /* SCNM */ 2537 if (vc->vc_par[0] == 5) in csi_DEC() 2639 if (vc->vc_par[0] == 5) in csi_ECMA()
|
| /linux/drivers/video/console/ |
| H A D | vgacon.c | 24 * 5-May-96 <mitja.horvat@guest.arnes.si> 42 #include <linux/kd.h>
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | selection.svg | 10 <path d="M0-.5h1v2H0z" fill="#f815bb"/> 25 <stop stop-color="#1e2424" offset=".5"/> 37 <stop stop-color="#1e2424" offset=".5"/> 56 <clipPath id="kd"> 309 ….588-.32 2.244-.79 3-1.094a3.4 3.4 0 0 1 .75-.25c1.133-.23 2.304.209 6.343-.5 4.04-.709 5.5-.927 6… 321 ….993-10.22 1.625-1.632-.335-3.945-.613-5.937-.469-3.064.221-4.967.373-6.906.5-.659.043-1.042.124-1… 379 ….993-10.22 1.625-1.632-.335-3.945-.613-5.937-.469-3.064.221-4.967.373-6.906.5-.659.043-1.042.124-1… 461 ….588-.32 2.244-.79 3-1.094a3.4 3.4 0 0 1 .75-.25c1.133-.23 2.304.209 6.343-.5 4.04-.709 5.5-.927 6… 611 <stop stop-color="#222929" offset=".5"/> 620 <stop stop-color="#a9ae01" offset=".5"/> [all …]
|
| /linux/drivers/s390/block/ |
| H A D | dasd_eckd.c | 702 * to get read/written with the KD variant of the command. 705 * Luckily the KD variants differ only by one bit (0x08) from the 886 cqr->retries = 5; in dasd_eckd_read_conf_immediately() 2327 init_cqr->expires = 5*HZ; in dasd_eckd_start_analysis() 2390 for (i = 0; i < 5; i++) { in dasd_eckd_end_analysis() 2399 if (i == 5) in dasd_eckd_end_analysis() 4125 cqr->expires = startdev->default_expires * HZ; /* default 5 minutes */ in dasd_eckd_build_cp_cmd_single() 4302 cqr->expires = startdev->default_expires * HZ; /* default 5 minutes */ in dasd_eckd_build_cp_cmd_track() 4626 cqr->expires = startdev->default_expires * HZ; /* default 5 minutes */ in dasd_eckd_build_cp_tpm_track() 5235 cqr->retries = 5; in dasd_eckd_snid()
|
| /linux/security/smack/ |
| H A D | smack_lsm.c | 22 #include <linux/kd.h> 3907 * "foo\n\0" (5 characters) in smack_setprocattr()
|