Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzap_leaf.c371 uint_t chunk, int array_numints) in zap_leaf_array_match() argument
377 kmem_alloc(array_numints * sizeof (*thiskey), KM_SLEEP); in zap_leaf_array_match()
380 zap_leaf_array_read(l, chunk, sizeof (*thiskey), array_numints, in zap_leaf_array_match()
381 sizeof (*thiskey), array_numints, thiskey); in zap_leaf_array_match()
383 array_numints * sizeof (*thiskey)) == 0; in zap_leaf_array_match()
384 kmem_free(thiskey, array_numints * sizeof (*thiskey)); in zap_leaf_array_match()
390 char *thisname = kmem_alloc(array_numints, KM_SLEEP); in zap_leaf_array_match()
392 zap_leaf_array_read(l, chunk, sizeof (char), array_numints, in zap_leaf_array_match()
393 sizeof (char), array_numints, thisname); in zap_leaf_array_match()
395 kmem_free(thisname, array_numints); in zap_leaf_array_match()
[all …]