Home
last modified time | relevance | path

Searched refs:BLOCK_64KB_SIZE_MASK (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/common_modules/tzdriver/ion/
H A Ddynamic_ion_mem.c211 #define BLOCK_64KB_SIZE_MASK (BLOCK_64KB_SIZE -1) macro
216 if (mem_item->size + BLOCK_64KB_SIZE_MASK < mem_item->size) { in proc_alloc_dyn_mem()
220 mem_item->memory.len = (mem_item ->size + BLOCK_64KB_SIZE_MASK) & BLOCK_64KB_MASK; in proc_alloc_dyn_mem()

Completed in 2 milliseconds