Home
last modified time | relevance | path

Searched refs:max_ops (Results 1 - 25 of 31) sorted by relevance

12

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-sanitize.hh125 max_ops (0), max_subtables (0), in hb_sanitize_context_t()
172 void set_max_ops (int max_ops_) { max_ops = max_ops_; } in set_max_ops()
202 this->max_ops = HB_SANITIZE_MAX_OPS_MAX; in start_processing()
204 this->max_ops = hb_clamp ((unsigned) (this->end - this->start) * HB_SANITIZE_MAX_OPS_FACTOR, in start_processing()
238 (this->max_ops -= len) > 0); in check_range()
404 mutable int max_ops, max_subtables; member
H A Dhb-aat-layout-common.hh575 if ((c->max_ops -= state_neg - min_state) <= 0) in sanitize()
594 if ((c->max_ops -= max_state - state_pos + 1) <= 0) in sanitize()
610 if ((c->max_ops -= num_entries - entry) <= 0) in sanitize()
837 if (!(entry.flags & context_t::DontAdvance) || buffer->max_ops-- <= 0) in drive()
H A Dhb-buffer.hh99 int max_ops; /* Maximum allowed operations. */ member
H A Dhb-aat-layout-morx-table.hh745 if (unlikely ((buffer->max_ops -= count) <= 0)) return; in transition()
773 if (unlikely ((buffer->max_ops -= count) <= 0)) return; in transition()
H A Dhb-ot-shape.cc1166 c->buffer->max_ops = hb_max (c->buffer->len * HB_BUFFER_MAX_OPS_FACTOR, in hb_ot_shape_internal()
1201 c->buffer->max_ops = HB_BUFFER_MAX_OPS_DEFAULT; in hb_ot_shape_internal()
H A Dhb-buffer.cc650 buffer->max_ops = HB_BUFFER_MAX_OPS_DEFAULT; in hb_buffer_create()
H A Dhb-ot-layout-gsubgpos.hh592 if (unlikely (nesting_level_left == 0 || !recurse_func || buffer->max_ops-- <= 0)) in recurse()
1381 if (unlikely (buffer->max_ops <= 0)) in apply_lookup()
/kernel/linux/linux-5.10/drivers/firmware/efi/
H A Dcper-x86.c209 u8 max_ops = (err_type == ERR_TYPE_CACHE) ? 9 : 7; in print_err_info() local
212 op < max_ops ? ia_check_op_strs[op] : "unknown"); in print_err_info()
/kernel/linux/linux-6.6/drivers/firmware/efi/
H A Dcper-x86.c210 u8 max_ops = (err_type == ERR_TYPE_CACHE) ? 9 : 7; in print_err_info() local
213 op < max_ops ? ia_check_op_strs[op] : "unknown"); in print_err_info()
/third_party/mbedtls/library/
H A Dpsa_crypto_core.h628 * \param[in] max_ops The maximum number of ops to be executed in a
634 void mbedtls_psa_interruptible_set_max_ops(uint32_t max_ops);
H A Dpsa_crypto.c3433 void psa_interruptible_set_max_ops(uint32_t max_ops) in psa_interruptible_set_max_ops() argument
3435 psa_interruptible_max_ops = max_ops; in psa_interruptible_set_max_ops()
3755 void mbedtls_psa_interruptible_set_max_ops(uint32_t max_ops) in mbedtls_psa_interruptible_set_max_ops() argument
3764 if (max_ops == 0) { in mbedtls_psa_interruptible_set_max_ops()
3765 max_ops = 1; in mbedtls_psa_interruptible_set_max_ops()
3768 mbedtls_ecp_set_max_ops(max_ops); in mbedtls_psa_interruptible_set_max_ops()
3770 (void) max_ops; in mbedtls_psa_interruptible_set_max_ops()
3898 /* Ensure max_ops is set to the current value (or default). */ in mbedtls_psa_sign_hash_complete()
4136 /* Ensure max_ops is set to the current value (or default). */ in mbedtls_psa_verify_hash_complete()
H A Decp.c108 void mbedtls_ecp_set_max_ops(unsigned max_ops) in mbedtls_ecp_set_max_ops() argument
110 ecp_max_ops = max_ops; in mbedtls_ecp_set_max_ops()
1845 * So if ECC operations are blocking for too long even with a low max_ops
/third_party/mbedtls/include/mbedtls/
H A Decp.h494 * \param max_ops Maximum number of basic operations done in a row.
508 * operations, and will do so even if max_ops is set to a
521 void mbedtls_ecp_set_max_ops(unsigned max_ops);
524 * \brief Check if restart is enabled (max_ops != 0)
526 * \return \c 0 if \c max_ops == 0 (restart disabled)
/third_party/mbedtls/include/psa/
H A Dcrypto.h4275 * for \p max_ops means functions will block for a
4295 * \note The interpretation of \p max_ops is also
4327 * \param max_ops The maximum number of ops to be executed in a
4332 void psa_interruptible_set_max_ops(uint32_t max_ops);
/kernel/linux/linux-5.10/include/uapi/rdma/
H A Dib_user_verbs.h253 __u32 max_ops; member
/kernel/linux/linux-6.6/include/uapi/rdma/
H A Dib_user_verbs.h265 __u32 max_ops; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/rdma/
H A Dib_user_verbs.h186 __u32 max_ops; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/rdma/
H A Dib_user_verbs.h186 __u32 max_ops; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/rdma/
H A Dib_user_verbs.h177 __u32 max_ops; member
/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs4proc.c8907 args->fc_attrs.max_ops = NFS4_MAX_OPS; in nfs4_init_channel_attrs()
8911 "max_ops=%u max_reqs=%u\n", in nfs4_init_channel_attrs()
8914 args->fc_attrs.max_ops, args->fc_attrs.max_reqs); in nfs4_init_channel_attrs()
8920 args->bc_attrs.max_ops = NFS4_MAX_BACK_CHANNEL_OPS; in nfs4_init_channel_attrs()
8926 "max_resp_sz_cached=%u max_ops=%u max_reqs=%u\n", in nfs4_init_channel_attrs()
8929 args->bc_attrs.max_resp_sz_cached, args->bc_attrs.max_ops, in nfs4_init_channel_attrs()
8942 * Our requested max_ops is the minimum we need; we're not in nfs4_verify_fore_channel_attrs()
8947 if (rcvd->max_ops < sent->max_ops) in nfs4_verify_fore_channel_attrs()
8970 if (rcvd->max_ops > sen in nfs4_verify_back_channel_attrs()
[all...]
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs4proc.c9129 args->fc_attrs.max_ops = NFS4_MAX_OPS; in nfs4_init_channel_attrs()
9133 "max_ops=%u max_reqs=%u\n", in nfs4_init_channel_attrs()
9136 args->fc_attrs.max_ops, args->fc_attrs.max_reqs); in nfs4_init_channel_attrs()
9142 args->bc_attrs.max_ops = NFS4_MAX_BACK_CHANNEL_OPS; in nfs4_init_channel_attrs()
9148 "max_resp_sz_cached=%u max_ops=%u max_reqs=%u\n", in nfs4_init_channel_attrs()
9151 args->bc_attrs.max_resp_sz_cached, args->bc_attrs.max_ops, in nfs4_init_channel_attrs()
9164 * Our requested max_ops is the minimum we need; we're not in nfs4_verify_fore_channel_attrs()
9169 if (rcvd->max_ops < sent->max_ops) in nfs4_verify_fore_channel_attrs()
9192 if (rcvd->max_ops > sen in nfs4_verify_back_channel_attrs()
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dnfs_xdr.h195 u32 max_ops; member
/kernel/linux/linux-6.6/include/linux/
H A Dnfs_xdr.h197 u32 max_ops; member
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Duverbs_cmd.c3629 resp.tm_caps.max_ops = attr.tm_caps.max_ops; in ib_uverbs_ex_query_device()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Duverbs_cmd.c3639 resp.tm_caps.max_ops = attr.tm_caps.max_ops; in ib_uverbs_ex_query_device()

Completed in 92 milliseconds

12