Home
last modified time | relevance | path

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

/u-boot/common/
A Ddlmalloc.c705 static unsigned long trim_threshold = DEFAULT_TRIM_THRESHOLD; variable
1632 if ((unsigned long)(sz) >= (unsigned long)trim_threshold)
2453 trim_threshold = value; return 1;
A Ddlmalloc.src1549 static unsigned long trim_threshold = DEFAULT_TRIM_THRESHOLD;
2413 if ((unsigned long)(sz) >= (unsigned long)trim_threshold)
3143 trim_threshold = value; return 1;

Completed in 77 milliseconds