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

  /src/sys/dev/raidframe/
rf_paritymap.c 166 mstohz(pm->params.tickms));
294 mstohz(pm->params.tickms));
319 int cooldown, tickms; local in function:rf_paritymap_set_params
327 tickms = params->tickms != 0
328 ? params->tickms : pm->params.tickms;
337 if (tickms < 10) {
339 pm->raid->raidid, tickms);
350 /* XXX any currently warm parity will be used with the new tickms! */
    [all...]
raidframevar.h 628 int cooldown, tickms; member in struct:rf_pmparams

Completed in 32 milliseconds