Home
last modified time | relevance | path

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

/src/sys/dev/hwt/
H A Dhwt_contexthash.c76 struct hwt_contexthash *hch; local
81 hch = &hwt_contexthash[hindex];
84 LIST_FOREACH(ctx, hch, next_hch) {
99 struct hwt_contexthash *hch; in hwt_contexthash_insert() local
103 hch = &hwt_contexthash[hindex]; in hwt_contexthash_insert()
106 LIST_INSERT_HEAD(hch, ctx, next_hch); in hwt_contexthash_insert()