HomeSort by: relevance | last modified time | path
    Searched refs:cooldown (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/raidframe/
rf_paritymap.c 159 pm->current->state[region] = -pm->params.cooldown;
248 * The cooldown callout routine just defers its work to a thread; it can't do
319 int cooldown, tickms; local in function:rf_paritymap_set_params
325 cooldown = params->cooldown != 0
326 ? params->cooldown : pm->params.cooldown;
332 if (cooldown < 1 || cooldown > 128) {
333 printf("raid%d: cooldown %d out of range\n", pm->raid->raidid
    [all...]
raidframevar.h 454 int parity_map_tickms; /* Length of parity map cooldown ticks. */
455 int parity_map_ntick; /* Number of parity map cooldown ticks. */
628 int cooldown, tickms; member in struct:rf_pmparams
  /src/sbin/raidctl/
raidctl.c 578 " %d.%03ds\n", raidID, st.params.cooldown,
622 params.cooldown = parityparams[0];
629 if (params.cooldown != 0 || params.tickms != 0) {
631 if (params.cooldown != 0)
632 printf(" %d", params.cooldown);

Completed in 12 milliseconds