Home
last modified time | relevance | path

Searched refs:ctxt (Results 126 - 150 of 389) sorted by relevance

12345678910>>...16

/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H A Dsev.c76 static enum es_result vc_decode_insn(struct es_em_ctxt *ctxt) in vc_decode_insn() argument
81 memcpy(buffer, (unsigned char *)ctxt->regs->ip, MAX_INSN_SIZE); in vc_decode_insn()
83 ret = insn_decode(&ctxt->insn, buffer, MAX_INSN_SIZE, INSN_MODE_64); in vc_decode_insn()
90 static enum es_result vc_write_mem(struct es_em_ctxt *ctxt, in vc_write_mem() argument
98 static enum es_result vc_read_mem(struct es_em_ctxt *ctxt, in vc_read_mem() argument
106 static enum es_result vc_ioio_check(struct es_em_ctxt *ctxt, u16 port, size_t size) in vc_ioio_check() argument
296 struct es_em_ctxt ctxt; in do_boot_stage2_vc() local
303 result = vc_init_em_ctxt(&ctxt, regs, exit_code); in do_boot_stage2_vc()
310 result = vc_handle_rdtsc(boot_ghcb, &ctxt, exit_code); in do_boot_stage2_vc()
313 result = vc_handle_ioio(boot_ghcb, &ctxt); in do_boot_stage2_vc()
[all...]
/third_party/libabigail/tools/
H A Dabicompat.cc301 diff_context_sptr ctxt(new diff_context()); in create_diff_context()
302 ctxt->show_added_fns(false); in create_diff_context()
303 ctxt->show_added_vars(false); in create_diff_context()
304 ctxt->show_added_symbols_unreferenced_by_debug_info(false); in create_diff_context()
305 ctxt->show_linkage_names(true); in create_diff_context()
306 ctxt->show_redundant_changes(opts.show_redundant); in create_diff_context()
307 ctxt->show_locs(opts.show_locs); in create_diff_context()
309 ctxt->show_soname_change(!opts.ignore_soname); in create_diff_context()
310 ctxt->switch_categories_off in create_diff_context()
328 ctxt in create_diff_context()
354 perform_compat_check_in_normal_mode(options& opts, diff_context_sptr& ctxt, corpus_sptr app_corpus, corpus_sptr lib1_corpus, corpus_sptr lib2_corpus) perform_compat_check_in_normal_mode() argument
488 perform_compat_check_in_weak_mode(options& opts, diff_context_sptr& ctxt, corpus_sptr app_corpus, corpus_sptr lib_corpus) perform_compat_check_in_weak_mode() argument
[all...]
H A Dkmidiff.cc319 /// @param ctxt the diff context to consider.
323 set_diff_context(diff_context_sptr ctxt, const options& opts) in set_diff_context() argument
325 ctxt->default_output_stream(&cout); in set_diff_context()
326 ctxt->error_output_stream(&cerr); in set_diff_context()
327 ctxt->show_relative_offset_changes(true); in set_diff_context()
328 ctxt->show_redundant_changes(false); in set_diff_context()
329 ctxt->show_locs(true); in set_diff_context()
330 ctxt->show_linkage_names(false); in set_diff_context()
331 ctxt->show_symbols_unreferenced_by_debug_info in set_diff_context()
333 ctxt in set_diff_context()
[all...]
/third_party/libabigail/src/
H A Dabg-default-reporter.cc121 const diff_context_sptr& ctxt = d.context(); in report() local
124 if (ctxt->get_allowed_category() & TYPE_DECL_ONLY_DEF_CHANGE_CATEGORY) in report()
141 report_name_size_and_alignment_changes(first, second, ctxt, in report()
143 maybe_report_diff_for_member(first, second, ctxt, out, indent); in report()
208 report_loc_info(second, *ctxt, out); in report()
213 if (ctxt->show_leaf_changes_only()) in report()
559 diff_context_sptr ctxt = d.context(); in report_local_function_type_changes() local
625 diff_context_sptr ctxt = d.context(); in report() local
626 corpus_sptr fc = ctxt->get_first_corpus(); in report()
627 corpus_sptr sc = ctxt in report()
888 const diff_context_sptr& ctxt = d.context(); report() local
1272 const diff_context_sptr& ctxt = d.context(); report() local
1473 diff_context_sptr ctxt = d.context(); report() local
1704 const diff_context_sptr& ctxt = d.context(); report() local
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dnetdev_rx.c59 struct hfi1_ctxtdata **ctxt) in hfi1_netdev_allocate_ctxt()
85 dd_dev_info(dd, "created netdev context %d\n", uctxt->ctxt); in hfi1_netdev_allocate_ctxt()
86 *ctxt = uctxt; in hfi1_netdev_allocate_ctxt()
122 struct hfi1_ctxtdata **ctxt) in hfi1_netdev_allot_ctxt()
127 rc = hfi1_netdev_allocate_ctxt(dd, ctxt); in hfi1_netdev_allot_ctxt()
129 dd_dev_err(dd, "netdev ctxt alloc failed %d\n", rc); in hfi1_netdev_allot_ctxt()
133 rc = hfi1_netdev_setup_ctxt(priv, *ctxt); in hfi1_netdev_allot_ctxt()
135 dd_dev_err(dd, "netdev ctxt setup failed %d\n", rc); in hfi1_netdev_allot_ctxt()
136 hfi1_netdev_deallocate_ctxt(dd, *ctxt); in hfi1_netdev_allot_ctxt()
137 *ctxt in hfi1_netdev_allot_ctxt()
58 hfi1_netdev_allocate_ctxt(struct hfi1_devdata *dd, struct hfi1_ctxtdata **ctxt) hfi1_netdev_allocate_ctxt() argument
121 hfi1_netdev_allot_ctxt(struct hfi1_netdev_priv *priv, struct hfi1_ctxtdata **ctxt) hfi1_netdev_allot_ctxt() argument
[all...]
H A Dfile_ops.c172 #define HFI1_MMAP_TOKEN(type, ctxt, subctxt, addr) \
175 HFI1_MMAP_TOKEN_SET(CTXT, ctxt) | \
323 trace_hfi1_sdma_request(fd->dd, fd->uctxt->ctxt, fd->subctxt, dim); in hfi1_write_iter()
362 u16 ctxt; in hfi1_file_mmap() local
370 ctxt = HFI1_MMAP_TOKEN_GET(CTXT, token); in hfi1_file_mmap()
373 if (ctxt != uctxt->ctxt || subctxt != fd->subctxt) { in hfi1_file_mmap()
386 /* 64K PIO space / ctxt */ in hfi1_file_mmap()
476 + (uctxt->ctxt * RXE_PER_CONTEXT_SIZE); in hfi1_file_mmap()
566 uctxt->ctxt, f in hfi1_file_mmap()
1502 u16 ctxt; hfi1_set_uevent_bits() local
[all...]
H A Dinit.c89 * pio buffers per ctxt, etc.) Zero means use one user context per CPU.
152 if (rcd->ctxt == HFI1_CTRL_CTXT) in hfi1_create_kctxt()
220 rcd->dd->rcd[rcd->ctxt] = NULL; in hfi1_rcd_free()
270 u16 ctxt; in allocate_rcd_index() local
273 for (ctxt = 0; ctxt < dd->num_rcv_contexts; ctxt++) in allocate_rcd_index()
274 if (!dd->rcd[ctxt]) in allocate_rcd_index()
277 if (ctxt < dd->num_rcv_contexts) { in allocate_rcd_index()
278 rcd->ctxt in allocate_rcd_index()
304 hfi1_rcd_get_by_index_safe(struct hfi1_devdata *dd, u16 ctxt) hfi1_rcd_get_by_index_safe() argument
325 hfi1_rcd_get_by_index(struct hfi1_devdata *dd, u16 ctxt) hfi1_rcd_get_by_index() argument
360 u16 ctxt; hfi1_create_ctxtdata() local
1524 int ctxt; cleanup_device_data() local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dnetdev_rx.c59 struct hfi1_ctxtdata **ctxt) in hfi1_netdev_allocate_ctxt()
85 dd_dev_info(dd, "created netdev context %d\n", uctxt->ctxt); in hfi1_netdev_allocate_ctxt()
86 *ctxt = uctxt; in hfi1_netdev_allocate_ctxt()
122 struct hfi1_ctxtdata **ctxt) in hfi1_netdev_allot_ctxt()
127 rc = hfi1_netdev_allocate_ctxt(dd, ctxt); in hfi1_netdev_allot_ctxt()
129 dd_dev_err(dd, "netdev ctxt alloc failed %d\n", rc); in hfi1_netdev_allot_ctxt()
133 rc = hfi1_netdev_setup_ctxt(rx, *ctxt); in hfi1_netdev_allot_ctxt()
135 dd_dev_err(dd, "netdev ctxt setup failed %d\n", rc); in hfi1_netdev_allot_ctxt()
136 hfi1_netdev_deallocate_ctxt(dd, *ctxt); in hfi1_netdev_allot_ctxt()
137 *ctxt in hfi1_netdev_allot_ctxt()
58 hfi1_netdev_allocate_ctxt(struct hfi1_devdata *dd, struct hfi1_ctxtdata **ctxt) hfi1_netdev_allocate_ctxt() argument
121 hfi1_netdev_allot_ctxt(struct hfi1_netdev_rx *rx, struct hfi1_ctxtdata **ctxt) hfi1_netdev_allot_ctxt() argument
[all...]
H A Dinit.c48 * pio buffers per ctxt, etc.) Zero means use one user context per CPU.
111 if (rcd->ctxt == HFI1_CTRL_CTXT) in hfi1_create_kctxt()
179 rcd->dd->rcd[rcd->ctxt] = NULL; in hfi1_rcd_free()
229 u16 ctxt; in allocate_rcd_index() local
232 for (ctxt = 0; ctxt < dd->num_rcv_contexts; ctxt++) in allocate_rcd_index()
233 if (!dd->rcd[ctxt]) in allocate_rcd_index()
236 if (ctxt < dd->num_rcv_contexts) { in allocate_rcd_index()
237 rcd->ctxt in allocate_rcd_index()
263 hfi1_rcd_get_by_index_safe(struct hfi1_devdata *dd, u16 ctxt) hfi1_rcd_get_by_index_safe() argument
284 hfi1_rcd_get_by_index(struct hfi1_devdata *dd, u16 ctxt) hfi1_rcd_get_by_index() argument
319 u16 ctxt; hfi1_create_ctxtdata() local
1483 int ctxt; cleanup_device_data() local
[all...]
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dkvm_hyp.h73 void __sysreg_save_state_nvhe(struct kvm_cpu_context *ctxt);
74 void __sysreg_restore_state_nvhe(struct kvm_cpu_context *ctxt);
76 void sysreg_save_host_state_vhe(struct kvm_cpu_context *ctxt);
77 void sysreg_restore_host_state_vhe(struct kvm_cpu_context *ctxt);
78 void sysreg_save_guest_state_vhe(struct kvm_cpu_context *ctxt);
79 void sysreg_restore_guest_state_vhe(struct kvm_cpu_context *ctxt);
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dkvm_emulate.h193 static inline bool vcpu_is_el2_ctxt(const struct kvm_cpu_context *ctxt) in vcpu_is_el2_ctxt() argument
195 switch (ctxt->regs.pstate & (PSR_MODE32_BIT | PSR_MODE_MASK)) { in vcpu_is_el2_ctxt()
206 return vcpu_is_el2_ctxt(&vcpu->arch.ctxt); in vcpu_is_el2()
209 static inline bool __vcpu_el2_e2h_is_set(const struct kvm_cpu_context *ctxt) in __vcpu_el2_e2h_is_set() argument
211 return ctxt_sys_reg(ctxt, HCR_EL2) & HCR_E2H; in __vcpu_el2_e2h_is_set()
216 return __vcpu_el2_e2h_is_set(&vcpu->arch.ctxt); in vcpu_el2_e2h_is_set()
219 static inline bool __vcpu_el2_tge_is_set(const struct kvm_cpu_context *ctxt) in __vcpu_el2_tge_is_set() argument
221 return ctxt_sys_reg(ctxt, HCR_EL2) & HCR_TGE; in __vcpu_el2_tge_is_set()
226 return __vcpu_el2_tge_is_set(&vcpu->arch.ctxt); in vcpu_el2_tge_is_set()
229 static inline bool __is_hyp_ctxt(const struct kvm_cpu_context *ctxt) in __is_hyp_ctxt() argument
[all...]
H A Dkvm_hyp.h93 void __sysreg_save_state_nvhe(struct kvm_cpu_context *ctxt);
94 void __sysreg_restore_state_nvhe(struct kvm_cpu_context *ctxt);
96 void sysreg_save_host_state_vhe(struct kvm_cpu_context *ctxt);
97 void sysreg_restore_host_state_vhe(struct kvm_cpu_context *ctxt);
98 void sysreg_save_guest_state_vhe(struct kvm_cpu_context *ctxt);
99 void sysreg_restore_guest_state_vhe(struct kvm_cpu_context *ctxt);
/kernel/linux/linux-6.6/arch/arm64/kvm/
H A Darch_timer.c66 u32 timer_get_ctl(struct arch_timer_context *ctxt) in timer_get_ctl() argument
68 struct kvm_vcpu *vcpu = ctxt->vcpu; in timer_get_ctl()
70 switch(arch_timer_ctx_index(ctxt)) { in timer_get_ctl()
85 u64 timer_get_cval(struct arch_timer_context *ctxt) in timer_get_cval() argument
87 struct kvm_vcpu *vcpu = ctxt->vcpu; in timer_get_cval()
89 switch(arch_timer_ctx_index(ctxt)) { in timer_get_cval()
104 static u64 timer_get_offset(struct arch_timer_context *ctxt) in timer_get_offset() argument
108 if (!ctxt) in timer_get_offset()
111 if (ctxt->offset.vm_offset) in timer_get_offset()
112 offset += *ctxt in timer_get_offset()
119 timer_set_ctl(struct arch_timer_context *ctxt, u32 ctl) timer_set_ctl() argument
141 timer_set_cval(struct arch_timer_context *ctxt, u64 cval) timer_set_cval() argument
163 timer_set_offset(struct arch_timer_context *ctxt, u64 offset) timer_set_offset() argument
989 struct arch_timer_context *ctxt = vcpu_get_timer(vcpu, timerid); timer_context_init() local
[all...]
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/include/hyp/
H A Ddebug-sr.h92 struct kvm_cpu_context *ctxt) in __debug_save_state()
106 ctxt_sys_reg(ctxt, MDCCINT_EL1) = read_sysreg(mdccint_el1); in __debug_save_state()
110 struct kvm_cpu_context *ctxt) in __debug_restore_state()
125 write_sysreg(ctxt_sys_reg(ctxt, MDCCINT_EL1), mdccint_el1); in __debug_restore_state()
139 guest_ctxt = &vcpu->arch.ctxt; in __debug_switch_to_guest_common()
158 guest_ctxt = &vcpu->arch.ctxt; in __debug_switch_to_host_common()
91 __debug_save_state(struct kvm_guest_debug_arch *dbg, struct kvm_cpu_context *ctxt) __debug_save_state() argument
109 __debug_restore_state(struct kvm_guest_debug_arch *dbg, struct kvm_cpu_context *ctxt) __debug_restore_state() argument
/third_party/node/deps/openssl/openssl/crypto/srp/
H A Dsrp_lib.c148 EVP_MD_CTX *ctxt; in SRP_Calc_x_ex() local
156 ctxt = EVP_MD_CTX_new(); in SRP_Calc_x_ex()
157 if (ctxt == NULL) in SRP_Calc_x_ex()
166 if (!EVP_DigestInit_ex(ctxt, sha1, NULL) in SRP_Calc_x_ex()
167 || !EVP_DigestUpdate(ctxt, user, strlen(user)) in SRP_Calc_x_ex()
168 || !EVP_DigestUpdate(ctxt, ":", 1) in SRP_Calc_x_ex()
169 || !EVP_DigestUpdate(ctxt, pass, strlen(pass)) in SRP_Calc_x_ex()
170 || !EVP_DigestFinal_ex(ctxt, dig, NULL) in SRP_Calc_x_ex()
171 || !EVP_DigestInit_ex(ctxt, sha1, NULL)) in SRP_Calc_x_ex()
175 if (!EVP_DigestUpdate(ctxt, c in SRP_Calc_x_ex()
[all...]
/third_party/openssl/crypto/srp/
H A Dsrp_lib.c148 EVP_MD_CTX *ctxt; in SRP_Calc_x_ex() local
156 ctxt = EVP_MD_CTX_new(); in SRP_Calc_x_ex()
157 if (ctxt == NULL) in SRP_Calc_x_ex()
166 if (!EVP_DigestInit_ex(ctxt, sha1, NULL) in SRP_Calc_x_ex()
167 || !EVP_DigestUpdate(ctxt, user, strlen(user)) in SRP_Calc_x_ex()
168 || !EVP_DigestUpdate(ctxt, ":", 1) in SRP_Calc_x_ex()
169 || !EVP_DigestUpdate(ctxt, pass, strlen(pass)) in SRP_Calc_x_ex()
170 || !EVP_DigestFinal_ex(ctxt, dig, NULL) in SRP_Calc_x_ex()
171 || !EVP_DigestInit_ex(ctxt, sha1, NULL)) in SRP_Calc_x_ex()
175 if (!EVP_DigestUpdate(ctxt, c in SRP_Calc_x_ex()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_lib.c291 struct ice_vsi_ctx *ctxt; in ice_vsi_delete_from_hw() local
295 ctxt = kzalloc(sizeof(*ctxt), GFP_KERNEL); in ice_vsi_delete_from_hw()
296 if (!ctxt) in ice_vsi_delete_from_hw()
300 ctxt->vf_num = vsi->vf->vf_id; in ice_vsi_delete_from_hw()
301 ctxt->vsi_num = vsi->vsi_num; in ice_vsi_delete_from_hw()
303 memcpy(&ctxt->info, &vsi->info, sizeof(ctxt->info)); in ice_vsi_delete_from_hw()
305 status = ice_free_vsi(&pf->hw, vsi->idx, ctxt, false, NULL); in ice_vsi_delete_from_hw()
310 kfree(ctxt); in ice_vsi_delete_from_hw()
960 ice_set_dflt_vsi_ctx(struct ice_hw *hw, struct ice_vsi_ctx *ctxt) ice_set_dflt_vsi_ctx() argument
1017 ice_vsi_setup_q_map(struct ice_vsi *vsi, struct ice_vsi_ctx *ctxt) ice_vsi_setup_q_map() argument
1130 ice_set_fd_vsi_ctx(struct ice_vsi_ctx *ctxt, struct ice_vsi *vsi) ice_set_fd_vsi_ctx() argument
1176 ice_set_rss_vsi_ctx(struct ice_vsi_ctx *ctxt, struct ice_vsi *vsi) ice_set_rss_vsi_ctx() argument
1209 ice_chnl_vsi_setup_q_map(struct ice_vsi *vsi, struct ice_vsi_ctx *ctxt) ice_chnl_vsi_setup_q_map() argument
1256 struct ice_vsi_ctx *ctxt; ice_vsi_init() local
3319 ice_vsi_setup_q_map_mqprio(struct ice_vsi *vsi, struct ice_vsi_ctx *ctxt, u8 ena_tc) ice_vsi_setup_q_map_mqprio() argument
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c193 kinfo->spi_uregbase = (u64) dd->uregbase + dd->ureg_align * rcd->ctxt; in qib_get_base_info()
242 kinfo->spi_ctxt = rcd->ctxt; in qib_get_base_info()
308 ctxttid = rcd->ctxt * dd->rcvtidcnt; in qib_tid_update()
503 ctxttid = rcd->ctxt * dd->rcvtidcnt; in qib_tid_free()
660 /* atomically clear receive enable ctxt. */ in qib_manage_rcvq()
675 dd->f_rcvctrl(rcd->ppd, rcvctrl_op, rcd->ctxt); in qib_manage_rcvq()
744 "%s ctxt%u mmap of %lx, %x bytes failed: %d\n", in qib_mmap_mem()
745 what, rcd->ctxt, pfn, len, ret); in qib_mmap_mem()
759 * for the user process to update the head registers for their ctxt in mmap_ureg()
1022 ureg = dd->uregbase + dd->ureg_align * rcd->ctxt; in qib_mmapf()
1284 setup_ctxt(struct qib_pportdata *ppd, int ctxt, struct file *fp, const struct qib_user_info *uinfo) setup_ctxt() argument
1358 int ret, ctxt; choose_port_ctxt() local
1410 u32 port = uinfo->spu_port, ctxt; get_a_ctxt() local
1796 unsigned ctxt; qib_close() local
1979 unsigned ctxt; qib_set_uevent_bits() local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c193 kinfo->spi_uregbase = (u64) dd->uregbase + dd->ureg_align * rcd->ctxt; in qib_get_base_info()
242 kinfo->spi_ctxt = rcd->ctxt; in qib_get_base_info()
308 ctxttid = rcd->ctxt * dd->rcvtidcnt; in qib_tid_update()
503 ctxttid = rcd->ctxt * dd->rcvtidcnt; in qib_tid_free()
660 /* atomically clear receive enable ctxt. */ in qib_manage_rcvq()
675 dd->f_rcvctrl(rcd->ppd, rcvctrl_op, rcd->ctxt); in qib_manage_rcvq()
744 "%s ctxt%u mmap of %lx, %x bytes failed: %d\n", in qib_mmap_mem()
745 what, rcd->ctxt, pfn, len, ret); in qib_mmap_mem()
759 * for the user process to update the head registers for their ctxt in mmap_ureg()
1021 ureg = dd->uregbase + dd->ureg_align * rcd->ctxt; in qib_mmapf()
1283 setup_ctxt(struct qib_pportdata *ppd, int ctxt, struct file *fp, const struct qib_user_info *uinfo) setup_ctxt() argument
1357 int ret, ctxt; choose_port_ctxt() local
1409 u32 port = uinfo->spu_port, ctxt; get_a_ctxt() local
1795 unsigned ctxt; qib_close() local
1978 unsigned ctxt; qib_set_uevent_bits() local
[all...]
/applications/standard/calendardata/calendarmanager/napi/src/
H A Devent_filter_napi.cpp41 auto ctxt = std::make_shared<ContextBase>(); in New() local
42 auto input = [env, ctxt](size_t argc, napi_value* argv) { in New()
43 CHECK_ARGS_RETURN_VOID(ctxt, argc >= 1, "invalid arguments!"); in New()
45 ctxt->GetCbInfoSync(env, info, input); in New()
46 NAPI_ASSERT(env, ctxt->status == napi_ok, "invalid arguments!"); in New()
57 if (napi_wrap(env, ctxt->self, instance, finalize, nullptr, nullptr) != napi_ok) { in New()
62 return ctxt->self; in New()
/base/time/time_service/framework/js/napi/common/include/
H A Dnapi_work.h63 static napi_value AsyncEnqueue(napi_env env, ContextBase *ctxt, const std::string &name,
65 static napi_value SyncEnqueue(napi_env env, ContextBase *ctxt, const std::string &name,
75 static void GenerateOutput(ContextBase *ctxt);
76 static napi_value GenerateOutputSync(napi_env env, ContextBase *ctxt);
/kernel/linux/linux-5.10/fs/ocfs2/
H A Dxattr.c266 struct ocfs2_xattr_set_ctxt *ctxt);
271 struct ocfs2_xattr_set_ctxt *ctxt);
704 struct ocfs2_xattr_set_ctxt *ctxt) in ocfs2_xattr_extend_allocation()
707 handle_t *handle = ctxt->handle; in ocfs2_xattr_extend_allocation()
730 ctxt->data_ac, in ocfs2_xattr_extend_allocation()
731 ctxt->meta_ac, in ocfs2_xattr_extend_allocation()
769 struct ocfs2_xattr_set_ctxt *ctxt) in __ocfs2_remove_xattr_range()
773 handle_t *handle = ctxt->handle; in __ocfs2_remove_xattr_range()
785 ret = ocfs2_remove_extent(handle, &et, cpos, len, ctxt->meta_ac, in __ocfs2_remove_xattr_range()
786 &ctxt in __ocfs2_remove_xattr_range()
701 ocfs2_xattr_extend_allocation(struct inode *inode, u32 clusters_to_add, struct ocfs2_xattr_value_buf *vb, struct ocfs2_xattr_set_ctxt *ctxt) ocfs2_xattr_extend_allocation() argument
765 __ocfs2_remove_xattr_range(struct inode *inode, struct ocfs2_xattr_value_buf *vb, u32 cpos, u32 phys_cpos, u32 len, unsigned int ext_flags, struct ocfs2_xattr_set_ctxt *ctxt) __ocfs2_remove_xattr_range() argument
810 ocfs2_xattr_shrink_size(struct inode *inode, u32 old_clusters, u32 new_clusters, struct ocfs2_xattr_value_buf *vb, struct ocfs2_xattr_set_ctxt *ctxt) ocfs2_xattr_shrink_size() argument
857 ocfs2_xattr_value_truncate(struct inode *inode, struct ocfs2_xattr_value_buf *vb, int len, struct ocfs2_xattr_set_ctxt *ctxt) ocfs2_xattr_value_truncate() argument
1905 ocfs2_xa_value_truncate(struct ocfs2_xa_loc *loc, u64 bytes, struct ocfs2_xattr_set_ctxt *ctxt) ocfs2_xa_value_truncate() argument
2015 ocfs2_xa_remove(struct ocfs2_xa_loc *loc, struct ocfs2_xattr_set_ctxt *ctxt) ocfs2_xa_remove() argument
2062 ocfs2_xa_reuse_entry(struct ocfs2_xa_loc *loc, struct ocfs2_xattr_info *xi, struct ocfs2_xattr_set_ctxt *ctxt) ocfs2_xa_reuse_entry() argument
2123 ocfs2_xa_prepare_entry(struct ocfs2_xa_loc *loc, struct ocfs2_xattr_info *xi, u32 name_hash, struct ocfs2_xattr_set_ctxt *ctxt) ocfs2_xa_prepare_entry() argument
2199 ocfs2_xa_store_value(struct ocfs2_xa_loc *loc, struct ocfs2_xattr_info *xi, struct ocfs2_xattr_set_ctxt *ctxt) ocfs2_xa_store_value() argument
2222 ocfs2_xa_set(struct ocfs2_xa_loc *loc, struct ocfs2_xattr_info *xi, struct ocfs2_xattr_set_ctxt *ctxt) ocfs2_xa_set() argument
2370 struct ocfs2_xattr_set_ctxt ctxt = { NULL, NULL, }; ocfs2_remove_value_outside() local
2716 ocfs2_xattr_ibody_init(struct inode *inode, struct buffer_head *di_bh, struct ocfs2_xattr_set_ctxt *ctxt) ocfs2_xattr_ibody_init() argument
2769 ocfs2_xattr_ibody_set(struct inode *inode, struct ocfs2_xattr_info *xi, struct ocfs2_xattr_search *xs, struct ocfs2_xattr_set_ctxt *ctxt) ocfs2_xattr_ibody_set() argument
2860 ocfs2_create_xattr_block(struct inode *inode, struct buffer_head *inode_bh, struct ocfs2_xattr_set_ctxt *ctxt, int indexed, struct buffer_head **ret_bh) ocfs2_create_xattr_block() argument
2952 ocfs2_xattr_block_set(struct inode *inode, struct ocfs2_xattr_info *xi, struct ocfs2_xattr_search *xs, struct ocfs2_xattr_set_ctxt *ctxt) ocfs2_xattr_block_set() argument
3247 ocfs2_init_xattr_set_ctxt(struct inode *inode, struct ocfs2_dinode *di, struct ocfs2_xattr_info *xi, struct ocfs2_xattr_search *xis, struct ocfs2_xattr_search *xbs, struct ocfs2_xattr_set_ctxt *ctxt, int extra_meta, int *credits) ocfs2_init_xattr_set_ctxt() argument
3303 __ocfs2_xattr_set_handle(struct inode *inode, struct ocfs2_dinode *di, struct ocfs2_xattr_info *xi, struct ocfs2_xattr_search *xis, struct ocfs2_xattr_search *xbs, struct ocfs2_xattr_set_ctxt *ctxt) __ocfs2_xattr_set_handle() argument
3474 struct ocfs2_xattr_set_ctxt ctxt = { ocfs2_xattr_set_handle() local
3539 struct ocfs2_xattr_set_ctxt ctxt = { NULL, NULL, NULL, }; ocfs2_xattr_set() local
4272 ocfs2_xattr_create_index_block(struct inode *inode, struct ocfs2_xattr_search *xs, struct ocfs2_xattr_set_ctxt *ctxt) ocfs2_xattr_create_index_block() argument
5095 ocfs2_add_new_xattr_cluster(struct inode *inode, struct buffer_head *root_bh, struct ocfs2_xattr_bucket *first, struct ocfs2_xattr_bucket *target, u32 *num_clusters, u32 prev_cpos, int *extend, struct ocfs2_xattr_set_ctxt *ctxt) ocfs2_add_new_xattr_cluster() argument
5269 ocfs2_add_new_xattr_bucket(struct inode *inode, struct buffer_head *xb_bh, struct ocfs2_xattr_bucket *target, struct ocfs2_xattr_set_ctxt *ctxt) ocfs2_add_new_xattr_bucket() argument
5354 ocfs2_xattr_bucket_value_truncate(struct inode *inode, struct ocfs2_xattr_bucket *bucket, int xe_off, int len, struct ocfs2_xattr_set_ctxt *ctxt) ocfs2_xattr_bucket_value_truncate() argument
5544 ocfs2_xattr_set_entry_bucket(struct inode *inode, struct ocfs2_xattr_info *xi, struct ocfs2_xattr_search *xs, struct ocfs2_xattr_set_ctxt *ctxt) ocfs2_xattr_set_entry_bucket() argument
5587 ocfs2_xattr_set_entry_index_block(struct inode *inode, struct ocfs2_xattr_info *xi, struct ocfs2_xattr_search *xs, struct ocfs2_xattr_set_ctxt *ctxt) ocfs2_xattr_set_entry_index_block() argument
5662 struct ocfs2_xattr_set_ctxt ctxt = {NULL, NULL,}; ocfs2_delete_xattr_in_bucket() local
6553 struct ocfs2_xattr_set_ctxt ctxt; ocfs2_create_empty_xattr_block() local
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dxattr.c260 struct ocfs2_xattr_set_ctxt *ctxt);
265 struct ocfs2_xattr_set_ctxt *ctxt);
698 struct ocfs2_xattr_set_ctxt *ctxt) in ocfs2_xattr_extend_allocation()
701 handle_t *handle = ctxt->handle; in ocfs2_xattr_extend_allocation()
724 ctxt->data_ac, in ocfs2_xattr_extend_allocation()
725 ctxt->meta_ac, in ocfs2_xattr_extend_allocation()
763 struct ocfs2_xattr_set_ctxt *ctxt) in __ocfs2_remove_xattr_range()
767 handle_t *handle = ctxt->handle; in __ocfs2_remove_xattr_range()
779 ret = ocfs2_remove_extent(handle, &et, cpos, len, ctxt->meta_ac, in __ocfs2_remove_xattr_range()
780 &ctxt in __ocfs2_remove_xattr_range()
695 ocfs2_xattr_extend_allocation(struct inode *inode, u32 clusters_to_add, struct ocfs2_xattr_value_buf *vb, struct ocfs2_xattr_set_ctxt *ctxt) ocfs2_xattr_extend_allocation() argument
759 __ocfs2_remove_xattr_range(struct inode *inode, struct ocfs2_xattr_value_buf *vb, u32 cpos, u32 phys_cpos, u32 len, unsigned int ext_flags, struct ocfs2_xattr_set_ctxt *ctxt) __ocfs2_remove_xattr_range() argument
804 ocfs2_xattr_shrink_size(struct inode *inode, u32 old_clusters, u32 new_clusters, struct ocfs2_xattr_value_buf *vb, struct ocfs2_xattr_set_ctxt *ctxt) ocfs2_xattr_shrink_size() argument
851 ocfs2_xattr_value_truncate(struct inode *inode, struct ocfs2_xattr_value_buf *vb, int len, struct ocfs2_xattr_set_ctxt *ctxt) ocfs2_xattr_value_truncate() argument
1899 ocfs2_xa_value_truncate(struct ocfs2_xa_loc *loc, u64 bytes, struct ocfs2_xattr_set_ctxt *ctxt) ocfs2_xa_value_truncate() argument
2009 ocfs2_xa_remove(struct ocfs2_xa_loc *loc, struct ocfs2_xattr_set_ctxt *ctxt) ocfs2_xa_remove() argument
2056 ocfs2_xa_reuse_entry(struct ocfs2_xa_loc *loc, struct ocfs2_xattr_info *xi, struct ocfs2_xattr_set_ctxt *ctxt) ocfs2_xa_reuse_entry() argument
2117 ocfs2_xa_prepare_entry(struct ocfs2_xa_loc *loc, struct ocfs2_xattr_info *xi, u32 name_hash, struct ocfs2_xattr_set_ctxt *ctxt) ocfs2_xa_prepare_entry() argument
2193 ocfs2_xa_store_value(struct ocfs2_xa_loc *loc, struct ocfs2_xattr_info *xi, struct ocfs2_xattr_set_ctxt *ctxt) ocfs2_xa_store_value() argument
2216 ocfs2_xa_set(struct ocfs2_xa_loc *loc, struct ocfs2_xattr_info *xi, struct ocfs2_xattr_set_ctxt *ctxt) ocfs2_xa_set() argument
2364 struct ocfs2_xattr_set_ctxt ctxt = { NULL, NULL, }; ocfs2_remove_value_outside() local
2710 ocfs2_xattr_ibody_init(struct inode *inode, struct buffer_head *di_bh, struct ocfs2_xattr_set_ctxt *ctxt) ocfs2_xattr_ibody_init() argument
2763 ocfs2_xattr_ibody_set(struct inode *inode, struct ocfs2_xattr_info *xi, struct ocfs2_xattr_search *xs, struct ocfs2_xattr_set_ctxt *ctxt) ocfs2_xattr_ibody_set() argument
2854 ocfs2_create_xattr_block(struct inode *inode, struct buffer_head *inode_bh, struct ocfs2_xattr_set_ctxt *ctxt, int indexed, struct buffer_head **ret_bh) ocfs2_create_xattr_block() argument
2946 ocfs2_xattr_block_set(struct inode *inode, struct ocfs2_xattr_info *xi, struct ocfs2_xattr_search *xs, struct ocfs2_xattr_set_ctxt *ctxt) ocfs2_xattr_block_set() argument
3241 ocfs2_init_xattr_set_ctxt(struct inode *inode, struct ocfs2_dinode *di, struct ocfs2_xattr_info *xi, struct ocfs2_xattr_search *xis, struct ocfs2_xattr_search *xbs, struct ocfs2_xattr_set_ctxt *ctxt, int extra_meta, int *credits) ocfs2_init_xattr_set_ctxt() argument
3297 __ocfs2_xattr_set_handle(struct inode *inode, struct ocfs2_dinode *di, struct ocfs2_xattr_info *xi, struct ocfs2_xattr_search *xis, struct ocfs2_xattr_search *xbs, struct ocfs2_xattr_set_ctxt *ctxt) __ocfs2_xattr_set_handle() argument
3468 struct ocfs2_xattr_set_ctxt ctxt = { ocfs2_xattr_set_handle() local
3533 struct ocfs2_xattr_set_ctxt ctxt = { NULL, NULL, NULL, }; ocfs2_xattr_set() local
4266 ocfs2_xattr_create_index_block(struct inode *inode, struct ocfs2_xattr_search *xs, struct ocfs2_xattr_set_ctxt *ctxt) ocfs2_xattr_create_index_block() argument
5089 ocfs2_add_new_xattr_cluster(struct inode *inode, struct buffer_head *root_bh, struct ocfs2_xattr_bucket *first, struct ocfs2_xattr_bucket *target, u32 *num_clusters, u32 prev_cpos, int *extend, struct ocfs2_xattr_set_ctxt *ctxt) ocfs2_add_new_xattr_cluster() argument
5263 ocfs2_add_new_xattr_bucket(struct inode *inode, struct buffer_head *xb_bh, struct ocfs2_xattr_bucket *target, struct ocfs2_xattr_set_ctxt *ctxt) ocfs2_add_new_xattr_bucket() argument
5348 ocfs2_xattr_bucket_value_truncate(struct inode *inode, struct ocfs2_xattr_bucket *bucket, int xe_off, int len, struct ocfs2_xattr_set_ctxt *ctxt) ocfs2_xattr_bucket_value_truncate() argument
5538 ocfs2_xattr_set_entry_bucket(struct inode *inode, struct ocfs2_xattr_info *xi, struct ocfs2_xattr_search *xs, struct ocfs2_xattr_set_ctxt *ctxt) ocfs2_xattr_set_entry_bucket() argument
5581 ocfs2_xattr_set_entry_index_block(struct inode *inode, struct ocfs2_xattr_info *xi, struct ocfs2_xattr_search *xs, struct ocfs2_xattr_set_ctxt *ctxt) ocfs2_xattr_set_entry_index_block() argument
5656 struct ocfs2_xattr_set_ctxt ctxt = {NULL, NULL,}; ocfs2_delete_xattr_in_bucket() local
6547 struct ocfs2_xattr_set_ctxt ctxt; ocfs2_create_empty_xattr_block() local
[all...]
/kernel/linux/linux-5.10/arch/arm64/kvm/
H A Darch_timer.c54 u32 timer_get_ctl(struct arch_timer_context *ctxt) in timer_get_ctl() argument
56 struct kvm_vcpu *vcpu = ctxt->vcpu; in timer_get_ctl()
58 switch(arch_timer_ctx_index(ctxt)) { in timer_get_ctl()
69 u64 timer_get_cval(struct arch_timer_context *ctxt) in timer_get_cval() argument
71 struct kvm_vcpu *vcpu = ctxt->vcpu; in timer_get_cval()
73 switch(arch_timer_ctx_index(ctxt)) { in timer_get_cval()
84 static u64 timer_get_offset(struct arch_timer_context *ctxt) in timer_get_offset() argument
86 struct kvm_vcpu *vcpu = ctxt->vcpu; in timer_get_offset()
88 switch(arch_timer_ctx_index(ctxt)) { in timer_get_offset()
96 static void timer_set_ctl(struct arch_timer_context *ctxt, u3 argument
112 timer_set_cval(struct arch_timer_context *ctxt, u64 cval) timer_set_cval() argument
128 timer_set_offset(struct arch_timer_context *ctxt, u64 offset) timer_set_offset() argument
[all...]
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_input_method_engine_setting.cpp382 auto ctxt = std::make_shared<PanelContext>(); in CreatePanel() local
383 auto input = [ctxt](napi_env env, size_t argc, napi_value *argv, napi_value self) -> napi_status { in CreatePanel()
389 napi_status status = GetContext(env, argv[0], ctxt->context); in CreatePanel()
397 status = JsUtils::GetValue(env, argv[1], ctxt->panelInfo); in CreatePanel()
402 auto exec = [ctxt](AsyncCall::Context *ctx) { in CreatePanel()
403 auto ret = InputMethodAbility::GetInstance()->CreatePanel(ctxt->context, ctxt->panelInfo, ctxt->panel); in CreatePanel()
404 ctxt->SetErrorCode(ret); in CreatePanel()
406 ctxt in CreatePanel()
431 auto ctxt = std::make_shared<PanelContext>(); DestroyPanel() local
[all...]

Completed in 30 milliseconds

12345678910>>...16