Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Ddlmalloc.c683 static unsigned long mmap_threshold = DEFAULT_MMAP_THRESHOLD; variable
1463 if ((unsigned long)nb >= (unsigned long)mmap_threshold &&
2374 mmap_threshold = value; return 1;
H A Ddlmalloc.src119 2. For requests >= mmap_threshold that are serviced via
1552 static unsigned long mmap_threshold = DEFAULT_MMAP_THRESHOLD;
2317 if ((unsigned long)nb >= (unsigned long)mmap_threshold &&
3147 mmap_threshold = value; return 1;