Searched refs:unlikely (Results 1 – 4 of 4) sorted by relevance
2331 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 …]
493 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()
762 if (unlikely(!hcd->rh_registered)) in usb_hcd_poll_rh_status()
89 #define unlikely(x) __builtin_expect((x),0) macro