Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_bus.c2532 uint64_t attachtime; in device_attach() local
2546 attachtime = get_cyclecount(); in device_attach()
2581 attachentropy = (uint16_t)(get_cyclecount() - attachtime); in device_attach()