Lines Matching defs:block
114 log_debug("ignoring %s block %lX which is larger than maximum size", attr, val);
122 log_debug("ignoring %s block %lX which is larger than maximum size", attr, val);
283 log_debug("test_key: checking bit block %lu for any keys; found=%i", (unsigned long)i*BITS_PER_LONG, found > 0);
285 /* If there are no keys in the lower block, check the higher blocks */
287 unsigned block;
288 for (block = 0; block < (sizeof(high_key_blocks) / sizeof(struct range)); ++block) {
289 for (i = high_key_blocks[block].start; i < high_key_blocks[block].end; ++i) {
291 log_debug("test_key: Found key %x in high block", i);