Home
last modified time | relevance | path

Searched refs:BYTES_PER_WORD (Results 1 – 2 of 2) sorted by relevance

/linux/sound/x86/
H A Dintel_hdmi_audio.h37 #define BYTES_PER_WORD 0x4 macro
/linux/drivers/md/dm-vdo/
H A Dslab-depot.c38 static const u64 BYTES_PER_WORD = sizeof(u64); variable
2033 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()