| /src/sys/contrib/openzfs/module/zfs/ |
| H A D | refcount.c | 134 if (likely(!rc->rc_tracked)) { in zfs_refcount_add_many() 162 if (likely(!rc->rc_tracked)) in zfs_refcount_add_few() 175 if (likely(!rc->rc_tracked)) { in zfs_refcount_remove_many() 220 if (likely(!rc->rc_tracked)) in zfs_refcount_remove_few() 270 if (likely(!rc->rc_tracked)) in zfs_refcount_transfer_ownership_many() 304 if (likely(!rc->rc_tracked)) in zfs_refcount_held() 312 if (likely(ref == NULL)) in zfs_refcount_held() 331 if (likely(!rc->rc_tracked)) in zfs_refcount_not_held() 339 if (likely(ref == NULL)) in zfs_refcount_not_held()
|
| /src/sys/compat/linuxkpi/common/src/ |
| H A D | linux_xarray.c | 138 if (likely(*pindex != mask)) { in __xa_alloc() 145 if (likely(gfp & M_WAITOK)) { in __xa_alloc() 210 if (likely(gfp & M_WAITOK)) { in __xa_alloc_cyclic() 269 if (likely(gfp & M_WAITOK)) { in __xa_insert() 317 if (likely(gfp & M_WAITOK)) { in __xa_store() 430 if (likely(found)) { in __xa_next()
|
| /src/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_cq.c | 75 if (likely(cqn < MLX5_CQ_LINEAR_ARRAY_SIZE)) in mlx5_cq_completion() 83 if (likely(cq != NULL)) { in mlx5_cq_completion() 107 if (likely(cqn < MLX5_CQ_LINEAR_ARRAY_SIZE)) in mlx5_cq_event() 115 if (likely(cq != NULL)) { in mlx5_cq_event() 145 if (likely(err == 0 && cq->cqn < MLX5_CQ_LINEAR_ARRAY_SIZE)) in mlx5_core_create_cq() 173 if (likely(cq->cqn < MLX5_CQ_LINEAR_ARRAY_SIZE)) in mlx5_core_destroy_cq()
|
| /src/sys/contrib/dpdk_rte_lpm/ |
| H A D | rte_branch_prediction.h | 23 #ifndef likely 24 #define likely(x) __builtin_expect(!!(x), 1) macro
|
| /src/sys/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | debug.h | 55 #ifndef likely 56 #define likely(x) __builtin_expect((x), 1) macro
|
| /src/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
| H A D | v_math.h | 176 if (likely (p[0])) in v_call_f64() 178 if (likely (p1)) in v_call_f64() 190 if (likely (p[0])) in v_call2_f64() 192 if (likely (p1)) in v_call2_f64()
|
| /src/sys/dev/ena/ |
| H A D | ena_netmap.h | 36 #ifdef likely 37 #undef likely
|
| /src/sys/dev/qat/qat_common/ |
| H A D | adf_pfvf_vf_msg.c | 142 if (likely(len >= sizeof(struct capabilities_v3))) in adf_vf2pf_get_capabilities() 149 if (likely(len >= sizeof(struct capabilities_v2))) { in adf_vf2pf_get_capabilities() 157 if (likely(len >= sizeof(struct capabilities_v1))) { in adf_vf2pf_get_capabilities()
|
| /src/tools/tools/netmap/ |
| H A D | pkt_hash.h | 41 #define likely(x) __builtin_expect(!!(x), 1) macro 44 #define likely(x) (x) macro
|
| /src/sys/contrib/alpine-hal/ |
| H A D | al_hal_types.h | 70 #if !defined(likely) 71 #define likely(x) (__builtin_expect(!!(x), 1)) macro
|
| /src/contrib/arm-optimized-routines/networking/arm/ |
| H A D | chksum_simd.c | 33 if (likely(off != 0)) in __chksum_arm_simd() 77 while (likely(nbytes >= 16)) in __chksum_arm_simd() 112 if (likely(nbytes != 0)) in __chksum_arm_simd()
|
| /src/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | arena_inlines_b.h | 149 if (likely(tcache != NULL)) { in arena_malloc() 150 if (likely(size <= SC_SMALL_MAXCLASS)) { in arena_malloc() 154 if (likely(size <= tcache_maxclass)) { in arena_malloc() 272 if (likely(alloc_ctx.slab)) { in arena_dalloc_no_tcache() 329 if (likely(alloc_ctx.slab)) { in arena_dalloc() 370 if (likely(alloc_ctx.slab)) { in arena_sdalloc_no_tcache() 416 if (likely(alloc_ctx.slab)) { in arena_sdalloc()
|
| H A D | util.h | 32 # define likely(x) __builtin_expect(!!(x), 1) macro 35 # define likely(x) !!(x) macro
|
| /src/sys/compat/linuxkpi/common/include/asm/ |
| H A D | atomic.h | 113 if (likely(atomic_fcmpset_int(&v->counter, &c, c + a))) in atomic_add_unless() 127 if (likely(atomic_fcmpset_int(&v->counter, &c, c + a))) in atomic_fetch_add_unless() 285 likely(__r == __o); \ 301 if (likely(atomic_fcmpset_int(&v->counter, &old, retval))) in atomic_dec_if_positive()
|
| H A D | atomic-long.h | 110 if (likely(atomic_fcmpset_long(&v->counter, &c, c + a))) in atomic_long_add_unless() 124 if (likely(atomic_fcmpset_long(&v->counter, &c, c + a))) in atomic_long_fetch_add_unless()
|
| H A D | atomic64.h | 103 if (likely(atomic_fcmpset_64(&v->counter, &c, c + a))) in atomic64_add_unless() 117 if (likely(atomic_fcmpset_64(&v->counter, &c, c + a))) in atomic64_fetch_add_unless()
|
| /src/contrib/arm-optimized-routines/networking/ |
| H A D | chksum_common.h | 30 #define likely(x) __builtin_expect(!!(x), 1) macro 41 #define likely(x) (x) macro
|
| /src/contrib/arm-optimized-routines/networking/aarch64/ |
| H A D | chksum_simd.c | 24 if (likely(off != 0)) in slurp_head64() 44 if (likely(nbytes != 0)) in slurp_tail64()
|
| /src/crypto/openssl/VMS/ |
| H A D | openssl_ivp.com.in | 37 $ ! If something else is wrong with the installation, we're likely 45 $ ! then we're likely to get an image activation error here
|
| /src/contrib/llvm-project/lld/docs/ |
| H A D | missingkeyfunction.rst | 10 it's likely that your class C has a key function (defined by the ABI as the first 46 key function, but it's quite common because virtual destructors are likely to be 48 also more likely that you won't have any direct references to the destructor, so
|
| /src/contrib/ofed/libcxgb4/ |
| H A D | config.h | 4 #define likely(x) __predict_true(x) macro
|
| /src/contrib/ofed/libmlx4/ |
| H A D | config.h | 12 #define likely(x) __predict_true(x) macro
|
| /src/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | string.h | 38 if (likely(ret > 0)) in strlcpy()
|
| /src/contrib/xz/src/liblzma/common/ |
| H A D | common.h | 120 # define likely(expr) __builtin_expect(expr, true) macro 123 # define likely(expr) (expr) macro
|
| /src/sys/contrib/openzfs/contrib/debian/ |
| H A D | openzfs-zfs-dkms.templates | 8 likely to cause instability leading to possible data corruption. You 22 likely to cause instability leading to possible data corruption. You
|