Searched refs:tcb_history (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_tom.c537 if (td->tcb_history == NULL)
541 if (td->tcb_history[tid] != NULL) {
554 td->tcb_history[tid] = te;
572 MPASS(td->tcb_history[te->te_tid] == te);
574 td->tcb_history[te->te_tid] = NULL;
587 if (td->tcb_history == NULL)
594 te = td->tcb_history[tid];
1420 td->tcb_history = malloc(sc->tids.ntids * sizeof(*td->tcb_history),
1431 if (td->tcb_history !
[all...]
H A Dt4_tom.h310 struct tcb_histent **tcb_history; member in struct:tom_data

Completed in 155 milliseconds