Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/arcmsr/
H A Darcmsr.h54 #define ARCMSR_TIMEOUT_DELAY 60 /* in sec */ macro
H A Darcmsr.c2876 …callout_reset(&srb->ccb_callout, ((pccb->ccb_h.timeout + (ARCMSR_TIMEOUT_DELAY * 1000)) * hz) / 10… in arcmsr_execute_srb()