Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDsubr_bus.c2580 uint64_t attachtime; in device_attach() local
2604 attachtime = get_cyclecount(); in device_attach()
2642 attachentropy = (uint16_t)(get_cyclecount() - attachtime); in device_attach()