Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEhciHcd.c2331 if (unlikely (urb->status != -EINPROGRESS)) in qtd_copy_status()
2335 if (unlikely (IS_SHORT_READ (token))) in qtd_copy_status()
2956 if (unlikely (list_empty (&qh->qtd_list))) in qh_completions()
3221 if (unlikely (do_status != 0) in qh_completions()
3369 if (unlikely (stopped != 0) in qh_completions()
3666 if (unlikely (!qtd)) in qh_urb_transaction()
3782 if (unlikely (!qtd)) in qh_urb_transaction()
3984 if (unlikely (!qtd)) in qh_urb_transaction()
4156 if (unlikely (!qtd)) in qh_urb_transaction()
5129 if (unlikely (!(q = ehci->async))) {
[all …]
H A DdrvEHCI_SCHD.cxx493 if (unlikely (ehci->pshadow [frame1].ptr != 0)) { in qh_schedule()
613 if (unlikely (list_empty (&qh->qtd_list))) { in intr_complete()
622 if (unlikely (list_empty (&qh->qtd_list))) in intr_complete()
1240 if (unlikely (q.ptr == 0 && !last)) in scan_periodic()
H A DdrvHCD.c762 if (unlikely(!hcd->rh_registered)) in usb_hcd_poll_rh_status()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvCompiler.h89 #define unlikely(x) __builtin_expect((x),0) macro