Searched refs:tsb_next (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/vm/
H A Dmach_sfmmu.c388 int scd4mtsb = (scd8ktsbp->tsb_next != NULL);
396 if (tsbinfop->tsb_next != NULL) {
401 if (tsbinfop->tsb_next == NULL) {
451 tsbinfop = tsbinfop->tsb_next;
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c843 (tsbinfop) = (tsbinfop)->tsb_next; \
1946 struct tsb_info *next = sfmmup->sfmmu_tsb->tsb_next;
2080 tsbinfop = tsbinfop->tsb_next) {
8818 tsbinfo = tsbinfo->tsb_next) {
9849 prevtsb = curtsb, curtsb = curtsb->tsb_next)
9911 prevtsb = curtsb, curtsb = curtsb->tsb_next)
9958 new_tsbinfo->tsb_next = old_tsbinfo->tsb_next;
9961 prevtsb->tsb_next = new_tsbinfo;
10218 if (tsbinfop->tsb_next
[all...]
H A Dhat_sfmmu.h239 struct tsb_info *tsb_next; /* next tsb used by this process */ member in struct:tsb_info
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c845 tsbinfop = tsbinfop->tsb_next;

Completed in 88 milliseconds