Searched refs:bottomup (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | sys_x86_64.c | 184 goto bottomup; in arch_get_unmapped_area_topdown() 224 bottomup: in arch_get_unmapped_area_topdown()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | sys_x86_64.c | 180 goto bottomup; in arch_get_unmapped_area_topdown() 224 bottomup: in arch_get_unmapped_area_topdown()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/selftests/ |
H A D | test-drm_mm.c | 1846 const struct insert_mode *bottomup = &insert_modes[BOTTOMUP]; in igt_bottomup() local 1879 bottomup)) { in igt_bottomup() 1880 pr_err("bottomup insert failed, size %u step %d\n", size, n); in igt_bottomup() 1905 bottomup)) { in igt_bottomup()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/tests/ |
H A D | drm_mm_test.c | 1677 const struct insert_mode *bottomup = &insert_modes[BOTTOMUP]; in drm_test_mm_bottomup() local 1705 if (!expect_insert(test, &mm, &nodes[n], size, 0, n, bottomup)) { in drm_test_mm_bottomup() 1707 "bottomup insert failed, size %u step %d\n", size, n); in drm_test_mm_bottomup() 1730 if (!expect_insert(test, &mm, node, size, 0, 0, bottomup)) { in drm_test_mm_bottomup()
|
Completed in 7 milliseconds