Home
last modified time | relevance | path

Searched refs:hwc_hash_next (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/os/
H A Dmodsubr.c891 while (entry->hwc_hash_next) in hwc_hash_insert()
892 entry = entry->hwc_hash_next; in hwc_hash_insert()
893 entry->hwc_hash_next = spec; in hwc_hash_insert()
918 if (spec->hwc_hash_next == NULL) { in hwc_hash_remove()
925 (mod_hash_val_t)spec->hwc_hash_next); in hwc_hash_remove()
926 spec->hwc_hash_next = NULL; in hwc_hash_remove()
934 while (entry->hwc_hash_next && (entry->hwc_hash_next != spec)) in hwc_hash_remove()
935 entry = entry->hwc_hash_next; in hwc_hash_remove()
937 if (entry->hwc_hash_next) { in hwc_hash_remove()
938 entry->hwc_hash_next = spec->hwc_hash_next; in hwc_hash_remove()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Dhwconf.h54 struct hwc_spec *hwc_hash_next; member