mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 10:37:35 +03:00
DLPX-44812 integrate EP-220 large memory scalability
This commit is contained in:
committed by
Brian Behlendorf
parent
616fa7c02b
commit
a6255b7fce
@@ -53,6 +53,7 @@ extern "C" {
|
||||
typedef struct vdev_queue vdev_queue_t;
|
||||
typedef struct vdev_cache vdev_cache_t;
|
||||
typedef struct vdev_cache_entry vdev_cache_entry_t;
|
||||
struct abd;
|
||||
|
||||
extern int zfs_vdev_queue_depth_pct;
|
||||
extern uint32_t zfs_vdev_async_write_max_active;
|
||||
@@ -87,7 +88,7 @@ typedef const struct vdev_ops {
|
||||
* Virtual device properties
|
||||
*/
|
||||
struct vdev_cache_entry {
|
||||
char *ve_data;
|
||||
struct abd *ve_abd;
|
||||
uint64_t ve_offset;
|
||||
clock_t ve_lastused;
|
||||
avl_node_t ve_offset_node;
|
||||
|
||||
Reference in New Issue
Block a user