Searched defs:mod_hash_key_t (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/icp/os/ |
| H A D | modhash.c | 448 void (*kdtor)(mod_hash_key_t), /* key destructor */ in mod_hash_create_extended() 452 int (*keycmp)(mod_hash_key_t, mod_hash_key_t), /* key comparator */ in mod_hash_create_extended() 826 void (*find_cb)(mod_hash_key_t, mod_hash_val_t)) in mod_hash_find_cb() 842 int (*find_cb)(mod_hash_key_t, mod_hash_val_t), int *cb_rval) in mod_hash_find_cb_rval() 858 uint_t (*callback)(mod_hash_key_t, mod_hash_val_t *, void *), void *arg) in i_mod_hash_walk_nosync() 886 uint_t (*callback)(mod_hash_key_t, mod_hash_val_t *, void *), void *arg) in mod_hash_walk()
|
| /f-stack/freebsd/contrib/openzfs/module/icp/include/sys/ |
| H A D | modhash.h | 43 typedef void *mod_hash_key_t; typedef
|