/openbmc/linux/net/netfilter/ipvs/ |
H A D | ip_vs_est.c | 146 static void ip_vs_tick_estimation(struct ip_vs_est_kt_data *kd, int row) in ip_vs_tick_estimation() argument 152 td = rcu_dereference(kd->ticks[row]); in ip_vs_tick_estimation() 160 td = rcu_dereference(kd->ticks[row]); in ip_vs_tick_estimation() 171 struct ip_vs_est_kt_data *kd = data; in ip_vs_estimation_kthread() local 172 struct netns_ipvs *ipvs = kd->ipvs; in ip_vs_estimation_kthread() 173 int row = kd->est_row; in ip_vs_estimation_kthread() 175 int id = kd->id; in ip_vs_estimation_kthread() 202 gap = kd->est_timer - now; in ip_vs_estimation_kthread() 205 kd->est_timer = now - IPVS_EST_TICK; in ip_vs_estimation_kthread() 212 kd->est_timer = now; 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() 265 ip_vs_est_kthread_stop(kd); in est_reload_work_handler() 266 if (!kd->task && !ip_vs_est_stopped(ipvs)) { in est_reload_work_handler() 269 ip_vs_est_kthread_start(ipvs, kd) < 0) in est_reload_work_handler()
|
/openbmc/u-boot/common/ |
H A D | kgdb.c | 321 kgdb_data kd; in handle_exception() local 349 kgdb_enter(regs, &kd); in handle_exception() 357 *ptr++ = hexchars[kd.sigval >> 4]; in handle_exception() 358 *ptr++ = hexchars[kd.sigval & 0xf]; in handle_exception() 360 for (i = 0; i < kd.nregs; i++) { in handle_exception() 361 kgdb_reg *rp = &kd.regs[i]; in handle_exception() 398 remcomOutBuffer[1] = hexchars[kd.sigval >> 4]; in handle_exception() 399 remcomOutBuffer[2] = hexchars[kd.sigval & 0xf]; in handle_exception() 451 kd.extype = KGDBEXIT_KILL; in handle_exception() 461 kd.extype = KGDBEXIT_CONTINUE; in handle_exception() [all …]
|
/openbmc/qemu/target/arm/ |
H A D | kvm.c | 663 KVMDevice *kd; in kvm_arm_devlistener_add() local 665 QSLIST_FOREACH(kd, &kvm_devices_head, entries) { in kvm_arm_devlistener_add() 666 if (section->mr == kd->mr) { in kvm_arm_devlistener_add() 667 kd->kda.addr = section->offset_within_address_space; in kvm_arm_devlistener_add() 675 KVMDevice *kd; in kvm_arm_devlistener_del() local 677 QSLIST_FOREACH(kd, &kvm_devices_head, entries) { in kvm_arm_devlistener_del() 678 if (section->mr == kd->mr) { in kvm_arm_devlistener_del() 679 kd->kda.addr = -1; in kvm_arm_devlistener_del() 691 static void kvm_arm_set_device_addr(KVMDevice *kd) in kvm_arm_set_device_addr() argument 693 struct kvm_device_attr *attr = &kd->kdattr; in kvm_arm_set_device_addr() [all …]
|
/openbmc/linux/tools/thermal/tmon/ |
H A D | pid.c | 63 p_param.kd = 0.19; in init_thermal_controller() 102 d_term = -p_param.kp * p_param.kd * (xk - 2 * xk_1 + xk_2) / p_param.ts; in controller_handler()
|
H A D | tmon.h | 128 double kd; /* Time-constant for D action from Dialog Box */ member
|
H A D | tui.c | 335 p_param.kp, p_param.ki, p_param.kd, p_param.y_k); in show_control_w()
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools/ |
H A D | 0002-f2fs_io-Define-_FILE_OFFSET_BITS-64.patch | 123 - if (lseek64(c.kd, (off64_t)offset, SEEK_SET) < 0) 124 + if (lseek(c.kd, (off_t)offset, SEEK_SET) < 0) 126 if (read(c.kd, buf, len) < 0)
|
/openbmc/u-boot/arch/mips/mach-ath79/qca953x/ |
H A D | lowlevel_init.S | 31 #define MK_DPLL2(ki, kd) (DPLL2_KI(ki) | DPLL2_KD(kd) | DPLL2_PWD) argument
|
/openbmc/linux/arch/arm64/boot/dts/rockchip/ |
H A D | Makefile | 41 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-gru-scarlet-kd.dtb
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | hw.c | 798 u32 ddr_dpll2, pll_control2, kd; in ath9k_hw_init_pll() local 803 kd = 0x1d; in ath9k_hw_init_pll() 807 kd = 0x3d; in ath9k_hw_init_pll() 825 REG_RMW_FIELD(ah, AR_CH0_BB_DPLL2, AR_CH0_DPLL2_KD, kd); in ath9k_hw_init_pll()
|
/openbmc/linux/include/net/ |
H A D | ip_vs.h | 1585 struct ip_vs_est_kt_data *kd); 1586 void ip_vs_est_kthread_stop(struct ip_vs_est_kt_data *kd);
|
/openbmc/linux/drivers/tty/vt/ |
H A D | defkeymap.c_shipped | 7 #include <linux/kd.h>
|
/openbmc/linux/Documentation/userspace-api/ioctl/ |
H A D | ioctl-number.rst | 165 'K' all linux/kd.h
|
/openbmc/u-boot/doc/ |
H A D | README.scrapyard | 216 flagadm powerpc mpc8xx aec6f8c5 2014-08-22 Kári Davíðsson <kd@flaga.is>
|
/openbmc/openbmc/poky/meta/lib/oeqa/files/ |
H A D | buildhistory_filelist2.txt | 3596 -rw-r--r-- root root 6253 ./usr/include/linux/kd.h 4621 -rw-r--r-- root root 1112 ./usr/include/sys/kd.h
|
H A D | buildhistory_filelist1.txt | 3595 -rw-r--r-- root root 6253 ./usr/include/linux/kd.h 4620 -rw-r--r-- root root 1112 ./usr/include/sys/kd.h
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |