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

/darwin-on-arm/xnu/bsd/netat/
H A Dsys_glue.c946 caddr_t cluster;
962 while ((cluster = cluster_list))
964 cluster_list = *((caddr_t*)cluster);
965 FREE(cluster, M_MCLUST);
985 caddr_t cluster = (caddr_t)buf;
989 *((caddr_t*)cluster) = atp_free_cluster_list;
990 atp_free_cluster_list = cluster;
1003 need to be larger than the size of a standard cluster.
1023 /* If size is too large, allocate a cluster, otherwise, use the
1055 to be larger than the size of a standard cluster
945 caddr_t cluster; local
984 caddr_t cluster = (caddr_t)buf; local
[all...]
/darwin-on-arm/xnu/osfmk/default_pager/
H A Ddp_backing_store.c107 * 0 means no shift to pages, so == 1 page/cluster. 1 would mean
108 * 2 pages/cluster, 2 means 4 pages/cluster, and so on.
524 * Only allow setting of cluster size once. If called
525 * with no cluster size (default), we use the compiled-in default
526 * for the duration. The same cluster size is used for all
531 * Keep cluster size in bit shift because it's quicker
543 * Let the user know the new (and definitive) cluster size.
1520 * Force the ps cluster size to be
1595 dp_offset_t cluster; local
1780 ps_deallocate_cluster( paging_segment_t ps, dp_offset_t cluster) argument
2130 dp_offset_t cluster; /* The cluster of offset. */ local
2338 dp_offset_t cluster; /* The cluster number of offset */ local
3943 dp_offset_t cluster; local
[all...]

Completed in 76 milliseconds