Home
last modified time | relevance | path

Searched refs:mod_hash (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/icp/os/
H A Dmodhash.c455 mod_hash_t *mod_hash; in mod_hash_create_extended() local
464 if (mod_hash->mh_name == NULL) { in mod_hash_create_extended()
471 mod_hash->mh_sleep = sleep; in mod_hash_create_extended()
472 mod_hash->mh_nchains = nchains; in mod_hash_create_extended()
473 mod_hash->mh_kdtor = kdtor; in mod_hash_create_extended()
474 mod_hash->mh_vdtor = vdtor; in mod_hash_create_extended()
475 mod_hash->mh_hashalg = hash_alg; in mod_hash_create_extended()
477 mod_hash->mh_keycmp = keycmp; in mod_hash_create_extended()
483 mod_hash->mh_next = mh_head; in mod_hash_create_extended()
484 mh_head = mod_hash; in mod_hash_create_extended()
[all …]
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/
H A Dmodhash_impl.h54 struct mod_hash { struct
71 struct mod_hash *mh_next; /* next hash in list */ argument
H A Dmodhash.h53 struct mod_hash;
54 typedef struct mod_hash mod_hash_t;