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

/illumos-gate/usr/src/uts/common/idmap/
H A Didmap_kapi.c80 int mapping_size; member in struct:idmap_get_handle
844 handle->mapping_size = INIT_MAPPING_SIZE;
858 int new_size = get_handle->mapping_size + INIT_MAPPING_SIZE;
863 (sizeof (idmap_mapping)) * get_handle->mapping_size);
868 (sizeof (idmap_get_res)) * get_handle->mapping_size);
871 (sizeof (idmap_mapping)) * get_handle->mapping_size);
875 (sizeof (idmap_get_res)) * get_handle->mapping_size);
878 get_handle->mapping_size = new_size;
917 if (get_handle->mapping_num >= get_handle->mapping_size)
978 if (get_handle->mapping_num >= get_handle->mapping_size)
[all...]
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_tx.c1249 size_t mapping_size; local
1261 mapping_size = stmp->stm_size - *offp;
1263 while (mapping_size != 0 && *limitp != 0) {
1275 page_size = MIN(page_size, mapping_size);
1295 mapping_size -= page_size;
1298 (mapping_size == 0 && mp->b_cont == NULL));

Completed in 66 milliseconds