| 698 | } |
| 699 | |
| 700 | static struct rt_page *_pages_alloc(pgls_agr_t page_list[], |
| 701 | rt_uint32_t size_bits, int affid) |
| 702 | { |
| 703 | return __pages_alloc(page_list, size_bits, affid, _page_remove, |
| 704 | _page_insert, _page_alloc); |
| 705 | } |
| 706 | |
| 707 | static void _early_page_remove(rt_page_t *pgls_head, rt_page_t page, |
| 708 | rt_uint32_t size_bits) |
nothing calls this directly
no test coverage detected