Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_stats.c114 uint32_t tplhash; /* Base template hash ID. */ member
437 tpl->mb->tplhash = hash32_str(tpl->mb->tplname, 0);
440 tpl->mb->tplhash = hash32_str(
444 tpl->mb->tplhash);
996 tpllist[i]->mb->tplhash)) {
1000 } else if (hash == tpllist[i]->mb->tplhash) {
1476 sb->tplhash = tpllist[tpl_id]->mb->tplhash;
2060 sbuf_printf(buf, ", tplhash=%u", sb->tplhash);
2130 sb->tplhash);
2267 sbv.tplhash = sb->tplhash;
[all …]
/freebsd/sys/sys/
H A Dstats.h643 uint32_t tplhash; member
697 uint32_t tplhash; member