Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
H A Dvmalloc.c953 NE_FIT_TYPE = 4 /* no edge fit */ enumerator
976 type = NE_FIT_TYPE; in classify_va_fit_type()
1017 } else if (type == NE_FIT_TYPE) { in adjust_va_to_fit_type()
1030 * never ends up with NE_FIT_TYPE splitting. In case of in adjust_va_to_fit_type()
1074 if (lva) /* type == NE_FIT_TYPE */ in adjust_va_to_fit_type()
1182 * when fit type of free area is NE_FIT_TYPE. Please note, it in alloc_vmap_area()
/kernel/linux/linux-6.6/mm/
H A Dvmalloc.c1355 NE_FIT_TYPE = 4 /* no edge fit */ enumerator
1378 type = NE_FIT_TYPE; in classify_va_fit_type()
1420 } else if (type == NE_FIT_TYPE) { in adjust_va_to_fit_type()
1433 * never ends up with NE_FIT_TYPE splitting. In case of in adjust_va_to_fit_type()
1477 if (lva) /* type == NE_FIT_TYPE */ in adjust_va_to_fit_type()
1562 * when fit type of free area is NE_FIT_TYPE. It guarantees that in preload_this_cpu_lock()

Completed in 10 milliseconds