Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEhciHcd.c2006 if (likely (len < count)) /* ... iff needed */ in qtd_fill()
2327 if (likely (QTD_PID (token) != 2)) in qtd_copy_status()
2660 if (likely (urb->hcpriv != 0)) { in ehci_urb_done()
3028 if (likely (last->urb != urb)) { in qh_completions()
3162 } else if (likely (!stopped in qh_completions()
3217 if (likely (urb->status == -EINPROGRESS)) in qh_completions()
3312 if (likely (last != 0)) { in qh_completions()
3841 if (likely (len > 0)) in qh_urb_transaction()
3979 if (likely (len <= 0)) in qh_urb_transaction()
4039 if (likely ((urb->transfer_flags & URB_SHORT_NOT_OK) == 0 in qh_urb_transaction()
[all …]
H A DdrvEHCIDBG.cpp743 if (likely (!p.ptr)) in show_periodic()
H A DdrvEHCI_SCHD.cxx608 if (likely ((qh->hw_token & CPUToLE32 (QTD_STS_ACTIVE)) in intr_complete()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvCompiler.h88 #define likely(x) __builtin_expect((x),1) macro