Home
last modified time | relevance | path

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

/components/mm/
A Dmm_aspace.c324 rt_size_t n_off = neighbour->offset; in _contiguous_offset()
334 return (prop->attr == neighbour->attr && prop->flags == neighbour->flag && in _compatible()
363 rt_varea_t neighbour; in _merge_surrounding() local
379 if (!neighbour || !_compatible(neighbour, operand_size, prop)) in _merge_surrounding()
382 if (neighbour && _compatible(neighbour, operand_size, prop)) in _merge_surrounding()
394 operand = neighbour; in _merge_surrounding()
420 rt_varea_t neighbour; in _try_expand_and_merge_okay() local
430 if (!neighbour || !_compatible(neighbour, operand_size, prop)) in _try_expand_and_merge_okay()
433 if (neighbour && _compatible(neighbour, operand_size, prop)) in _try_expand_and_merge_okay()
443 operand_start = neighbour->start; in _try_expand_and_merge_okay()
[all …]

Completed in 10 milliseconds