Searched refs:max_alloc (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/crypto/heimdal/lib/krb5/
H A Dstore-int.h46 size_t max_alloc; member in struct:krb5_storage_data
H A Dstore_mem.c148 sp->max_alloc = UINT_MAX/8;
207 sp->max_alloc = UINT_MAX/8;
H A Dstore_fd.c131 sp->max_alloc = UINT_MAX/8;
H A Dstore.c134 sp->max_alloc = size;
141 if (sp->max_alloc && sp->max_alloc < size)
149 if (sp->max_alloc == 0 || size == 0)
151 size = sp->max_alloc / size;
H A Dstore_emem.c193 sp->max_alloc = UINT_MAX/8;
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dvdev_removal.c1436 * Evacuates a segment of size at most max_alloc from the vdev
1439 * large size, so decrease max_alloc so that the caller will not try
1444 uint64_t *max_alloc, dmu_tx_t *tx)
1453 * to max_alloc bytes, and we can span up to vdev_removal_max_span
1469 /* need to truncate the first seg based on max_alloc */
1471 rt), *max_alloc);
1481 *max_alloc) {
1484 * max_alloc. Rather than splitting this
1547 *max_alloc = attempted - (1 << spa->spa_max_ashift);
1599 uint64_t max_alloc local
1443 spa_vdev_copy_impl(vdev_t *vd, spa_vdev_removal_t *svr, vdev_copy_arg_t *vca, uint64_t *max_alloc, dmu_tx_t *tx) argument
[all...]

Completed in 108 milliseconds