mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-24 03:08:51 +03:00
module: icp: remove unused gswq, kcfpool, [as]req_cache, reqid_table, obsolete kstat
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #12901
This commit is contained in:
@@ -54,17 +54,6 @@ typedef struct kcf_prov_stats {
|
||||
kstat_named_t ps_ops_busy_rval;
|
||||
} kcf_prov_stats_t;
|
||||
|
||||
/* Various kcf stats. Not protected. */
|
||||
typedef struct kcf_stats {
|
||||
kstat_named_t ks_thrs_in_pool;
|
||||
kstat_named_t ks_idle_thrs;
|
||||
kstat_named_t ks_minthrs;
|
||||
kstat_named_t ks_maxthrs;
|
||||
kstat_named_t ks_swq_njobs;
|
||||
kstat_named_t ks_swq_maxjobs;
|
||||
kstat_named_t ks_swq_maxalloc;
|
||||
} kcf_stats_t;
|
||||
|
||||
/*
|
||||
* Keep all the information needed by the scheduler from
|
||||
* this provider.
|
||||
|
||||
Reference in New Issue
Block a user