Home
last modified time | relevance | path

Searched refs:likely (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/freebsd-10-stable/contrib/xz/src/liblzma/common/
Dcommon.h40 # define likely(expr) __builtin_expect(expr, true) macro
43 # define likely(expr) (expr) macro
/freebsd-10-stable/sys/dev/drm2/radeon/
Dradeon_benchmark.c155 if (likely(r == 0)) { in radeon_benchmark_move()
163 if (likely(r == 0)) { in radeon_benchmark_move()
/freebsd-10-stable/contrib/gcc/config/i386/
Dt-beos2 # we are most likely to want to apply any fixes to.
/freebsd-10-stable/tools/diag/dumpvfscache/
DREADME2 the vfs name cache. It's very likely to loop and crash if you use it
/freebsd-10-stable/contrib/binutils/gas/config/
Dtc-mips.c874 #define RELAX_BRANCH_ENCODE(uncond, likely, link, toofar) \ argument
879 | ((likely) ? 4 : 0) \
4559 int likely = 0; in macro() local
4692 likely = 1; in macro()
4699 likely = 1; in macro()
4712 likely = 1; in macro()
4716 macro_build (&offset_expr, likely ? "bgezl" : "bgez", "s,p", sreg); in macro()
4721 macro_build (&offset_expr, likely ? "blezl" : "blez", "s,p", treg); in macro()
4726 macro_build (&offset_expr, likely ? "beql" : "beq", "s,t,p", AT, 0); in macro()
4730 likely = 1; in macro()
[all …]
/freebsd-10-stable/sys/arm/conf/
DEB9200.hints3 # should likely list CF here since its address isn't fixed.
/freebsd-10-stable/sys/dev/mlx5/mlx5_en/
Dmlx5_en_tx.c132 if (likely(pch != NULL && pch->sq[tc].stopped == 0)) in mlx5e_select_queue()
521 if (likely(mb != NULL)) { in mlx5e_xmit_locked()
549 if (likely(sq->doorbell.d64 != 0)) { in mlx5e_xmit_locked()
587 if (likely(sq->doorbell.d64 != 0)) { in mlx5e_xmit_locked_no_br()
Dmlx5_en_rx.c248 if (likely(cqe_bcnt == 0)) { in mlx5e_build_rx_mbuf()
249 if (likely(mb->m_next != NULL)) { in mlx5e_build_rx_mbuf()
300 if (likely(ifp->if_capenable & (IFCAP_RXCSUM | IFCAP_RXCSUM_IPV6)) && in mlx5e_build_rx_mbuf()
/freebsd-10-stable/sys/dev/drm2/ttm/
Dttm_bo_util.c78 if (likely(man->io_reserve_fastpath)) in ttm_mem_io_lock()
94 if (likely(man->io_reserve_fastpath)) in ttm_mem_io_unlock()
124 if (likely(man->io_reserve_fastpath)) in ttm_mem_io_reserve()
145 if (likely(man->io_reserve_fastpath)) in ttm_mem_io_free()
Dttm_tt.c123 if (likely(cur_page != NULL)) { in ttm_tt_set_caching()
171 if (likely(ttm->pages != NULL)) { in ttm_tt_destroy()
Dttm_bo.c290 if (likely(ret == 0)) { in ttm_bo_reserve()
342 if (likely(!ret)) { in ttm_bo_reserve_slowpath()
764 if (likely(bo->vm_node != NULL)) { in ttm_bo_release()
1357 if (likely(ret == 0)) in ttm_bo_create()
1729 if (likely(bo->sync_obj == NULL)) in ttm_bo_wait()
1757 if (likely(bo->sync_obj == sync_obj)) { in ttm_bo_wait()
1790 if (likely(ret == 0)) in ttm_bo_synccpu_write_grab()
Dttm_bo_vm.c336 if (likely(bo != NULL)) in ttm_bo_mmap_single()
429 if (likely(bo != NULL))
/freebsd-10-stable/contrib/gcc/config/mips/
Dt-vxworks9 MUTLILIB_EXTRA_OPTS = -G 0 -mno-branch-likely
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dlz4.c255 #if defined(likely)
256 #undef likely
262 #define likely(expr) expect((expr) != 0, 1) macro
560 while likely(ip < matchlimit - (STEPSIZE - 1)) { in LZ4_compressCtx()
/freebsd-10-stable/sys/ofed/include/linux/
Dcompiler.h61 #define likely(x) __builtin_expect(!!(x), 1) macro
Dmath64.h96 if (likely(((n) >> 32) == 0)) { \
/freebsd-10-stable/sys/ofed/include/asm/
Datomic.h100 if (likely(atomic_cmpset_int(&v->counter, c, c + a))) in atomic_add_unless()
/freebsd-10-stable/contrib/ntp/conf/
DREADME5 obtuse configurations you may run into. They are not likely to do
/freebsd-10-stable/sys/net/
Dnetmap_user.h72 #ifndef likely
73 #define likely(x) __builtin_expect(!!(x), 1) macro
257 for (; likely(l > 0); l-=64) { in nm_pkt_copy()
/freebsd-10-stable/contrib/pam_modules/pam_passwdqc/
DPLATFORMS27 You will likely also need to set "max=8" in order to actually enforce
/freebsd-10-stable/sys/ofed/drivers/infiniband/ulp/sdp/
Dsdp.h650 if (likely(c > SDP_MIN_TX_CREDITS)) in credit_update_needed()
653 likely(tx_credits(ssk) > 0) && in credit_update_needed()
654 likely(sdp_tx_ring_slots_left(ssk)); in credit_update_needed()
/freebsd-10-stable/gnu/usr.bin/grep/
DFREEBSD-upgrade30 Due to the large number of patches applied, conflicts are likely with
/freebsd-10-stable/sys/dev/netmap/
Dif_vtnet_netmap.h194 if (likely(txhdr == (void *)txq)) { in vtnet_netmap_txsync()
313 if (likely(token == (void *)rxq)) { in vtnet_netmap_rxsync()
/freebsd-10-stable/contrib/amd/
DREADME.y2k3 Most likely am-utils is y2k compliant.
/freebsd-10-stable/crypto/openssl/doc/crypto/
DOPENSSL_ia32cap.pod36 can manipulate the value programmatically, you most likely will find it

12345678910>>...12