Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_bus.c2936 uint64_t attachtime; in device_attach() local
2950 attachtime = get_cyclecount(); in device_attach()
2967 attachentropy = (uint16_t)(get_cyclecount() - attachtime); in device_attach()