Home
last modified time | relevance | path

Searched refs:ki (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/fs/cachefiles/
H A Dio.c33 static inline void cachefiles_put_kiocb(struct cachefiles_kiocb *ki) in cachefiles_put_kiocb() argument
35 if (refcount_dec_and_test(&ki->ki_refcnt)) { in cachefiles_put_kiocb()
36 cachefiles_put_object(ki->object, cachefiles_obj_put_ioreq); in cachefiles_put_kiocb()
37 fput(ki->iocb.ki_filp); in cachefiles_put_kiocb()
38 kfree(ki); in cachefiles_put_kiocb()
47 struct cachefiles_kiocb *ki = container_of(iocb, struct cachefiles_kiocb, iocb); in cachefiles_read_complete() local
48 struct inode *inode = file_inode(ki->iocb.ki_filp); in cachefiles_read_complete()
53 trace_cachefiles_io_error(ki->object, inode, ret, in cachefiles_read_complete()
56 if (ki->term_func) { in cachefiles_read_complete()
58 if (ki->object->cookie->inval_counter == ki->inval_counter) in cachefiles_read_complete()
[all …]
/openbmc/linux/tools/perf/util/
H A Dkvm-stat.h153 static inline struct kvm_info *kvm_info__get(struct kvm_info *ki) in kvm_info__get() argument
155 if (ki) in kvm_info__get()
156 refcount_inc(&ki->refcnt); in kvm_info__get()
157 return ki; in kvm_info__get()
160 static inline void kvm_info__put(struct kvm_info *ki) in kvm_info__put() argument
162 if (ki && refcount_dec_and_test(&ki->refcnt)) in kvm_info__put()
163 free(ki); in kvm_info__put()
166 static inline void __kvm_info__zput(struct kvm_info **ki) in __kvm_info__zput() argument
168 kvm_info__put(*ki); in __kvm_info__zput()
169 *ki = NULL; in __kvm_info__zput()
[all …]
H A Dhist.h155 struct kvm_info *ki,
165 struct kvm_info *ki,
H A Dhist.c710 struct kvm_info *ki, in __hists__add_entry() argument
746 .kvm_info = ki, in __hists__add_entry()
771 struct kvm_info *ki, in hists__add_entry() argument
775 return __hists__add_entry(hists, al, sym_parent, bi, mi, ki, NULL, in hists__add_entry()
785 struct kvm_info *ki, in hists__add_entry_ops() argument
789 return __hists__add_entry(hists, al, sym_parent, bi, mi, ki, NULL, in hists__add_entry_ops()
/openbmc/estoraged/src/erase/
H A DcryptoErase.cpp58 crypt_keyslot_info ki = in doErase() local
61 if (ki == CRYPT_SLOT_ACTIVE || ki == CRYPT_SLOT_ACTIVE_LAST) in doErase()
/openbmc/linux/tools/thermal/tmon/
H A Dpid.c62 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 Dtmon.h127 double ki; /* Time-constant for I action from Dialog Box */ member
H A Dtui.c335 p_param.kp, p_param.ki, p_param.kd, p_param.y_k); in show_control_w()
/openbmc/linux/drivers/clk/bcm/
H A Dclk-iproc-pll.c248 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()
/openbmc/u-boot/arch/mips/mach-ath79/qca953x/
H A Dlowlevel_init.S31 #define MK_DPLL2(ki, kd) (DPLL2_KI(ki) | DPLL2_KD(kd) | DPLL2_PWD) argument
/openbmc/linux/drivers/base/
H A Dclass.c326 klist_iter_init_node(&sp->klist_devices, &iter->ki, start_knode); in class_dev_iter_init()
353 knode = klist_next(&iter->ki); in class_dev_iter_next()
372 klist_iter_exit(&iter->ki); in class_dev_iter_exit()
H A Dbus.c1072 struct klist_iter ki; member
1095 klist_iter_init_node(&sp->klist_devices, &iter->ki, start_knode); in subsys_dev_iter_init()
1117 knode = klist_next(&iter->ki); in subsys_dev_iter_next()
1135 klist_iter_exit(&iter->ki); in subsys_dev_iter_exit()
/openbmc/linux/include/linux/device/
H A Dclass.h75 struct klist_iter ki; member
/openbmc/linux/tools/perf/
H A Dbuiltin-kvm.c787 struct kvm_info *ki; in find_create_kvm_event() local
791 ki = kvm_info__new(); in find_create_kvm_event()
792 if (!ki) { in find_create_kvm_event()
797 kvm->events_ops->decode_key(kvm, key, ki->name); in find_create_kvm_event()
799 &kvm->al, NULL, NULL, NULL, ki, sample, true); in find_create_kvm_event()
802 free(ki); in find_create_kvm_event()
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvmodesnv17.c257 int64_t ki; member
337 int64_t c = (p->k1 + p->ki*i + p->ki2*i*i + in tv_setup_filter()
/openbmc/qemu/
H A D.mailmap157 Juha Riihimäki <juha.riihimaki@nokia.com>
158 Juha Riihimäki <Juha.Riihimaki@nokia.com>
/openbmc/linux/arch/arm/boot/dts/qcom/
H A Dqcom-apq8026-samsung-matisse-wifi.dts3 * Copyright (c) 2022, Matti Lehtimäki <matti.lehtimaki@gmail.com>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/fontforge/
H A D0001-Fix-Translations-containing-invalid-directives-hs.patch378 -"Trong hộp thoại tìm kiếm, %1$s chứa một tham chiếu đến %2$.20hs mà không tồn "
379 +"Trong hộp thoại tìm kiếm, %1$s chứa một tham chiếu đến %2$.20s mà không tồn "
/openbmc/linux/include/linux/
H A Dfs.h3268 static inline int kiocb_set_rw_flags(struct kiocb *ki, rwf_t flags) in kiocb_set_rw_flags() argument
3281 if (!(ki->ki_filp->f_mode & FMODE_NOWAIT)) in kiocb_set_rw_flags()
3289 ki->ki_flags |= kiocb_flags; in kiocb_set_rw_flags()