Searched refs:kd (Results 1 - 25 of 27) sorted by relevance

12

/linux-master/include/linux/
H A Dkbd_diacr.h4 #include <linux/kd.h>
H A Dvt_kern.h11 #include <linux/kd.h>
/linux-master/net/netfilter/ipvs/
H A Dip_vs_est.c147 static void ip_vs_tick_estimation(struct ip_vs_est_kt_data *kd, int row) argument
153 td = rcu_dereference(kd->ticks[row]);
161 td = rcu_dereference(kd->ticks[row]);
172 struct ip_vs_est_kt_data *kd = data; local
173 struct netns_ipvs *ipvs = kd->ipvs;
174 int row = kd->est_row;
176 int id = kd->id;
203 gap = kd->est_timer - now;
206 kd->est_timer = now - IPVS_EST_TICK;
213 kd
243 ip_vs_est_kthread_start(struct netns_ipvs *ipvs, struct ip_vs_est_kt_data *kd) argument
277 ip_vs_est_kthread_stop(struct ip_vs_est_kt_data *kd) argument
287 ip_vs_est_set_params(struct netns_ipvs *ipvs, struct ip_vs_est_kt_data *kd) argument
301 struct ip_vs_est_kt_data *kd = NULL; local
373 struct ip_vs_est_kt_data *kd; local
393 struct ip_vs_est_kt_data *kd = NULL; local
508 ip_vs_est_kthread_destroy(struct ip_vs_est_kt_data *kd) argument
525 struct ip_vs_est_kt_data *kd; local
637 struct ip_vs_est_kt_data *kd; local
740 struct ip_vs_est_kt_data *kd; local
[all...]
H A Dip_vs_ctl.c256 struct ip_vs_est_kt_data *kd = ipvs->est_kt_arr[id]; local
261 if (!kd)
265 ip_vs_est_kthread_stop(kd);
266 if (!kd->task && !ip_vs_est_stopped(ipvs)) {
269 ip_vs_est_kthread_start(ipvs, kd) < 0)
/linux-master/tools/thermal/tmon/
H A Dpid.c34 * kd = derivative gain
63 p_param.kd = 0.19;
102 d_term = -p_param.kp * p_param.kd * (xk - 2 * xk_1 + xk_2) / p_param.ts;
H A Dtmon.h128 double kd; /* Time-constant for D action from Dialog Box */ member in struct:pid_params
H A Dtui.c334 "PID gain: kp=%2.2f ki=%2.2f kd=%2.2f Output %2.2f",
335 p_param.kp, p_param.ki, p_param.kd, p_param.y_k);
/linux-master/arch/m68k/sun3x/
H A Dtime.c9 #include <linux/kd.h>
/linux-master/arch/m68k/atari/
H A Datakeyb.c25 #include <linux/kd.h>
/linux-master/drivers/s390/char/
H A Ddefkeymap.c8 #include <linux/kd.h>
/linux-master/drivers/video/console/
H A Dsticon.c43 #include <linux/kd.h>
H A Dmdacon.c35 #include <linux/kd.h>
H A Dvgacon.c42 #include <linux/kd.h>
H A Dnewport_con.c16 #include <linux/kd.h>
/linux-master/arch/arm64/boot/dts/rockchip/
H A DMakefile41 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-gru-scarlet-kd.dtb
/linux-master/scripts/dtc/include-prefixes/arm64/rockchip/
H A DMakefile41 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-gru-scarlet-kd.dtb
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.h44 #include <linux/kd.h>
/linux-master/arch/um/drivers/
H A Dline.c7 #include <linux/kd.h>
/linux-master/include/net/
H A Dip_vs.h1585 struct ip_vs_est_kt_data *kd);
1586 void ip_vs_est_kthread_stop(struct ip_vs_est_kt_data *kd);
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhw.c768 /* program BB PLL ki and kd value, ki=0x4, kd=0x40 */
798 u32 ddr_dpll2, pll_control2, kd; local
803 kd = 0x1d;
807 kd = 0x3d;
810 /* program DDR PLL ki and kd value */
824 /* program BB PLL kd and ki value */
825 REG_RMW_FIELD(ah, AR_CH0_BB_DPLL2, AR_CH0_DPLL2_KD, kd);
/linux-master/drivers/tty/vt/
H A Dvt_ioctl.c20 #include <linux/kd.h>
70 * Console (vt and kd) routines, as defined by USL SVR4 manual, and by
H A Dconsolemap.c29 #include <linux/kd.h>
/linux-master/drivers/tty/
H A Dtty_io.c85 #include <linux/kd.h>
/linux-master/security/smack/
H A Dsmack_lsm.c22 #include <linux/kd.h>
/linux-master/drivers/video/fbdev/core/
H A Dfbcon.c66 #include <linux/kd.h>

Completed in 310 milliseconds

12