Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dzap_leaf.c328 uint_t chunk, int array_numints) in zap_leaf_array_match() argument
338 sizeof (*thiskey), array_numints, thiskey); in zap_leaf_array_match()
340 array_numints * sizeof (*thiskey)) == 0; in zap_leaf_array_match()
341 kmem_free(thiskey, array_numints * sizeof (*thiskey)); in zap_leaf_array_match()
347 char *thisname = kmem_alloc(array_numints, KM_SLEEP); in zap_leaf_array_match()
349 zap_leaf_array_read(l, chunk, sizeof (char), array_numints, in zap_leaf_array_match()
350 sizeof (char), array_numints, thisname); in zap_leaf_array_match()
352 kmem_free(thisname, array_numints); in zap_leaf_array_match()
361 if (array_numints != zn->zn_key_orig_numints) in zap_leaf_array_match()
363 while (bseen < array_numints) { in zap_leaf_array_match()
[all …]