Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_tree.h50 topo_list_t th_list; /* next/prev pointers */ member
/titanic_50/usr/src/uts/common/os/
H A Dlwp.c1952 ldpp = &thp->th_list; in lwp_hash_in()
1983 for (ldpp = &thp->th_list; in lwp_hash_out()
2017 for (ldp = thp->th_list; ldp != NULL; ldp = ldp->ld_next) { in lwp_hash_lookup()
2056 for (ldp = thp->th_list; ldp != NULL; ldp = ldp->ld_next) { in lwp_hash_lookup_and_lock()
/titanic_50/usr/src/uts/common/sys/
H A Dproc.h113 lwpdir_t *th_list; member
/titanic_50/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c879 (topo_nodehash_t *)(state->hash.th_list.l_next); in tnh_walk_step()