Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Ddlmalloc.c680 static unsigned long trim_threshold = DEFAULT_TRIM_THRESHOLD; variable
1565 if ((unsigned long)(sz) >= (unsigned long)trim_threshold)
2370 trim_threshold = value; return 1;
H 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;