Searched refs:likely (Results 1 - 25 of 63) sorted by relevance

123

/freebsd-10.3-release/share/mk/
H A Dbsd.compiler.mk14 # against 30300 for gcc likely isn't what you wanted (since versions of gcc
15 # prior to 4.2 likely have no prayer of working).
/freebsd-10.3-release/sys/ofed/include/linux/
H A Dcompiler.h61 #define likely(x) __builtin_expect(!!(x), 1) macro
H A Dmath64.h96 if (likely(((n) >> 32) == 0)) { \
/freebsd-10.3-release/contrib/xz/src/liblzma/common/
H A Dcommon.h40 # define likely(expr) __builtin_expect(expr, true) macro
43 # define likely(expr) (expr) macro
/freebsd-10.3-release/sys/dev/drm2/radeon/
H A Dradeon_benchmark.c155 if (likely(r == 0)) {
163 if (likely(r == 0)) {
H A Dradeon_fence.c65 if (likely(rdev->wb.enabled || !drv->scratch_reg)) {
86 if (likely(rdev->wb.enabled || !drv->scratch_reg)) {
H A Dradeon_cursor.c209 if (likely(ret == 0)) {
H A Dradeon_fb.c98 if (likely(ret == 0)) {
/freebsd-10.3-release/sys/ofed/include/asm/
H A Datomic.h94 if (likely(old == c))
/freebsd-10.3-release/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.c336 if (likely(bo != NULL))
429 if (likely(bo != NULL))
H A Dttm_bo.c290 if (likely(ret == 0)) {
342 if (likely(!ret)) {
764 if (likely(bo->vm_node != NULL)) {
1357 if (likely(ret == 0))
1729 if (likely(bo->sync_obj == NULL))
1757 if (likely(bo->sync_obj == sync_obj)) {
1790 if (likely(ret == 0))
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dlz4.c255 #if defined(likely)
256 #undef likely macro
262 #define likely(expr) expect((expr) != 0, 1) macro
560 while likely(ip < matchlimit - (STEPSIZE - 1)) {
/freebsd-10.3-release/contrib/binutils/gas/config/
H A Dtc-mips.c808 /* Branch without likely bit. If label is out of range, we turn:
837 Branch likely. If label is out of range, we turn:
853 likely bit, generating something like:
875 #define RELAX_BRANCH_ENCODE(uncond, likely, link, toofar) \
880 | ((likely) ? 4 : 0) \
3154 /* We don't yet optimize a branch likely. What we should do
4566 int likely = 0;
4699 likely = 1;
4706 likely = 1;
4719 likely
4559 int likely = 0; local
7245 int likely = 0; local
[all...]
/freebsd-10.3-release/sys/net/
H A Dnetmap_user.h72 #ifndef likely
73 #define likely(x) __builtin_expect(!!(x), 1) macro
75 #endif /* likely and unlikely */
257 for (; likely(l > 0); l-=64) {
/freebsd-10.3-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h648 if (likely(c > SDP_MIN_TX_CREDITS))
651 likely(tx_credits(ssk) > 0) &&
652 likely(sdp_tx_ring_slots_left(ssk));
H A Dsdp_tx.c228 if (likely(wc->wr_id & SDP_OP_SEND)) {
265 if (likely(!wc->status))
/freebsd-10.3-release/sys/dev/netmap/
H A Dif_vtnet_netmap.h194 if (likely(txhdr == (void *)txq)) {
313 if (likely(token == (void *)rxq)) {
H A Dnetmap_vale.c262 for (; likely(l > 0); l-=64) {
1061 for (; likely(j != end); j = nm_next(j, lim)) {
1332 for (i = 0; likely(i < n); i += ft[i].ft_frags) {
1381 for (j = 0; likely(j < b->bdg_active_ports); j++) {
1615 if (likely(j != my_start)) {
1706 for (n = 0; likely(nm_i != head); n++) {
/freebsd-10.3-release/contrib/bmake/
H A Dbsd.after-import.mk27 # likely locations?
/freebsd-10.3-release/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cq.c60 if (likely(cq))
/freebsd-10.3-release/sys/cddl/boot/zfs/
H A Dlz4.c117 #define likely(expr) expect((expr) != 0, 1) macro
/freebsd-10.3-release/contrib/llvm/lib/Support/Unix/
H A DSignals.inc315 // the stack offset for a stack dump isn't likely to cause any problems.
/freebsd-10.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_srq.c572 if (likely(nreq)) {
644 if (likely(nreq)) {

Completed in 338 milliseconds

123