| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | refcount.c | 136 if (likely(!rc->rc_tracked)) { in zfs_refcount_add_many() 164 if (likely(!rc->rc_tracked)) in zfs_refcount_add_few() 177 if (likely(!rc->rc_tracked)) { in zfs_refcount_remove_many() 222 if (likely(!rc->rc_tracked)) in zfs_refcount_remove_few() 272 if (likely(!rc->rc_tracked)) in zfs_refcount_transfer_ownership_many() 306 if (likely(!rc->rc_tracked)) in zfs_refcount_held() 314 if (likely(ref == NULL)) in zfs_refcount_held() 333 if (likely(!rc->rc_tracked)) in zfs_refcount_not_held() 341 if (likely(ref == NULL)) in zfs_refcount_not_held()
|
| /freebsd/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()
|
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_xarray.c | 135 if (likely(*pindex < limit.max)) { in __xa_alloc() 142 if (likely(gfp & M_WAITOK)) { in __xa_alloc() 205 if (likely(gfp & M_WAITOK)) { in __xa_alloc_cyclic() 264 if (likely(gfp & M_WAITOK)) { in __xa_insert() 312 if (likely(gfp & M_WAITOK)) { in __xa_store() 425 if (likely(found)) { in __xa_next()
|
| /freebsd/sys/contrib/dpdk_rte_lpm/ |
| H A D | rte_branch_prediction.h | 23 #ifndef likely 24 #define likely(x) __builtin_expect(!!(x), 1) macro
|
| /freebsd/sys/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | debug.h | 55 #ifndef likely 56 #define likely(x) __builtin_expect((x), 1) macro
|
| /freebsd/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | arena_inlines_b.h | 149 if (likely(tcache != NULL)) { in arena_decay_extent() 150 if (likely(size <= SC_SMALL_MAXCLASS)) { in arena_decay_extent() 154 if (likely(size <= tcache_maxclass)) { in arena_decay_extent() 272 if (likely(alloc_ctx.slab)) { in arena_dalloc_large() 329 if (likely(alloc_ctx.slab)) { in arena_sdalloc_no_tcache() 370 if (likely(alloc_ctx.slab)) { 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
|
| H A D | prof_inlines_b.h | |
| H A D | jemalloc_internal_inlines_a.h | 50 /* This likely means a misconfig. */ in percpu_arena_ind_limit() 81 if (likely(tsd_tcache_enabled_get(tsd))) { in arena_tdata_get()
|
| /freebsd/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()
|
| /freebsd/sys/dev/ena/ |
| H A D | ena_netmap.h | 36 #ifdef likely 37 #undef likely
|
| /freebsd/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()
|
| /freebsd/sys/contrib/alpine-hal/ |
| H A D | al_hal_types.h | 70 #if !defined(likely) 71 #define likely(x) (__builtin_expect(!!(x), 1)) macro
|
| /freebsd/tools/tools/netmap/ |
| H A D | pkt_hash.h | 41 #define likely(x) __builtin_expect(!!(x), 1) macro 44 #define likely(x) (x) macro
|
| /freebsd/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()
|
| /freebsd/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()
|
| /freebsd/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
|
| /freebsd/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()
|
| /freebsd/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
|
| /freebsd/sys/contrib/dev/athk/ath12k/ |
| H A D | debug.c | 102 if (likely(ab)) in __ath12k_dbg() 110 if (likely(ab)) in __ath12k_dbg()
|
| /freebsd/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
|
| /freebsd/contrib/ofed/libcxgb4/ |
| H A D | config.h | 4 #define likely(x) __predict_true(x) macro
|
| /freebsd/contrib/ofed/libmlx4/ |
| H A D | config.h | 12 #define likely(x) __predict_true(x) macro
|