Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/krb5/
H A Dstore_mem.c148 sp->max_alloc = UINT_MAX/8; in krb5_storage_from_mem()
207 sp->max_alloc = UINT_MAX/8; in krb5_storage_from_readonly_mem()
H A Dstore-int.h46 size_t max_alloc; member
H A Dstore.c134 sp->max_alloc = size; in krb5_storage_set_max_alloc()
141 if (sp->max_alloc && sp->max_alloc < size) in size_too_large()
149 if (sp->max_alloc == 0 || size == 0) in size_too_large_num()
151 size = sp->max_alloc / size; in size_too_large_num()
H A Dstore_fd.c131 sp->max_alloc = UINT_MAX/8; in krb5_storage_from_fd()
H A Dstore_emem.c193 sp->max_alloc = UINT_MAX/8; in krb5_storage_emem()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_removal.c1476 uint64_t *max_alloc, dmu_tx_t *tx) in spa_vdev_copy_impl() argument
1505 zfs_rs_get_start(rs, rt), *max_alloc); in spa_vdev_copy_impl()
1515 zfs_range_tree_min(segs) > *max_alloc) { in spa_vdev_copy_impl()
1581 *max_alloc = attempted - (1 << spa->spa_max_ashift); in spa_vdev_copy_impl()
1633 uint64_t max_alloc = spa_remove_max_segment(spa); in spa_vdev_remove_thread() local
1781 max_alloc = spa_remove_max_segment(spa); in spa_vdev_remove_thread()
1784 spa_vdev_copy_impl(vd, svr, &vca, &max_alloc, tx); in spa_vdev_remove_thread()
H A Dspa_misc.c1928 spa_get_min_alloc_range(spa_t *spa, uint64_t *min_alloc, uint64_t *max_alloc) in spa_get_min_alloc_range() argument
1931 *max_alloc = spa->spa_max_alloc; in spa_get_min_alloc_range()