Searched refs:itt_pool (Results 1 – 1 of 1) sorted by relevance
253 static struct gen_pool *itt_pool; variable 267 addr = gen_pool_alloc(itt_pool, size); in itt_alloc_pool() 275 gen_pool_add(itt_pool, (unsigned long)page_address(page), PAGE_SIZE, node); in itt_alloc_pool() 291 gen_pool_free(itt_pool, (unsigned long)addr, size); in itt_free_pool() 5820 itt_pool = gen_pool_create(get_order(ITS_ITT_ALIGN), -1); in its_init() 5821 if (!itt_pool) in its_init()