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

  /src/sys/altq/
altq_cbq.h 80 u_int delays; /* # times invoked delay actions */ member in struct:_cbq_class_stats_
altq_rmclass.h 118 u_int delays; /* # times invoked delay actions */ member in struct:_rm_class_stats_
altq_jobs.c 1067 * delay and the mean of the weighted delays. see paper for more
1552 u_int64_t delays[JOBS_MAXPRI]; local in function:update_error
1573 delays[i] = proj_delay(jif, i);
1574 mean_weighted_delay += cl->delay_prod_others*delays[i];
1591 error[i] = ((int64_t)mean_weighted_delay)-((int64_t)cl->delay_prod_others*delays[i]);
  /src/sys/arch/arm/sunxi/
sunxi_mmc.c 143 const struct sunxi_mmc_delay *delays; member in struct:sunxi_mmc_config
216 .delays = NULL,
223 .delays = NULL,
230 .delays = sun7i_mmc_delays,
237 .delays = NULL,
244 .delays = sun9i_mmc_delays,
251 .delays = NULL,
260 .delays = NULL,
269 .delays = NULL,
278 .delays = NULL
497 const struct sunxi_mmc_delay *delays; local in function:sunxi_mmc_set_clock
    [all...]

Completed in 37 milliseconds