Searched refs:vdev_cache_entry_t (Results 1 – 2 of 2) sorted by relevance
111 const vdev_cache_entry_t *ve1 = (const vdev_cache_entry_t *)a1; in vdev_cache_offset_compare()112 const vdev_cache_entry_t *ve2 = (const vdev_cache_entry_t *)a2; in vdev_cache_offset_compare()120 const vdev_cache_entry_t *ve1 = (const vdev_cache_entry_t *)a1; in vdev_cache_lastused_compare()121 const vdev_cache_entry_t *ve2 = (const vdev_cache_entry_t *)a2; in vdev_cache_lastused_compare()137 vdev_cache_evict(vdev_cache_t *vc, vdev_cache_entry_t *ve) in vdev_cache_evict()146 kmem_free(ve, sizeof (vdev_cache_entry_t)); in vdev_cache_evict()154 static vdev_cache_entry_t *159 vdev_cache_entry_t *ve; in vdev_cache_allocate()179 ve = kmem_zalloc(sizeof (vdev_cache_entry_t), KM_SLEEP); in vdev_cache_allocate()191 vdev_cache_hit(vdev_cache_t *vc, vdev_cache_entry_t *ve, zio_t *zio) in vdev_cache_hit()[all …]
61 typedef struct vdev_cache_entry vdev_cache_entry_t; typedef