Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c10119 long nanos = timeout.tv_nsec + in wait_status_thread() local
10121 if (nanos >= NANOSEC) { in wait_status_thread()
10123 timeout.tv_nsec = nanos - NANOSEC; in wait_status_thread()
10125 timeout.tv_nsec = nanos; in wait_status_thread()