Searched refs:IDA_SIZE_LOG (Results 1 – 1 of 1) sorted by relevance
23 #define IDA_SIZE_LOG 12 /* 11 for 2k , 12 for 4k */ macro24 #define IDA_BLOCK_SIZE (1L<<IDA_SIZE_LOG)42 (IDA_BLOCK_SIZE-1)) >> IDA_SIZE_LOG; in idal_nr_words()56 (IDA_BLOCK_SIZE-1)) >> IDA_SIZE_LOG; in idal_create_words()123 nr_ptrs = (size + IDA_BLOCK_SIZE - 1) >> IDA_SIZE_LOG; in idal_buffer_alloc()124 nr_chunks = (4096 << page_order) >> IDA_SIZE_LOG; in idal_buffer_alloc()159 nr_ptrs = (ib->size + IDA_BLOCK_SIZE - 1) >> IDA_SIZE_LOG; in idal_buffer_free()160 nr_chunks = (4096 << ib->page_order) >> IDA_SIZE_LOG; in idal_buffer_free()