Searched refs:aggr_grp_hash (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_grp.c31 * entered into the aggr_grp_hash hash table maintained by the modhash
135 static mod_hash_t *aggr_grp_hash; variable
213 aggr_grp_hash = mod_hash_create_idhash("aggr_grp_hash",
233 mod_hash_destroy_idhash(aggr_grp_hash);
1043 if (mod_hash_find(aggr_grp_hash, GRP_HASH_KEY(linkid),
1232 if (mod_hash_find(aggr_grp_hash, GRP_HASH_KEY(linkid),
1279 err = mod_hash_find(aggr_grp_hash, GRP_HASH_KEY(linkid),
1419 err = mod_hash_insert(aggr_grp_hash, GRP_HASH_KEY(linkid),
1599 if (mod_hash_find(aggr_grp_hash, GRP_HASH_KE
[all...]

Completed in 72 milliseconds