Home
last modified time | relevance | path

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

/xen/xen/common/
A Dxmalloc_tlsf.c39 #define MAX_SLI (1 << MAX_LOG2_SLI) macro
100 struct bhdr *matrix[REAL_FLI][MAX_SLI];
134 *sl = *r / (SMALL_BLOCK / MAX_SLI); in MAPPING_SEARCH()
141 *sl = (*r >> (*fl - MAX_LOG2_SLI)) - MAX_SLI; in MAPPING_SEARCH()
160 *sl = r / (SMALL_BLOCK / MAX_SLI); in MAPPING_INSERT()
165 *sl = (r >> (*fl - MAX_LOG2_SLI)) - MAX_SLI; in MAPPING_INSERT()

Completed in 3 milliseconds