Searched refs:array_bytes (Results 1 – 3 of 3) sorted by relevance
47 return array_bytes(type); in type_bytes()55 int array_bytes(struct symbol *type) in array_bytes() function
473 int array_bytes(struct symbol *type);
3139 size_t array_bytes = array_count * sizeof (uint64_t); in vdev_destroy_spacemaps() local3140 uint64_t *smobj_array = kmem_alloc(array_bytes, KM_SLEEP); in vdev_destroy_spacemaps()3142 array_bytes, smobj_array, 0)); in vdev_destroy_spacemaps()3152 kmem_free(smobj_array, array_bytes); in vdev_destroy_spacemaps()