Home
last modified time | relevance | path

Searched refs:issued (Results 1 – 25 of 127) sorted by relevance

123456

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_zfetch.c729 int issued = 0; in dmu_zfetch_prepare() local
731 issued += dbuf_prefetch(zf->zf_dnode, 1, iblk, in dmu_zfetch_prepare()
737 if (issued) in dmu_zfetch_prepare()
738 ZFETCHSTAT_ADD(zfetchstat_io_issued, issued); in dmu_zfetch_prepare()
747 int epbs, issued; in dmu_zfetch_run() local
781 issued = pf_end - pf_start + ipf_end - ipf_start; in dmu_zfetch_run()
782 if (issued > 1) { in dmu_zfetch_run()
784 zfs_refcount_add_few(&zs->zs_refs, issued - 1, NULL); in dmu_zfetch_run()
785 } else if (issued == 0) { in dmu_zfetch_run()
791 aggsum_add(&zfetch_sums.zfetchstat_io_active, issued); in dmu_zfetch_run()
[all …]
H A Ddmu.c720 boolean_t issued);
775 boolean_t issued) in dmu_prefetch_user_done() argument
777 (void) level, (void) blkid, (void) issued; in dmu_prefetch_user_done()
868 uint64_t issued = (end - start) * blksz1 + in dmu_prefetch_by_dnode_impl() local
870 if (issued != 0) { in dmu_prefetch_by_dnode_impl()
871 atomic_add_64(&dmu_prefetch_bytes_active, issued); in dmu_prefetch_by_dnode_impl()
949 dmu_prefetch_done(void *arg, uint64_t level, uint64_t blkid, boolean_t issued) in dmu_prefetch_done() argument
951 (void) level; (void) blkid; (void)issued; in dmu_prefetch_done()
/freebsd/crypto/openssl/doc/man3/
H A DCT_POLICY_EVAL_CTX_new.pod43 the public key of the log that issued the SCT
47 the certificate that the SCT was issued for
51 the issuer certificate (if the SCT was issued for a pre-certificate)
75 CT_POLICY_EVAL_CTX_set1_cert() to provide the certificate the SCTs were issued for
97 issued in the future. RFC6962 states that "TLS clients MUST reject SCTs whose
114 was issued for a pre-certificate. This will be the case for SCTs embedded in a
H A DSSL_CTX_set_num_tickets.pod10 - control the number of TLSv1.3 session tickets that are issued
31 issued will never be more than 1 regardless of the value set via
33 0 then no tickets will be issued for either a normal connection or a resumption.
35 Tickets are also issued on receipt of a post-handshake certificate from the
39 verification status). The number of tickets issued will normally be the same as
H A DSCT_validate.pod38 The certificate the SCT was issued for.
47 This is only required if the SCT was issued for a pre-certificate
53 A CTLOG_STORE that contains the CT log that issued this SCT.
55 If the SCT was issued by a log that is not in this CTLOG_STORE, the validation
H A DSCT_new.pod97 SCT_set_log_entry_type() to set the type of certificate the SCT was issued for:
111 SCT_set_timestamp() to set the time the SCT was issued (time in milliseconds
147 The type of certificate the SCT was issued for:
153 The time that the SCT was issued (time in milliseconds since the Unix Epoch).
184 certificate the SCT was issued for can be inferred from where the SCT was found.
185 For example, an SCT found in an X.509 extension must have been issued for a pre-
H A DX509_check_issued.pod5 X509_check_issued - checks if certificate is apparently issued by another
17 X509_check_issued() checks if certificate I<subject> was apparently issued
H A DOSSL_CMP_validate_msg.pod45 any self-issued certificate from the I<msg> extraCerts field may be used
47 used also to validate the issued certificate returned in the IP message. This is
H A DCTLOG_STORE_get0_log_by_id.pod19 (CT) log that issued it using the log's LogID (see RFC 6962, Section 3.2).
H A DSCT_print.pod24 is provided, it will be used to print the description of the CT log that issued
H A DX509_get_extension_flags.pod39 issued from that CA.
64 The certificate is self issued (that is subject and issuer names match).
H A DNAME_CONSTRAINTS_check.pod92 self-issued intermediate certificates are exempt from constraints imposed
188 ensure that wildcards are never issued from such signing
H A DX509V3_set_ctx.pod30 indication that the I<subject> certificate is self-issued or even self-signed).
/freebsd/crypto/openssl/test/recipes/90-test_includes_data/conf-includes/
H A Dincludes1.cnf15 certs = $dir/certs # Where the issued certs are kept
16 crl_dir = $dir/crl # Where the issued crl are kept
/freebsd/crypto/openssl/test/
H A Dtest.cnf10 certs = $dir/certs # Where the issued certs are kept
11 crl_dir = $dir/crl # Where the issued crl are kept
/freebsd/crypto/krb5/src/windows/leash/
H A DKrbListTickets.cpp91 ticketinfo->issued = (DWORD)KRBv5Credentials.times.starttime; in CredToTicketInfo()
136 list->issued = (DWORD)KRBv5Credentials.times.starttime; in CredToTicketList()
341 ticketinfo->issued = 0; in LeashKRB5ListDefaultTickets()
/freebsd/crypto/krb5/src/windows/include/
H A Dleashwin.h110 time_t issued; member
123 time_t issued; /* The issue time */ member
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetPfmCounters.td24 // The name of the ProcResource on which uops are issued. This is used by
66 // Processors can define how to measure issued uops by defining IssueCounters.
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleM7.td87 // These cannot be dual-issued with any instructions.
185 // Non general purpose instructions may not be dual issued. These
230 // Exclusive loads/stores cannot be dual-issued
238 // Load/store multiples cannot be dual-issued. Note that default scheduling
251 // Load/store doubles cannot be dual-issued.
307 // Load/store multiples cannot be dual-issued.
/freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/
H A DREADME.md103 | issued | bytes | size of I/Os issued to disks |
104 | pass_issued | bytes | size of I/Os issued to disks for current pass |
117 An I/O is pending prior to being issued to the vdev. An active
118 I/O has been issued to the vdev. The scheduler and its tunable
/freebsd/sys/dev/mps/
H A Dmps_sas.h71 uint64_t issued; member
/freebsd/crypto/openssl/doc/internal/man3/
H A Dx509v3_cache_extensions.pod18 for instance whether the certificate is self-issued or has version X.509v1.
/freebsd/sys/dev/mpr/
H A Dmpr_sas.h72 uint64_t issued; member
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCScheduleP8.td
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-connID-retire.md25 * limiting the number of CIDs issued & retired

123456