IDA_SIZE_LOG 24 arch/s390/include/asm/idals.h #define IDA_BLOCK_SIZE (1L<<IDA_SIZE_LOG) IDA_SIZE_LOG 42 arch/s390/include/asm/idals.h (IDA_BLOCK_SIZE-1)) >> IDA_SIZE_LOG; IDA_SIZE_LOG 56 arch/s390/include/asm/idals.h (IDA_BLOCK_SIZE-1)) >> IDA_SIZE_LOG; IDA_SIZE_LOG 123 arch/s390/include/asm/idals.h nr_ptrs = (size + IDA_BLOCK_SIZE - 1) >> IDA_SIZE_LOG; IDA_SIZE_LOG 124 arch/s390/include/asm/idals.h nr_chunks = (4096 << page_order) >> IDA_SIZE_LOG; IDA_SIZE_LOG 159 arch/s390/include/asm/idals.h nr_ptrs = (ib->size + IDA_BLOCK_SIZE - 1) >> IDA_SIZE_LOG; IDA_SIZE_LOG 160 arch/s390/include/asm/idals.h nr_chunks = (4096 << ib->page_order) >> IDA_SIZE_LOG;