Home
last modified time | relevance | path

Searched refs:PAGES_PER_KPAGE (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/infiniband/hw/ehca/
Dipz_pt_fn.c47 #define PAGES_PER_KPAGE (PAGE_SIZE >> EHCA_PAGESHIFT) macro
112 for (k = 0; k < PAGES_PER_KPAGE && f < nr_of_pages; k++) { in alloc_queue_pages()
122 f += PAGES_PER_KPAGE) in alloc_queue_pages()
268 for (i = 0; i < nr_pages; i += PAGES_PER_KPAGE) in ipz_queue_dtor()