Home
last modified time | relevance | path

Searched refs:cluster (Results 1 – 1 of 1) sorted by relevance

/unit/src/
H A Dnxt_mp.c648 nxt_mp_block_t *cluster; in nxt_mp_alloc_page() local
671 nxt_mp_block_t *cluster; in nxt_mp_alloc_cluster() local
683 cluster->size = mp->cluster_size; in nxt_mp_alloc_cluster()
687 nxt_free(cluster); in nxt_mp_alloc_cluster()
692 cluster->pages[n].number = n; in nxt_mp_alloc_cluster()
704 return cluster; in nxt_mp_alloc_cluster()
872 page = &cluster->pages[n]; in nxt_mp_chunk_free()
939 page = cluster->pages; in nxt_mp_chunk_free()
953 page = cluster->pages; in nxt_mp_chunk_free()
963 p = cluster->start; in nxt_mp_chunk_free()
[all …]