Home
last modified time | relevance | path

Searched refs:th_list (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_tree.h53 topo_list_t th_list; /* next/prev pointers */ member
/illumos-gate/usr/src/uts/common/os/
H A Dlwp.c1947 ldpp = &thp->th_list; in lwp_hash_in()
1978 for (ldpp = &thp->th_list; in lwp_hash_out()
2012 for (ldp = thp->th_list; ldp != NULL; ldp = ldp->ld_next) { in lwp_hash_lookup()
2051 for (ldp = thp->th_list; ldp != NULL; ldp = ldp->ld_next) { in lwp_hash_lookup_and_lock()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h116 lwpdir_t *th_list; member
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c880 (topo_nodehash_t *)(state->hash.th_list.l_next); in tnh_walk_step()