Searched refs:unlikely (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_lro.c166 if (unlikely((tmp_csum ^ 0xffff) != 0)) {
188 if (unlikely(opt_bytes != TCPOLEN_TSTAMP_APPA) ||
232 if (unlikely(seq != lro->next_seq)) {
249 if (unlikely(lro->tsval > tsval ||
H A Dmyri10ge_var.h482 #define unlikely(x) __builtin_expect((x), 0) macro
485 #define unlikely(x) (x) macro
H A Dmyri10ge.c2561 if (unlikely(++limit > 2 * tx->mask))
2614 if (unlikely (*stop)) {
2622 if (unlikely(limit < 0))
3142 if (unlikely(avail <= MYRI10GE_MAX_SEND_DESC_TSO)) {
3504 if (unlikely(rv != DDI_DMA_MAPPED)) {
3588 if (unlikely(count >= max_segs)) {
3637 if (unlikely(avail <= count)) {
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dlz4.c285 #define unlikely(expr) expect((expr) != 0, 0) macro
565 if unlikely(forwardIp > mflimit) {
577 unlikely(ip[-1] == ref[-1])) {
587 if unlikely(op + length + (2 + 1 + LASTLITERALS) +
638 if unlikely(op + (1 + LASTLITERALS) + (len >> 8) > oend)
780 if unlikely(op + length + (2 + 1 + LASTLITERALS) +
831 if unlikely(op + (1 + LASTLITERALS) + (len >> 8) > oend)
966 if unlikely(cpy > oend - COPYLENGTH) {
981 if unlikely(ref < (BYTE * const) dest)
996 if unlikely(o
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dzfs_lz4.c112 #define unlikely(expr) expect((expr) != 0, 0) macro
268 if unlikely(op - ref < STEPSIZE) {
/illumos-gate/usr/src/common/ficl/softcore/
H A Dlz4.c268 #define unlikely(expr) expect((expr) != 0, 0) macro
542 if unlikely(forwardIp > mflimit) {
554 unlikely(ip[-1] == ref[-1])) {
564 if unlikely(op + length + (2 + 1 + LASTLITERALS) +
615 if unlikely(op + (1 + LASTLITERALS) + (len >> 8) > oend)
757 if unlikely(op + length + (2 + 1 + LASTLITERALS) +
808 if unlikely(op + (1 + LASTLITERALS) + (len >> 8) > oend)
986 if unlikely(op - ref < STEPSIZE) {
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dlz4.c119 #define unlikely(expr) expect((expr) != 0, 0) macro
280 if unlikely(op - ref < STEPSIZE) {
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_l2t.c112 #define unlikely(x) __builtin_expect((x), 0) macro
115 #define unlikely(x) (x) macro
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Ddtrace_asm.s227 ! The caller has been flushed to the stack. This is unlikely
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dsge.c664 if (unlikely(credits_pend[0] > SGE_BATCH_THRESH)) {
668 if (unlikely(credits_pend[1] > SGE_BATCH_THRESH)) {
678 if (unlikely(++cidx == entries_n)) {
707 if (unlikely(flags & (F_FL0_ENABLE | F_FL1_ENABLE)))
742 if (unlikely(!ret))
940 if (unlikely(offload)) {
1009 if (unlikely(--Q->fq_credits < (entries_n>>2)))
H A Dsge.h62 #define unlikely(a) (a) macro
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Ddebug.h695 if(unlikely(LOG_MSG(_m))) \
714 if(unlikely(_c)) \
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c148 #define ECORE_UNLIKELY unlikely

Completed in 116 milliseconds