Searched defs:mh_next (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmodhash_impl.h75 struct mod_hash *mh_next; /* next hash in list */ member in struct:mod_hash
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dmbuf.h101 struct mbuf *mh_next; /* next buffer in chain */ member in struct:m_hdr
136 #define m_next m_hdr.mh_next
/illumos-gate/usr/src/uts/common/os/
H A Dmem_config.c743 struct mem_handle *mh_next; member in struct:mem_handle
777 mhp->mh_next = mem_handle_head;
801 mhpp = &(*mhpp)->mh_next;
805 * mh_next changing and this is the only thread that
808 *mhpp = mhp->mh_next;
825 for (mhp = mem_handle_head; mhp != NULL; mhp = mhp->mh_next) {

Completed in 65 milliseconds