Home
last modified time | relevance | path

Searched refs:tcb_histent (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/cxgbe/tom/
HDt4_tom.c497 static struct tcb_histent *
500 struct tcb_histent *te; in alloc_tcb_histent()
516 free_tcb_histent(struct tcb_histent *te) in free_tcb_histent()
529 struct tcb_histent *te = NULL; in add_tid_to_history()
564 remove_tcb_histent(struct tcb_histent *te) in remove_tcb_histent()
578 static inline struct tcb_histent *
581 struct tcb_histent *te; in lookup_tcb_histent()
608 release_tcb_histent(struct tcb_histent *te) in release_tcb_histent()
622 struct tcb_histent *te = arg; in request_tcb()
635 update_tcb_histent(struct tcb_histent *te, const uint64_t *tcb) in update_tcb_histent()
[all …]
HDt4_tom.h284 struct tcb_histent { struct
310 struct tcb_histent **tcb_history; argument