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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_l2t.c111 #define likely(x) __builtin_expect((x), 1) macro
114 #define likely(x) (x) macro
398 * table since it is likely to be reused but we also bump nfree to indicate
445 if (likely(rpl->status != CPL_ERR_NONE)) {
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_var.h481 #define likely(x) __builtin_expect((x), 1) macro
484 #define likely(x) (x) macro
H A Dmyri10ge.c3261 if (likely(cum_len >= 0)) {
3274 } else if (likely(cum_len_next >= 0)) {
3422 if (likely(err == DDI_SUCCESS)) {
3537 if (likely(cum_len >= 0)) {
3554 } else if (likely(cum_len_next >= 0)) {
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dzfs_lz4.c111 #define likely(expr) expect((expr) != 0, 1) macro
/illumos-gate/usr/src/cmd/eeprom/i386/
H A Dbenv.c738 * it is likely that the delayed writes changes bootenv.rc anyway...
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dlz4.c118 #define likely(expr) expect((expr) != 0, 1) macro
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dsge.h63 #define likely(a) (a) macro
H A Dsge.c628 if (likely(e->DataValid)) {
914 if (likely(offload)) {
915 if (likely(toe_running(adapter))) {
/illumos-gate/usr/src/common/ficl/softcore/
H A Dlz4.c267 #define likely(expr) expect((expr) != 0, 1) macro
588 while likely(ip < matchlimit - (STEPSIZE - 1)) {
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dlz4.c284 #define likely(expr) expect((expr) != 0, 1) macro
611 while likely(ip < matchlimit - (STEPSIZE - 1)) {
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_locore.s1302 * ptl1_panic is a likely spot for stack overflows to wind up; thus, the current
1618 ! ptl1_panic is likely to be repeatedly called from there.
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_locore.s1190 * ptl1_panic is a likely spot for stack overflows to wind up; thus, the current
1539 ! ptl1_panic is likely to be repeatedly called from there.
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_copy.s2454 bnz %icc, .dcobcp ! Most likely
3689 bnz %icc, .dcibcp ! Most likely
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c1756 ERROR: This OS has most likely a broken strtod() implemenentation.
3411 ** This looks at an errno value and tells if this is likely to
6252 ** and mime8to7() will most likely be different.
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dniagara_copy.s4639 bnz %icc, .dcobcp ! Most likely
6814 bnz %icc, .dcibcp ! Most likely
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c149 #define ECORE_LIKELY likely
1936 /* If ramrod failed this is most likely a SW bug */
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex6721 % likely, but for now just recognize it.

Completed in 228 milliseconds