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

  /src/sys/dev/raidframe/
rf_acctrace.c 88 acc->recon_start_to_fetch_us += rec->specific.recon.recon_start_to_fetch_us;
89 acc->recon_fetch_to_return_us += rec->specific.recon.recon_fetch_to_return_us;
90 acc->recon_return_to_submit_us += rec->specific.recon.recon_return_to_submit_us;
rf_acctrace.h 68 RF_recon_acc_stats_t recon; member in union:RF_acctrace_entry_s::__anon6b03b0a6010a
71 * or a recon acc */
85 RF_Etimer_t recon_timer;/* generic timer for recon stuff */
100 /* recon acc stats */
rf_reconbuffer.c 70 * floating recon buffer, or (3) the caller has indicated that we are
98 * rbuf - the recon buffer to submit
100 * use_committed - whether to use a committed or an available recon buffer
114 * rbuf - the recon buffer to submit
116 * use_committed - whether to use a committed or an available recon buffer
138 Dprintf4("RECON: submission by col %d for psid %ld ru %d (failed offset %ld)\n",
166 Dprintf2("RECON: col %d invoking a %d-way XOR\n", rbuf->col, pssPtr->xorBufCount);
177 raidPtr->recon_tracerecs[rbuf->col].specific.recon.recon_return_to_submit_us +=
224 * buf list in the recon ctrl struct. */
227 Dprintf1("RECON: col %d failed to acquire floating rbuf\n", rbuf->col)
    [all...]
rf_reconstruct.c 144 * in the kernel, we fire off the recon thread.
192 printf("raid%d: %lu recon event waits, %lu recon delays\n",
232 RF_ERRORMSG1("RECON: no way to reconstruct failed disk for arch %c\n",
279 printf("RECON: initiating reconstruction on col %d -> spare at col %d\n", col, scol);
373 RF_ERRORMSG1("RECON: no way to reconstruct failed disk for arch %c\n",
588 /* quiesce the array prior to starting recon. this is needed
592 Dprintf("RECON: begin request suspend\n");
594 Dprintf("RECON: end request suspend\n");
615 Dprintf("RECON: resume requests\n")
    [all...]

Completed in 13 milliseconds