Searched refs:pgls_head (Results 1 – 1 of 1) sorted by relevance
477 rt_page_t *pgls_head; in _get_pgls_head_by_page() local494 return pgls_head; in _get_pgls_head_by_page()500 rt_page_t *pgls_head; in _get_pgls_head() local517 return pgls_head; in _get_pgls_head()642 rt_page_t p = *pgls_head; in __pages_alloc()646 page_remove(pgls_head, p, size_bits); in __pages_alloc()657 p = *pgls_head; in __pages_alloc()668 page_remove(pgls_head, p, level); in __pages_alloc()718 *pgls_head = page_cont->next; in _early_page_remove()746 page_cont->next = *pgls_head; in _early_page_insert()[all …]
Completed in 6 milliseconds