HomeSort by: relevance | last modified time | path
    Searched defs:_timeout (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/dm/
dm_target_delay.c 79 static void _timeout(void*);
313 callout_reset(&di->cal, di->delay, _timeout, di);
357 callout_reset(&di->cal, next - tick, _timeout, di);
455 _timeout(void *arg) function in typeref:typename:void
dm_target_delay.c 79 static void _timeout(void*);
313 callout_reset(&di->cal, di->delay, _timeout, di);
357 callout_reset(&di->cal, next - tick, _timeout, di);
455 _timeout(void *arg) function in typeref:typename:void

Completed in 21 milliseconds