Searched refs:xge_list_is_empty (Results 1 – 4 of 4) sorted by relevance
52 if (xge_list_is_empty(&queue->list_head)) in __queue_consume()109 if (xge_list_is_empty(&queue->list_head)) { in __queue_consume()298 if (!xge_list_is_empty(&queue->list_head)) { in xge_queue_destroy()348 xge_assert(!xge_list_is_empty(&queue->list_head)); in __io_queue_grow()
574 if (xge_list_is_empty(&hldev->fifo_channels) && in xge_hal_channel_close()575 xge_list_is_empty(&hldev->ring_channels)) { in xge_hal_channel_close()
5495 xge_assert(xge_list_is_empty(&hldev->fifo_channels)); in xge_hal_device_terminate()5496 xge_assert(xge_list_is_empty(&hldev->ring_channels)); in xge_hal_device_terminate()5503 while (!xge_list_is_empty(&hldev->free_channels)) { in xge_hal_device_terminate()7136 if (xge_list_is_empty(&hldev->fifo_channels) && in xge_hal_device_is_closed()7137 xge_list_is_empty(&hldev->ring_channels)) in xge_hal_device_is_closed()
64 static inline int xge_list_is_empty(xge_list_t *header) in xge_list_is_empty() function