Searched refs:user_timeout (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dneigh.c252 int user_timeout = neigh_handler->timeout/NUM_OF_TRIES; local
254 .tv_sec = user_timeout / 1000,
255 .tv_nsec = (user_timeout % 1000) * 1000000
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_sg.c527 u_int user_timeout = *(u_int *)arg; local
529 softc->sg_user_timeout = user_timeout;
530 softc->sg_timeout = user_timeout / SG_DEFAULT_HZ * hz;

Completed in 120 milliseconds