Searched refs:IDA_SIZE_LOG (Results 1 – 1 of 1) sorted by relevance
22 #define IDA_SIZE_LOG 12 /* 11 for 2k , 12 for 4k */ macro23 #define IDA_BLOCK_SIZE (1L<<IDA_SIZE_LOG)41 (IDA_BLOCK_SIZE-1)) >> IDA_SIZE_LOG; in idal_nr_words()55 (IDA_BLOCK_SIZE-1)) >> IDA_SIZE_LOG; in idal_create_words()122 nr_ptrs = (size + IDA_BLOCK_SIZE - 1) >> IDA_SIZE_LOG; in idal_buffer_alloc()123 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()