Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_boottrace.c215 boottrace_display(struct sbuf *sbp, struct bt_table *btp, uint64_t dthres) in boottrace_display() argument
263 if (dthres != 0 && (dmsecs > dthres)) { in boottrace_display()
273 } else if (dthres == 0) { in boottrace_display()