Searched refs:cluster_ptr (Results 1 – 2 of 2) sorted by relevance
5005 static page_t *cluster_ptr = NULL; variable5020 cluster_ptr = allocate_cluster (MAX_CLUSTER_PAGES); in allocate_multiple_pages()5025 page_t *ptr = cluster_ptr; in allocate_multiple_pages()5026 cluster_ptr += npages; in allocate_multiple_pages()5048 cluster_ptr = page_ptr; in free_multiple_pages()5052 else if ((page_ptr + npages) == cluster_ptr) in free_multiple_pages()5054 cluster_ptr -= npages; in free_multiple_pages()5078 cluster_ptr = allocate_cluster (MAX_CLUSTER_PAGES); in allocate_page()5082 return cluster_ptr++; in allocate_page()
4796 static page_type *cluster_ptr = NULL; variable4811 cluster_ptr = allocate_cluster (pages_left); in allocate_page()4815 return cluster_ptr++; in allocate_page()