| /linux/tools/perf/util/ |
| H A D | kvm-stat.h | 198 static inline struct kvm_info *kvm_info__get(struct kvm_info *ki) in kvm_info__get() argument 200 if (ki) in kvm_info__get() 201 refcount_inc(&ki->refcnt); in kvm_info__get() 202 return ki; in kvm_info__get() 205 static inline void kvm_info__put(struct kvm_info *ki) in kvm_info__put() argument 207 if (ki && refcount_dec_and_test(&ki->refcnt)) in kvm_info__put() 208 free(ki); in kvm_info__put() 211 static inline void __kvm_info__zput(struct kvm_info **ki) in __kvm_info__zput() argument 213 kvm_info__put(*ki); in __kvm_info__zput() 214 *ki = NULL; in __kvm_info__zput() [all …]
|
| H A D | hist.h | 350 struct kvm_info *ki, 360 struct kvm_info *ki,
|
| H A D | hist.c | 800 struct kvm_info *ki, in __hists__add_entry() 841 .kvm_info = ki, in __hists__add_entry() 866 struct kvm_info *ki, in hists__add_entry() 870 return __hists__add_entry(hists, al, sym_parent, bi, mi, ki, NULL, 880 struct kvm_info *ki, in hists__add_entry_ops() 884 return __hists__add_entry(hists, al, sym_parent, bi, mi, ki, NULL, 797 __hists__add_entry(struct hists * hists,struct addr_location * al,struct symbol * sym_parent,struct branch_info * bi,struct mem_info * mi,struct kvm_info * ki,struct block_info * block_info,struct perf_sample * sample,bool sample_self,struct hist_entry_ops * ops) __hists__add_entry() argument 863 hists__add_entry(struct hists * hists,struct addr_location * al,struct symbol * sym_parent,struct branch_info * bi,struct mem_info * mi,struct kvm_info * ki,struct perf_sample * sample,bool sample_self) hists__add_entry() argument 877 hists__add_entry_ops(struct hists * hists,struct hist_entry_ops * ops,struct addr_location * al,struct symbol * sym_parent,struct branch_info * bi,struct mem_info * mi,struct kvm_info * ki,struct perf_sample * sample,bool sample_self) hists__add_entry_ops() argument
|
| /linux/tools/thermal/tmon/ |
| H A D | pid.c | 62 p_param.ki = 5.0; in init_thermal_controller() 101 i_term = p_param.kp * p_param.ki * p_param.ts * ek; in controller_handler()
|
| H A D | tmon.h | 127 double ki; /* Time-constant for I 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()
|
| /linux/drivers/clk/bcm/ |
| H A D | clk-iproc-pll.c | 248 unsigned int ka, unsigned int ki) in __pll_bring_out_reset() argument 259 val |= ki << dig_filter->ki_shift | kp << dig_filter->kp_shift | in __pll_bring_out_reset() 310 int ka = 0, ki, kp, ret; in pll_set_rate() local 328 ki = 4; in pll_set_rate() 331 ki = 3; in pll_set_rate() 334 ki = 3; in pll_set_rate() 416 __pll_bring_out_reset(pll, kp, ka, ki); in pll_set_rate()
|
| /linux/arch/arm/boot/dts/qcom/ |
| H A D | qcom-msm8926-samsung-matisselte.dts | 3 * Copyright (c) 2022, Matti Lehtimäki <matti.lehtimaki@gmail.com>
|
| H A D | qcom-apq8026-samsung-matisse-wifi.dts | 3 * Copyright (c) 2022, Matti Lehtimäki <matti.lehtimaki@gmail.com>
|
| H A D | qcom-msm8226-samsung-matisse-common.dtsi | 3 * Copyright (c) 2022, Matti Lehtimäki <matti.lehtimaki@gmail.com>
|
| H A D | qcom-apq8026-samsung-milletwifi.dts | 3 * Copyright (c) 2022, Matti Lehtimäki <matti.lehtimaki@gmail.com>
|
| /linux/drivers/base/ |
| H A D | class.c | 335 klist_iter_init_node(&sp->klist_devices, &iter->ki, start_knode); in class_dev_iter_init() 362 knode = klist_next(&iter->ki); in class_dev_iter_next() 381 klist_iter_exit(&iter->ki); in class_dev_iter_exit()
|
| H A D | bus.c | 1153 struct klist_iter ki; member 1176 klist_iter_init_node(&sp->klist_devices, &iter->ki, start_knode); in subsys_dev_iter_init() 1198 knode = klist_next(&iter->ki); in subsys_dev_iter_next() 1216 klist_iter_exit(&iter->ki); in subsys_dev_iter_exit()
|
| /linux/include/linux/device/ |
| H A D | class.h | 73 struct klist_iter ki; member
|
| /linux/tools/perf/ |
| H A D | builtin-kvm.c | 727 struct kvm_info *ki; in find_create_kvm_event() local 731 ki = kvm_info__new(); in find_create_kvm_event() 732 if (!ki) { in find_create_kvm_event() 737 kvm->events_ops->decode_key(kvm, key, ki->name); in find_create_kvm_event() 739 &kvm->al, NULL, NULL, NULL, ki, sample, true); in find_create_kvm_event() 742 free(ki); in find_create_kvm_event()
|
| /linux/drivers/gpu/drm/nouveau/dispnv04/ |
| H A D | tvmodesnv17.c | 257 int64_t ki; member 337 int64_t c = (p->k1 + p->ki*i + p->ki2*i*i + in tv_setup_filter()
|