Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libidmap/common/
H A Dutils.c40 #define _GET_IDS_SIZE_INCR 1 macro
94 nsize = (len + _GET_IDS_SIZE_INCR) * sizeof (*t1); in _get_ids_extend_batch()
99 _GET_IDS_SIZE_INCR * sizeof (*t1)); in _get_ids_extend_batch()
103 nsize = (len + _GET_IDS_SIZE_INCR) * sizeof (*t2); in _get_ids_extend_batch()
108 _GET_IDS_SIZE_INCR * sizeof (*t2)); in _get_ids_extend_batch()
111 gh->batch.idmap_mapping_batch_len += _GET_IDS_SIZE_INCR; in _get_ids_extend_batch()