Home
last modified time | relevance | path

Searched full:available (Results 1 – 25 of 7218) sorted by relevance

12345678910>>...289

/freebsd/sys/contrib/openzfs/config/
H A Dkernel-blk-queue.m418 AC_MSG_CHECKING([whether struct blk_plug is available])
29 dnl # 6.11: bdi no longer available through request_queue, so get it from
67 AC_MSG_CHECKING([whether backing_dev_info is available through queue gendisk])
71 [backing_dev_info is available through queue gendisk])
118 dnl # 5.19: bdev_max_discard_sectors() available
119 dnl # 2.6.32: blk_queue_discard() available
143 AC_MSG_CHECKING([whether bdev_max_discard_sectors() is available])
147 [bdev_max_discard_sectors() is available])
151 AC_MSG_CHECKING([whether blk_queue_discard() is available])
155 [blk_queue_discard() is available])
[all …]
H A Dkernel-vfs-iov_iter.m43 dnl # Check for available iov_iter functionality.
59 AC_MSG_CHECKING([whether fault_in_iov_iter_readable() is available])
63 [fault_in_iov_iter_readable() is available])
73 AC_MSG_CHECKING([whether iov_iter_type() is available])
77 [iov_iter_type() is available])
86 AC_MSG_CHECKING([whether iov_iter_get_pages2() is available])
90 [iov_iter_get_pages2() is available])
99 AC_MSG_CHECKING([whether iter_is_ubuf() is available])
102 AC_DEFINE(HAVE_ITER_IS_UBUF, 1, [iter_is_ubuf() is available])
113 AC_MSG_CHECKING([whether iter_iov() is available])
[all …]
H A Dkernel-vfs-file_range.m438 AC_MSG_CHECKING([whether generic_copy_file_range() is available])
43 [generic_copy_file_range() is available])
63 AC_MSG_CHECKING([whether splice_copy_file_range() is available])
67 [splice_copy_file_range() is available])
93 AC_MSG_CHECKING([whether fops->clone_file_range() is available])
97 [fops->clone_file_range() is available])
123 AC_MSG_CHECKING([whether fops->dedupe_file_range() is available])
127 [fops->dedupe_file_range() is available])
154 AC_MSG_CHECKING([whether fops->remap_file_range() is available])
158 [fops->remap_file_range() is available])
H A Dkernel-generic_io_acct.m471 AC_MSG_CHECKING([whether 6.3+ bdev_*_io_acct() are available])
74 AC_DEFINE(HAVE_BDEV_IO_ACCT_63, 1, [bdev_*_io_acct() available])
84 AC_MSG_CHECKING([whether pre-6.3 bdev_*_io_acct() are available])
87 AC_DEFINE(HAVE_BDEV_IO_ACCT_OLD, 1, [bdev_*_io_acct() available])
96 AC_MSG_CHECKING([whether generic disk_*_io_acct() are available])
99 AC_DEFINE(HAVE_DISK_IO_ACCT, 1, [disk_*_io_acct() available])
108 AC_MSG_CHECKING([whether generic bio_*_io_acct() are available])
111 AC_DEFINE(HAVE_BIO_IO_ACCT, 1, [bio_*_io_acct() available])
127 [generic_*_io_acct() 4 arg available])
/freebsd/sys/modules/zfs/
H A Dzfs_config.h29 /* backtrace() is available */
32 /* bdevname() is available */
41 /* bdev_*_io_acct() available */
44 /* bdev_*_io_acct() available */
50 /* bdev_max_discard_sectors() is available */
53 /* bdev_max_secure_erase_sectors() is available */
56 /* bdev_nr_bytes() is available */
68 /* bdev_whole() is available */
77 /* bio_*_io_acct() available */
89 /* bio_set_op_attrs is available */
[all …]
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dsimd.h272 * Check if SSE instruction set is available
281 * Check if SSE2 instruction set is available
290 * Check if SSE3 instruction set is available
299 * Check if SSSE3 instruction set is available
308 * Check if SSE4.1 instruction set is available
317 * Check if SSE4.2 instruction set is available
326 * Check if AVX instruction set is available
335 * Check if AVX2 instruction set is available
344 * Check if BMI1 instruction set is available
353 * Check if BMI2 instruction set is available
[all …]
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsimd_x86.h102 * Check if SSE instruction set is available
111 * Check if SSE2 instruction set is available
120 * Check if SSE3 instruction set is available
129 * Check if SSSE3 instruction set is available
138 * Check if SSE4.1 instruction set is available
147 * Check if SSE4.2 instruction set is available
156 * Check if AVX instruction set is available
169 * Check if AVX2 instruction set is available
182 * Check if SHA_NI instruction set is available
211 /* Check if AVX512F instruction set is available */
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DSSL_get_ciphers.pod12 - get list of available SSL_CIPHERs
30 SSL_get_ciphers() returns the stack of available SSL_CIPHERs for B<ssl>,
31 sorted by preference. If B<ssl> is NULL or no ciphers are available, NULL
34 SSL_CTX_get_ciphers() returns the stack of available SSL_CIPHERs for B<ctx>.
47 If B<ssl> is NULL or no ciphers are available, NULL is returned.
49 SSL_get_client_ciphers() returns the stack of available SSL_CIPHERs matching the
51 available, or B<ssl> is not operating in server mode, NULL is returned.
63 available, or there are less ciphers than B<priority> available, NULL
67 SSL_CIPHER names that are available in both the client and the server. B<buf> is
72 a ciphersuite is available (i.e. it is configured in the cipher list) and shared
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DLoongArchTargetParser.h27 // 64-bit ISA is available.
30 // Single-precision floating-point instructions are available.
33 // Double-precision floating-point instructions are available.
36 // Loongson SIMD Extension is available.
39 // Loongson Advanced SIMD Extension is available.
42 // Loongson Binary Translation Extension is available.
45 // Loongson Virtualization Extension is available.
51 // Floating-point approximate reciprocal instructions are available.
55 // available.
59 // double word are available.
[all …]
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_defs.h.in46 /* Defined if C11 atomics are available. */
49 /* Defined if GCC __atomic atomics are available. */
54 /* Defined if GCC __sync atomics are available. */
60 * Defined if __builtin_clz() and __builtin_clzl() are available.
65 * Defined if os_unfair_lock_*() functions are available, as provided by Darwin.
73 * Defined if secure_getenv(3) is available.
78 * Defined if issetugid(2) is available.
82 /* Defined if pthread_atfork(3) is available. */
85 /* Defined if pthread_setname_np(3) is available. */
88 /* Defined if pthread_getname_np(3) is available. */
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetSelect.h22 // Declare all of the target-initialization functions that are available.
31 // Declare all of the target-MC-initialization functions that are available.
36 // Declare all of the available assembly printer initialization functions.
41 // Declare all of the available assembly parser initialization functions.
46 // Declare all of the available disassembler initialization functions.
51 // Declare all of the available TargetMCA initialization functions.
59 /// it wants access to all available targets that LLVM is configured to
60 /// support, to make them available via the TargetRegistry.
69 /// wants access to all available target machines that LLVM is configured to
70 /// support, to make them available via the TargetRegistry.
[all …]
/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dsimd_x86.h459 * Check if SSE instruction set is available
468 * Check if SSE2 instruction set is available
477 * Check if SSE3 instruction set is available
486 * Check if SSSE3 instruction set is available
495 * Check if SSE4.1 instruction set is available
504 * Check if SSE4.2 instruction set is available
513 * Check if AVX instruction set is available
522 * Check if AVX2 instruction set is available
531 * Check if BMI1 instruction set is available
540 * Check if BMI2 instruction set is available
[all …]
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dcommonring.c70 u16 available; in brcmf_commonring_write_available() local
75 available = commonring->depth - commonring->w_ptr + in brcmf_commonring_write_available()
78 available = commonring->r_ptr - commonring->w_ptr; in brcmf_commonring_write_available()
80 if (available > 1) { in brcmf_commonring_write_available()
83 if (available > commonring->depth / 8) { in brcmf_commonring_write_available()
111 u16 available; in brcmf_commonring_reserve_for_write() local
116 available = commonring->depth - commonring->w_ptr + in brcmf_commonring_reserve_for_write()
119 available = commonring->r_ptr - commonring->w_ptr; in brcmf_commonring_reserve_for_write()
121 if (available > 1) { in brcmf_commonring_reserve_for_write()
152 u16 available; in brcmf_commonring_reserve_for_write_multiple() local
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_get_ciphers.374 \&\- get list of available SSL_CIPHERs
92 \&\fBSSL_get_ciphers()\fR returns the stack of available SSL_CIPHERs for \fBssl\fR,
93 sorted by preference. If \fBssl\fR is NULL or no ciphers are available, NULL
96 \&\fBSSL_CTX_get_ciphers()\fR returns the stack of available SSL_CIPHERs for \fBctx\fR.
109 If \fBssl\fR is NULL or no ciphers are available, NULL is returned.
111 \&\fBSSL_get_client_ciphers()\fR returns the stack of available SSL_CIPHERs matching the
113 available, or \fBssl\fR is not operating in server mode, NULL is returned.
125 available, or there are less ciphers than \fBpriority\fR available, NULL
129 SSL_CIPHER names that are available in both the client and the server. \fBbuf\fR is
134 a ciphersuite is available (i.e. it is configured in the cipher list) and shared
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/graniterapids/
H A Dcache.json323 …SW prefetch instructions of PREFETCHNTA or PREFETCHT0/1/2 or PREFETCHW. Available PDIST counters: …
333 "PublicDescription": "Counts all retired store instructions. Available PDIST counters: 0",
343 …"PublicDescription": "Counts all retired memory instructions - loads and stores. Available PDIST c…
353 …"PublicDescription": "Counts retired load instructions with locked access. Available PDIST counter…
366 …ounts retired load instructions that split across a cacheline boundary. Available PDIST counters: …
379 …unts retired store instructions that split across a cacheline boundary. Available PDIST counters: …
392 …retired load instructions with a clean hit in the 2nd-level TLB (STLB). Available PDIST counters: …
405 …ber of retired store instructions that hit in the 2nd-level TLB (STLB). Available PDIST counters: …
418 …ired load instructions that (start a) miss in the 2nd-level TLB (STLB). Available PDIST counters: …
428 …red store instructions that (start a) miss in the 2nd-level TLB (STLB). Available PDIST counters: …
[all …]
H A Dmemory.json75 …4 cycles. Reported latency may be longer than just the memory latency. Available PDIST counters: …
87 …8 cycles. Reported latency may be longer than just the memory latency. Available PDIST counters: …
99 …6 cycles. Reported latency may be longer than just the memory latency. Available PDIST counters: …
111 …8 cycles. Reported latency may be longer than just the memory latency. Available PDIST counters: …
123 …6 cycles. Reported latency may be longer than just the memory latency. Available PDIST counters: …
135 …2 cycles. Reported latency may be longer than just the memory latency. Available PDIST counters: …
147 …4 cycles. Reported latency may be longer than just the memory latency. Available PDIST counters: …
159 …2 cycles. Reported latency may be longer than just the memory latency. Available PDIST counters: …
171 …4 cycles. Reported latency may be longer than just the memory latency. Available PDIST counters: …
183 …8 cycles. Reported latency may be longer than just the memory latency. Available PDIST counters: …
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/pam/
H A Dpam_basic.ksh37 keystatus available
42 keystatus available
47 keystatus available
65 keystatus available
67 keystatus_mh available
72 keystatus available
74 keystatus_mh available
79 keystatus available
81 keystatus_mh available
102 keystatus_mh available $i
H A Dpam_nounmount.ksh39 keystatus available
41 keystatus_mh available
45 keystatus available
47 keystatus_mh available
52 keystatus available
54 keystatus_mh available
59 keystatus available
60 keystatus_mh available
/freebsd/lib/clang/include/llvm/Config/
H A Dllvm-config.h33 /* LLVM architecture name for the native architecture, if available */
36 /* LLVM name for the native AsmParser init function, if available */
39 /* LLVM name for the native AsmPrinter init function, if available */
42 /* LLVM name for the native Disassembler init function, if available */
45 /* LLVM name for the native Target init function, if available */
48 /* LLVM name for the native TargetInfo init function, if available */
51 /* LLVM name for the native target MC init function, if available */
54 /* LLVM name for the native target MCA init function, if available */
95 /* Define if zlib compression is available */
98 /* Define if zstd compression is available */
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/
H A Dreservation_004_pos.ksh45 # 2) Get the space used and available in the pool
46 # 3) Set a reservation on the filesystem less than the space available.
50 # 6) Verify that the space used and available totals for the pool have
70 space_avail=`get_prop available $TESTPOOL`
89 # re-calculate space available.
90 space_avail=`get_prop available $TESTPOOL`
97 space_avail=`get_prop available $TESTPOOL`
102 # not by the space available in the pool but rather by the size
118 new_space_avail=`get_prop available $TESTPOOL`
H A Dreservation_001_pos.ksh40 # the reservation is less than the space available in the pool.
45 # 2) Get the space available in the pool
46 # 3) Set a reservation on the filesystem less than the space available.
65 "use value smaller than space available property of pool"
67 space_avail=$(get_prop available $TESTPOOL)
93 space_avail=`get_prop available $TESTPOOL`
99 # available in the pool but rather by the size of
115 new_space_avail=$(get_prop available $obj)
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMachineScheduler.cpp11 // the MachineScheduler. It has a sorted Available set of SUs and a pickNode()
75 Available.clear(); // -misched-cutoff. in initialize()
164 if (Available.empty()) in pickNode()
168 if (Available.size() == 1) { in pickNode()
170 HazardRec->dumpSU(*Available.begin(), dbgs()); dbgs() << "\n";); in pickNode()
171 return *Available.begin(); in pickNode()
174 // All nodes that are possible to schedule are stored in the Available set. in pickNode()
175 LLVM_DEBUG(dbgs() << "** Available: "; Available.dump(*HazardRec);); in pickNode()
178 for (auto *SU : Available) { in pickNode()
245 if (Available.size() == 1) dbgs() << "(only one) "; in schedNode()
[all …]
/freebsd/sbin/dhclient/
H A Ddhcp-options.549 services that are available on the network.
187 option specifies a list of RFC 868 time servers available to the client.
195 option specifies a list of IEN 116 name servers available to the client.
204 available to the client.
212 option specifies a list of MIT-LCS UDP log servers available to the client.
220 option specifies a list of RFC 865 cookie servers available to the client.
228 option specifies a list of RFC 1179 line printer servers available to the
237 option specifies a list of Imagen Impress servers available to the client.
243 This option specifies a list of RFC 887 Resource Location servers available
424 available to the client.
[all …]
/freebsd/tests/sys/cddl/zfs/tests/reservation/
H A Dreservation_004_pos.ksh44 # 2) Get the space used and available in the pool
45 # 3) Set a reservation on the filesystem less than the space available.
49 # 6) Verify that the space used and available totals for the pool have
69 space_avail=`get_prop available $TESTPOOL`
90 # re-calculate space available.
91 space_avail=`get_prop available $TESTPOOL`
98 space_avail=`get_prop available $TESTPOOL`
103 # not by the space available in the pool but rather by the size
119 new_space_avail=`get_prop available $TESTPOOL`
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_defs.h47 /* Defined if C11 atomics are available. */
50 /* Defined if GCC __atomic atomics are available. */
55 /* Defined if GCC __sync atomics are available. */
61 * Defined if __builtin_clz() and __builtin_clzl() are available.
66 * Defined if os_unfair_lock_*() functions are available, as provided by Darwin.
74 * Defined if secure_getenv(3) is available.
79 * Defined if issetugid(2) is available.
83 /* Defined if pthread_atfork(3) is available. */
86 /* Defined if pthread_setname_np(3) is available. */
89 /* Defined if pthread_getname_np(3) is available
[all...]

12345678910>>...289