Searched refs:IDA_SIZE_LOG (Results 1 – 3 of 3) sorted by relevance
24 #define IDA_SIZE_LOG 12 /* 11 for 2k , 12 for 4k */ macro26 #define IDA_SIZE_LOG 11 /* 11 for 2k , 12 for 4k */ macro28 #define IDA_BLOCK_SIZE (1L<<IDA_SIZE_LOG)53 (IDA_BLOCK_SIZE-1)) >> IDA_SIZE_LOG; in idal_nr_words()70 (IDA_BLOCK_SIZE-1)) >> IDA_SIZE_LOG; in idal_create_words()142 nr_ptrs = (size + IDA_BLOCK_SIZE - 1) >> IDA_SIZE_LOG; in idal_buffer_alloc()143 nr_chunks = (4096 << page_order) >> IDA_SIZE_LOG; in idal_buffer_alloc()179 nr_ptrs = (ib->size + IDA_BLOCK_SIZE - 1) >> IDA_SIZE_LOG; in idal_buffer_free()180 nr_chunks = (4096 << ib->page_order) >> IDA_SIZE_LOG; in idal_buffer_free()
1445 (IDA_BLOCK_SIZE-1)) >> IDA_SIZE_LOG; in dasd_set_normalized_cda()