Searched refs:BYTES_PER_WORD (Results 1 – 2 of 2) sorted by relevance
37 #define BYTES_PER_WORD 0x4 macro
38 static const u64 BYTES_PER_WORD = sizeof(u64); variable2033 for (offset = 0; offset < BYTES_PER_WORD; offset++) { in find_zero_byte_in_word()2073 next_index += BYTES_PER_WORD; in find_free_block()2074 next_counter += BYTES_PER_WORD; in find_free_block()2092 next_index += BYTES_PER_WORD; in find_free_block()2093 next_counter += BYTES_PER_WORD; in find_free_block()2465 bytes = (slab->reference_block_count * COUNTS_PER_BLOCK) + (2 * BYTES_PER_WORD); in allocate_slab_counters()