Searched refs:likely (Results 26 - 50 of 134) sorted by relevance

123456

/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd_generic.h159 if (likely(&wrapper->val != val)) {
H A Djemalloc_internal_inlines_c.h54 if (config_stats && is_internal && likely(ret != NULL)) {
80 if (config_stats && is_internal && likely(ret != NULL)) {
H A Dsz.h165 if (likely(size <= SC_LOOKUP_MAXCLASS)) {
252 if (likely(size <= SC_LOOKUP_MAXCLASS)) {
H A Dtcache_inlines.h77 if (likely(!zero)) {
138 if (likely(!zero)) {
H A Drtree.h337 if (likely(rtree_ctx->cache[slot].leafkey == leafkey)) {
348 if (likely(rtree_ctx->l2_cache[i].leafkey == leafkey)) { \
471 if (likely(rtree_ctx->cache[slot].leafkey == leafkey)) {
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dspace_reftree.c61 if (likely(cmp))
H A Dlz4.c266 #ifndef likely
267 #define likely(expr) expect((expr) != 0, 1) macro
559 while (likely(ip < matchlimit - (STEPSIZE - 1))) {
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/sodium/
H A Dcore.c36 # warning work as expected, and performance is likely to be suboptimal.
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dspinlock.h96 if (likely(__ret != 0)) \
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_slab.c67 if (likely(c->cache_ctor != NULL))
/freebsd-13-stable/sys/dev/ena/
H A Dena_datapath.c193 if (likely(req_id < tx_ring->ring_size)) {
291 } while (likely(--budget));
299 if (likely(commit != TX_COMMIT)) {
337 if (likely(ENA_FLAG_ISSET(ENA_FLAG_RSS_ACTIVE, adapter))) {
857 if (likely(*header_len <= mbuf_head_len)) {
988 if (likely(rc == ENA_COM_NO_MEM)) {
1108 if (likely(tx_ring->acum_pkts != 0)) {
/freebsd-13-stable/contrib/jemalloc/src/
H A Dhook.c141 if (likely(atomic_load_u(&nhooks, ATOMIC_RELAXED) == 0)) { \
H A Djemalloc.c1923 if (likely(!sopts->slow)) {
2022 if (likely((high_bits & (dopts->num_items | dopts->item_size)) == 0)) {
2025 if (likely(*size / dopts->item_size == dopts->num_items)) {
2124 if (likely((uintptr_t)tctx == (uintptr_t)1U)) {
2258 if (likely(tsd_fast(tsd))) {
2589 if (likely(!slow_path)) {
2647 if (likely(!slow_path)) {
2670 if (likely(ptr != NULL)) {
2739 if (config_stats && likely(ret != NULL)) {
2758 if (likely(pt
[all...]
/freebsd-13-stable/sys/dev/drm2/ttm/
H A Dttm_bo_util.c78 if (likely(man->io_reserve_fastpath))
94 if (likely(man->io_reserve_fastpath))
124 if (likely(man->io_reserve_fastpath))
145 if (likely(man->io_reserve_fastpath))
H A Dttm_tt.c123 if (likely(cur_page != NULL)) {
171 if (likely(ttm->pages != NULL)) {
H A Dttm_bo_vm.c327 if (likely(bo != NULL))
420 if (likely(bo != NULL))
/freebsd-13-stable/share/dtrace/
H A Dnfsattrstats35 * outside of the context of a system call, most likely due to the VM
/freebsd-13-stable/contrib/ofed/libmlx5/
H A Dqp.c304 if (likely(inl)) {
374 if (likely(wr->sg_list[0].length >= MLX5_ETH_L2_INLINE_HEADER_SIZE)) {
875 if (likely(wr->sg_list[i].length)) {
920 if (likely(nreq)) {
1119 if (likely(nreq)) {
1192 if (likely(nreq)) {
1208 if (likely(!(ibqp->qp_type == IBV_QPT_RAW_PACKET &&
/freebsd-13-stable/sys/cddl/contrib/opensolaris/common/lz4/
H A Dlz4.c265 #if defined(likely)
266 #undef likely macro
272 #ifndef likely
273 #define likely(expr) expect((expr) != 0, 1) macro
567 while likely(ip < matchlimit - (STEPSIZE - 1)) {
/freebsd-13-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rx.c264 if (likely(cqe_bcnt == 0)) {
265 if (likely(mb->m_next != NULL)) {
316 if (likely(ifp->if_capenable & (IFCAP_RXCSUM | IFCAP_RXCSUM_IPV6)) &&
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_umem_odp.c296 if (likely(ib_umem_start(umem) != ib_umem_end(umem)))
299 if (likely(!atomic_read(&context->notifier_count)) ||
364 if (likely(ib_umem_start(umem) != ib_umem_end(umem)))
/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h609 if (likely(c > SDP_MIN_TX_CREDITS))
612 likely(tx_credits(ssk) > 0) &&
613 likely(sdp_tx_ring_slots_left(ssk));
/freebsd-13-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_rx.c80 if (likely(mb != NULL))
84 if (likely(mb != NULL)) {
154 if (likely(mb_list->mbuf != NULL)) {
670 if (likely(length == 0)) {
671 if (likely(mb->m_next != NULL)) {
809 if (likely(dev->if_capenable &
/freebsd-13-stable/contrib/bmake/
H A Dbsd.after-import.mk27 # likely locations?
/freebsd-13-stable/stand/lua/
H A Dhook.lua61 -- type in the order that they were registered in. This ordering should likely

Completed in 235 milliseconds

123456