Home
last modified time | relevance | path

Searched refs:RE_FIT_TYPE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dvmalloc.c952 RE_FIT_TYPE = 3, /* right edge fit */ enumerator
974 type = RE_FIT_TYPE; in classify_va_fit_type()
1008 } else if (type == RE_FIT_TYPE) { in adjust_va_to_fit_type()
1032 * fixed align request, i.e. RE_FIT_TYPE and FL_FIT_TYPE in adjust_va_to_fit_type()
/kernel/linux/linux-6.6/mm/
H A Dvmalloc.c1354 RE_FIT_TYPE = 3, /* right edge fit */ enumerator
1376 type = RE_FIT_TYPE; in classify_va_fit_type()
1411 } else if (type == RE_FIT_TYPE) { in adjust_va_to_fit_type()
1435 * fixed align request, i.e. RE_FIT_TYPE and FL_FIT_TYPE in adjust_va_to_fit_type()

Completed in 10 milliseconds