Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Dxmalloc_tlsf.c43 #define SMALL_BLOCK (128) macro
133 if ( *r < SMALL_BLOCK ) in MAPPING_SEARCH()
136 *sl = *r / (SMALL_BLOCK / MAX_SLI); in MAPPING_SEARCH()
159 if ( r < SMALL_BLOCK ) in MAPPING_INSERT()
162 *sl = r / (SMALL_BLOCK / MAX_SLI); in MAPPING_INSERT()

Completed in 3 milliseconds