Searched defs:likely (Results 1 - 7 of 7) sorted by relevance

/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/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/boot/sys/cddl/boot/zfs/
H A Dlz4.c118 #define likely(expr) expect((expr) != 0, 1) macro
/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/common/io/chxge/
H A Dsge.h63 #define likely(a) (a) macro
/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

Completed in 73 milliseconds