Searched refs:user_timeout (Results 1 – 2 of 2) sorted by relevance
252 int user_timeout = neigh_handler->timeout/NUM_OF_TRIES; in create_timer() local254 .tv_sec = user_timeout / 1000, in create_timer()255 .tv_nsec = (user_timeout % 1000) * 1000000 in create_timer()
520 u_int user_timeout = *(u_int *)arg; in sgioctl() local522 softc->sg_user_timeout = user_timeout; in sgioctl()523 softc->sg_timeout = user_timeout / SG_DEFAULT_HZ * hz; in sgioctl()