| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-vfs-iov_iter.m4 | 2 dnl # Check for available iov_iter functionality. 107 AC_MSG_CHECKING([whether iov_iter types are available]) 111 [iov_iter types are available]) 125 [iov_iter_init() is available]) 130 [iov_iter_init() is available]) 140 [iov_iter_advance() is available]) 150 [iov_iter_revert() is available]) 160 [iov_iter_fault_in_readable() is available]) 170 [iov_iter_count() is available]) 180 [copy_to_iter() is available]) [all …]
|
| H A D | kernel-misc-minor.m4 | 2 dnl # Determine an available miscellaneous minor number which can be used 5 dnl # number. Start with a large known available unreserved minor and work 9 AC_MSG_CHECKING([whether /dev/zfs minor is available]) 24 *** No available misc minor numbers available for use.])
|
| H A D | kernel-vfs-iterate.m4 | 44 AC_MSG_CHECKING([whether fops->iterate_shared() is available]) 48 [fops->iterate_shared() is available]) 62 AC_MSG_CHECKING([whether fops->iterate() is available]) 66 [fops->iterate() is available]) 73 AC_MSG_CHECKING([whether fops->readdir() is available]) 77 [fops->readdir() is available])
|
| H A D | kernel-blk-queue.m4 | 17 AC_MSG_CHECKING([whether struct blk_plug is available]) 65 AC_MSG_CHECKING([whether blk_queue_discard() is available]) 99 AC_MSG_CHECKING([whether blk_queue_secure_erase() is available]) 103 [blk_queue_secure_erase() is available]) 107 AC_MSG_CHECKING([whether blk_queue_secdiscard() is available]) 111 [blk_queue_secdiscard() is available]) 168 dnl # detecting if this function is available we determine if it is 194 AC_MSG_CHECKING([whether blk_queue_flush() is available]) 198 [blk_queue_flush() is available]) 249 AC_MSG_CHECKING([whether blk_queue_max_hw_sectors() is available]) [all …]
|
| H A D | kernel-revalidate-disk-size.m4 | 27 AC_MSG_CHECKING([whether revalidate_disk_size() is available]) 32 [revalidate_disk_size() is available]) 36 AC_MSG_CHECKING([whether revalidate_disk() is available]) 41 [revalidate_disk() is available])
|
| H A D | kernel-dentry-operations.m4 | 14 AC_MSG_CHECKING([whether d_make_root() is available]) 18 AC_DEFINE(HAVE_D_MAKE_ROOT, 1, [d_make_root() is available]) 37 AC_MSG_CHECKING([whether d_obtain_alias() is available]) 48 dnl # d_prune_aliases() helper function available. 60 AC_MSG_CHECKING([whether d_prune_aliases() is available]) 65 [d_prune_aliases() is available]) 84 AC_MSG_CHECKING([whether d_set_d_op() is available])
|
| H A D | kernel-vfs-rw-iterate.m4 | 36 AC_MSG_CHECKING([whether fops->read/write_iter() are available]) 40 [fops->read/write_iter() are available]) 45 AC_MSG_CHECKING([whether new_sync_read/write() are available]) 49 [new_sync_read()/new_sync_write() are available])
|
| /f-stack/dpdk/lib/librte_ring/ |
| H A D | rte_ring_hts.h | 100 uint32_t *available) in __rte_ring_do_hts_dequeue_elem() argument 111 if (available != NULL) in __rte_ring_do_hts_dequeue_elem() 112 *available = entries - n; in __rte_ring_do_hts_dequeue_elem() 166 unsigned int esize, unsigned int n, unsigned int *available) in rte_ring_mc_hts_dequeue_bulk_elem() argument 169 RTE_RING_QUEUE_FIXED, available); in rte_ring_mc_hts_dequeue_bulk_elem() 224 unsigned int esize, unsigned int n, unsigned int *available) in rte_ring_mc_hts_dequeue_burst_elem() argument 227 RTE_RING_QUEUE_VARIABLE, available); in rte_ring_mc_hts_dequeue_burst_elem() 272 unsigned int n, unsigned int *available) in rte_ring_mc_hts_dequeue_bulk() argument 275 sizeof(uintptr_t), n, available); in rte_ring_mc_hts_dequeue_bulk() 322 unsigned int n, unsigned int *available) in rte_ring_mc_hts_dequeue_burst() argument [all …]
|
| H A D | rte_ring_rts.h | 127 uint32_t *available) in __rte_ring_do_rts_dequeue_elem() argument 138 if (available != NULL) in __rte_ring_do_rts_dequeue_elem() 139 *available = entries - n; in __rte_ring_do_rts_dequeue_elem() 193 unsigned int esize, unsigned int n, unsigned int *available) in rte_ring_mc_rts_dequeue_bulk_elem() argument 196 RTE_RING_QUEUE_FIXED, available); in rte_ring_mc_rts_dequeue_bulk_elem() 251 unsigned int esize, unsigned int n, unsigned int *available) in rte_ring_mc_rts_dequeue_burst_elem() argument 254 RTE_RING_QUEUE_VARIABLE, available); in rte_ring_mc_rts_dequeue_burst_elem() 299 unsigned int n, unsigned int *available) in rte_ring_mc_rts_dequeue_bulk() argument 302 sizeof(uintptr_t), n, available); in rte_ring_mc_rts_dequeue_bulk() 349 unsigned int n, unsigned int *available) in rte_ring_mc_rts_dequeue_burst() argument [all …]
|
| H A D | rte_ring.h | 348 unsigned int n, unsigned int *available) in rte_ring_mc_dequeue_bulk() argument 351 n, available); in rte_ring_mc_dequeue_bulk() 372 unsigned int n, unsigned int *available) in rte_ring_sc_dequeue_bulk() argument 375 n, available); in rte_ring_sc_dequeue_bulk() 399 unsigned int *available) in rte_ring_dequeue_bulk() argument 402 n, available); in rte_ring_dequeue_bulk() 747 unsigned int n, unsigned int *available) in rte_ring_mc_dequeue_burst() argument 750 n, available); in rte_ring_mc_dequeue_burst() 772 unsigned int n, unsigned int *available) in rte_ring_sc_dequeue_burst() argument 775 n, available); in rte_ring_sc_dequeue_burst() [all …]
|
| H A D | rte_ring_peek.h | 258 uint32_t *available) in __rte_ring_do_dequeue_start() argument 283 if (available != NULL) in __rte_ring_do_dequeue_start() 284 *available = avail - n; in __rte_ring_do_dequeue_start() 312 unsigned int esize, unsigned int n, unsigned int *available) in rte_ring_dequeue_bulk_elem_start() argument 315 RTE_RING_QUEUE_FIXED, available); in rte_ring_dequeue_bulk_elem_start() 338 unsigned int n, unsigned int *available) in rte_ring_dequeue_bulk_start() argument 341 n, available); in rte_ring_dequeue_bulk_start() 368 unsigned int esize, unsigned int n, unsigned int *available) in rte_ring_dequeue_burst_elem_start() argument 371 RTE_RING_QUEUE_VARIABLE, available); in rte_ring_dequeue_burst_elem_start() 394 unsigned int n, unsigned int *available) in rte_ring_dequeue_burst_start() argument [all …]
|
| H A D | rte_ring_elem.h | 476 if (available != NULL) in __rte_ring_do_dequeue_elem() 759 available); in rte_ring_dequeue_bulk_elem() 762 available); in rte_ring_dequeue_bulk_elem() 766 n, available); in rte_ring_dequeue_bulk_elem() 769 n, available); in rte_ring_dequeue_bulk_elem() 776 *available = 0; in rte_ring_dequeue_bulk_elem() 1059 available); in rte_ring_dequeue_burst_elem() 1062 available); in rte_ring_dequeue_burst_elem() 1066 n, available); in rte_ring_dequeue_burst_elem() 1069 n, available); in rte_ring_dequeue_burst_elem() [all …]
|
| H A D | rte_ring_peek_zc.h | 340 struct rte_ring_zc_data *zcd, unsigned int *available) in __rte_ring_do_dequeue_zc_elem_start() argument 366 if (available != NULL) in __rte_ring_do_dequeue_zc_elem_start() 367 *available = avail - n; in __rte_ring_do_dequeue_zc_elem_start() 396 unsigned int n, struct rte_ring_zc_data *zcd, unsigned int *available) in rte_ring_dequeue_zc_bulk_elem_start() argument 399 RTE_RING_QUEUE_FIXED, zcd, available); in rte_ring_dequeue_zc_bulk_elem_start() 426 struct rte_ring_zc_data *zcd, unsigned int *available) in rte_ring_dequeue_zc_bulk_start() argument 429 n, zcd, available); in rte_ring_dequeue_zc_bulk_start() 459 unsigned int n, struct rte_ring_zc_data *zcd, unsigned int *available) in rte_ring_dequeue_zc_burst_elem_start() argument 462 RTE_RING_QUEUE_VARIABLE, zcd, available); in rte_ring_dequeue_zc_burst_elem_start() 489 struct rte_ring_zc_data *zcd, unsigned int *available) in rte_ring_dequeue_zc_burst_start() argument [all …]
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_recv.c | 27 rev->pending_eof, rev->available, rev->kq_errno); in ngx_unix_recv() 29 if (rev->available == 0) { in ngx_unix_recv() 58 rev->pending_eof, rev->available); in ngx_unix_recv() 60 if (!rev->available && !rev->pending_eof) { in ngx_unix_recv() 86 rev->available = 0; in ngx_unix_recv() 99 rev->available -= n; in ngx_unix_recv() 106 if (rev->available <= 0) { in ngx_unix_recv() 111 rev->available = 0; in ngx_unix_recv() 129 rev->available = 0; in ngx_unix_recv()
|
| H A D | ngx_readv_chain.c | 30 rev->pending_eof, rev->available, rev->kq_errno); in ngx_readv_chain() 32 if (rev->available == 0) { in ngx_readv_chain() 61 rev->pending_eof, rev->available); in ngx_readv_chain() 63 if (!rev->available && !rev->pending_eof) { in ngx_readv_chain() 135 rev->available = 0; in ngx_readv_chain() 148 rev->available -= n; in ngx_readv_chain() 155 if (rev->available <= 0) { in ngx_readv_chain() 160 rev->available = 0; in ngx_readv_chain() 178 rev->available = 0; in ngx_readv_chain()
|
| H A D | ngx_udp_recv.c | 33 rev->available -= n; in ngx_udp_unix_recv() 40 if (rev->available <= 0) { in ngx_udp_unix_recv() 42 rev->available = 0; in ngx_udp_unix_recv()
|
| /f-stack/dpdk/examples/performance-thread/common/ |
| H A D | lthread_diag.c | 107 count += DIAG_COUNT(sched->lthread_cache, available); in _sched_stats_consistency_check() 108 count += DIAG_COUNT(sched->stack_cache, available); in _sched_stats_consistency_check() 109 count += DIAG_COUNT(sched->tls_cache, available); in _sched_stats_consistency_check() 110 count += DIAG_COUNT(sched->per_lthread_cache, available); in _sched_stats_consistency_check() 111 count += DIAG_COUNT(sched->cond_cache, available); in _sched_stats_consistency_check() 112 count += DIAG_COUNT(sched->mutex_cache, available); in _sched_stats_consistency_check() 117 count += DIAG_COUNT(sched->qnode_pool, available); in _sched_stats_consistency_check() 144 DIAG_COUNT(p, available), in _qnode_pool_display() 186 DIAG_COUNT(c, available), in _objcache_display()
|
| H A D | lthread_objcache.h | 34 DIAG_COUNT_DEFINE(available); 68 DIAG_COUNT_INIT(c, available); in _lthread_objcache_create() 109 DIAG_COUNT_INC(c, available); in _lthread_objcache_alloc() 116 DIAG_COUNT_DEC(c, available); in _lthread_objcache_alloc() 127 DIAG_COUNT_INC(c, available); in _lthread_objcache_free()
|
| /f-stack/dpdk/drivers/bus/fslmc/qbman/ |
| H A D | qbman_portal.c | 815 if (!s->eqcr.available) in qbman_swp_enqueue_ring_mode_direct() 831 s->eqcr.available--; in qbman_swp_enqueue_ring_mode_direct() 855 if (!s->eqcr.available) in qbman_swp_enqueue_ring_mode_cinh_read_direct() 869 s->eqcr.available--; in qbman_swp_enqueue_ring_mode_cinh_read_direct() 893 if (!s->eqcr.available) in qbman_swp_enqueue_ring_mode_cinh_direct() 907 s->eqcr.available--; in qbman_swp_enqueue_ring_mode_cinh_direct() 930 if (!s->eqcr.available) in qbman_swp_enqueue_ring_mode_mem_back() 943 s->eqcr.available--; in qbman_swp_enqueue_ring_mode_mem_back() 991 if (!s->eqcr.available) in qbman_swp_enqueue_multiple_direct() 1061 if (!s->eqcr.available) in qbman_swp_enqueue_multiple_cinh_read_direct() [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/pam/ |
| H A D | pam_nounmount.ksh | 32 keystatus available 36 keystatus available 41 keystatus available 46 keystatus available
|
| H A D | pam_basic.ksh | 32 keystatus available 37 keystatus available 42 keystatus available
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | jemalloc_internal_defs.h.in | 46 /* Defined if C11 atomics are available. */ 49 /* Defined if GCC __atomic atomics are available. */ 52 /* Defined if GCC __sync atomics are available. */ 72 * Defined if __builtin_clz() and __builtin_clzl() are available. 91 * Defined if secure_getenv(3) is available. 96 * Defined if issetugid(2) is available. 100 /* Defined if pthread_atfork(3) is available. */ 103 /* Defined if pthread_setname_np(3) is available. */ 112 * Defined if clock_gettime(CLOCK_MONOTONIC, ...) is available. 117 * Defined if mach_absolute_time() is available. [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/ |
| H A D | reservation_007_pos.ksh | 67 space_avail=`get_prop available $TESTPOOL` 91 avail_aft_dset1=`get_prop available $TESTPOOL` 105 avail_dest_dset2=`get_prop available $TESTPOOL` 117 avail_dest_dset1=`get_prop available $TESTPOOL`
|
| H A D | reservation_004_pos.ksh | 69 space_avail=`get_prop available $TESTPOOL` 89 space_avail=`get_prop available $TESTPOOL` 96 space_avail=`get_prop available $TESTPOOL` 117 new_space_avail=`get_prop available $TESTPOOL`
|
| /f-stack/freebsd/contrib/device-tree/Bindings/powerpc/fsl/ |
| H A D | mpic-timer.txt | 10 - fsl,available-ranges: use <start count> style section to define which 15 with timer zero. If timer-available-ranges is present, only the 16 interrupts that correspond to available timers shall be present. 25 fsl,available-ranges = <2 2>;
|