PAGES_PER_CHUNK    75 drivers/infiniband/sw/siw/siw_mem.c 		int to_free = min_t(int, PAGES_PER_CHUNK, num_pages);
PAGES_PER_CHUNK   417 drivers/infiniband/sw/siw/siw_mem.c 		int got, nents = min_t(int, num_pages, PAGES_PER_CHUNK);
PAGES_PER_CHUNK    52 drivers/infiniband/sw/siw/siw_mem.h #define CHUNK_MASK (~(PAGES_PER_CHUNK - 1))
PAGES_PER_CHUNK    53 drivers/infiniband/sw/siw/siw_mem.h #define PAGE_CHUNK_SIZE (PAGES_PER_CHUNK * sizeof(struct page *))