Searched refs:list_empty (Results 1 – 19 of 19) sorted by relevance
948 if (list_empty(&hub->event_list)) { in hub_irq()1189 while (!list_empty (&hub->tt.clear_list)) { in hub_tt_kevent()6032 if (list_empty(&hub_event_list)) in clean_hub_events()6150 if (list_empty(&hub_event_list)) in has_hub_events()6289 if (list_empty(&hub_event_list)) in hub_events()8707 if (list_empty(tmp_list)) in has_hub_events_EX()8944 if (list_empty(tmp_list)) in hub_events_EX()
2956 if (unlikely (list_empty (&qh->qtd_list))) in qh_completions()3372 if (list_empty (&qh->qtd_list)) in qh_completions()5338 if (unlikely (list_empty (qtd_list))) in qh_append_tds()5425 && !list_empty (&qh->qtd_list) in qh_append_tds()5835 if (!list_empty (&qh->qtd_list) in end_unlink_async()6169 if (!list_empty (&qh->qtd_list) in scan_async()6284 if (list_empty (&qh->qtd_list)) { in scan_async()6341 if (list_empty (&qh->qtd_list)) { in scan_async()8745 if (!list_empty (&qh->qtd_list) in ehci_urb_dequeue()9049 if (list_empty (&qh->qtd_list)) { in ehci_endpoint_disable()[all …]
125 if (list_empty(&hub_event_list_Port2)) in has_hub_events_Port2()170 if (list_empty(&hub_event_list_Port2)) in hub_events_Port2()
613 if (unlikely (list_empty (&qh->qtd_list))) { in intr_complete()622 if (unlikely (list_empty (&qh->qtd_list))) in intr_complete()649 while (!list_empty (&first_itd->itd_list)) { in itd_free_list()
197 if (!list_empty (&qh->qtd_list) || qh->qh_next.ptr) in qh_put()
356 while (!list_empty (&pool->page_list)) { in pci_pool_destroy()
165 if (!list_empty(&sw_timer_vec_head)) in SW_Timer_Tick()
2110 if (!list_empty (&dev->urb_list)) { in hcd_free_dev()
110 if (!list_empty(list)) in list_splice()117 if (!list_empty(list)) { in list_splice_init()
238 if (list_empty (&pQh1->qtd_list) || (QH_CMASK & pQh1->hw_ep_state2) != 0) in ms_intr_deschedule()275 if (!list_empty(&pQh1->qtd_list) && HCD_IS_RUNNING(pEhci->hcd.state)) in ms_intr_deschedule()
1511 while (--limit && !list_empty (&hub->tt.clear_list)) { in ms_hub_tt_kevent()
163 list_empty( struct list_head *list ) in list_empty() function
238 #define list_empty( _list_ ) ms_is_empty_list( _list_) macro
258 result=list_empty(&KQueue_head_list[module_ID]); in UADPKQueueIsempty()