Searched refs:likely (Results 1 – 11 of 11) sorted by relevance
55 #ifndef likely56 #define likely(x) __builtin_expect(!!(x), 1) macro
5 #define likely(x) __builtin_expect((x), 1) macro
1291 if (likely(!list_empty(&stream->free_list))) { in itd_urb_transaction()1612 if (likely(!empty || start <= now2 + period)) { in iso_stream_schedule()1620 if (likely(start >= now2)) in iso_stream_schedule()1854 if (likely(itd->index[uframe] == -1)) in itd_complete()1879 } else if (likely((t & EHCI_ISOC_ACTIVE) == 0)) { in itd_complete()1890 if (likely((urb_index + 1) != urb->number_of_packets)) in itd_complete()2087 if (likely(!list_empty(&stream->free_list))) { in sitd_urb_transaction()
751 if (likely ((status & (STS_INT|STS_ERR)) != 0)) { in ehci_irq_handler()752 if (likely ((status & STS_ERR) == 0)) in ehci_irq_handler()
55 if (likely(status == -EINPROGRESS))990 if (likely(ohci->rh_state == OHCI_RH_RUNNING) &&
361 if (likely(last->urb != urb)) { in qh_completions()
385 #if !defined(likely) || defined(__DOXYGEN__)386 # define likely(exp) (exp) macro
412 #ifndef likely413 # define likely(exp) (exp) macro
190 if (likely(!urb->unlinked)) in usb_hcd_giveback_urb()
Completed in 43 milliseconds