Searched refs:queue_pages (Results 1 – 3 of 3) sorted by relevance
53 queue->queue_pages = kmalloc_array(nr_of_pages, sizeof(void *), in hw_queue_ctor()55 if (!queue->queue_pages) in hw_queue_ctor()69 (queue->queue_pages)[i] = (struct ehea_page *)kpage; in hw_queue_ctor()83 if (!(queue->queue_pages)[i]) in hw_queue_ctor()85 free_page((unsigned long)(queue->queue_pages)[i]); in hw_queue_ctor()95 if (!queue || !queue->queue_pages) in hw_queue_dtor()103 free_page((unsigned long)(queue->queue_pages)[i]); in hw_queue_dtor()105 kfree(queue->queue_pages); in hw_queue_dtor()
142 struct ehea_page **queue_pages; /* array of pages belonging to queue */ member
202 current_page = (queue->queue_pages)[q_offset >> EHEA_PAGESHIFT]; in hw_qeit_calc()