Searched refs:Dprintf2 (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/dev/raidframe/
H A Drf_diskqueue.c97 #define Dprintf2(s,a,b) if (rf_queueDebug) rf_debug_printf(s,(void *)((unsigned long)a),(void *)((unsigned long)b),NULL,NULL,NULL,NULL,NULL,NULL) macro
101 #define Dprintf2(s,a,b) macro
306 Dprintf2("Dispatching pri %d regular op to c %d (ok to dispatch)\n", pri, queue->col);
310 Dprintf2("Enqueueing pri %d regular op to c %d (not ok to dispatch)\n", pri, queue->col);
335 Dprintf2("DiskIOComplete: extracting pri %d req from queue at c %d\n", req->priority, queue->col);
339 Dprintf2("DiskIOComplete: dispatching pri %d regular req to c %d (ok to dispatch)\n", req->priority, queue->col);
344 Dprintf2("DiskIOComplete: re-enqueueing pri %d regular req to c %d\n", req->priority, queue->col);
H A Drf_reconbuffer.c50 #define Dprintf2(s,a,b) if (rf_reconbufferDebug) printf(s,a,b) macro
58 #define Dprintf2(s,a,b) {} macro
166 Dprintf2("RECON: col %d invoking a %d-way XOR\n", rbuf->col, pssPtr->xorBufCount);
373 Dprintf2("RECON: rbuf for psid %ld ru %d has filled\n",
376 Dprintf2("RECON: rbuf for psid %ld ru %d is head of list\n",
384 Dprintf2("RECON: rbuf for psid %ld ru %d is in list\n",
404 Dprintf2("RECON: releasing rbuf for psid %ld ru %d\n",
H A Drf_psstatus.c52 #define Dprintf2(s,a,b) if (rf_pssDebug) rf_debug_printf(s,(void *)((unsigned long)a),(void *)((unsigned long)b),NULL,NULL,NULL,NULL,NULL,NULL) macro
56 #define Dprintf2(s,a,b) macro
244 Dprintf2("PSS: deleting pss for psid %ld ru %d\n", psid, which_ru);
H A Drf_reconstruct.c73 #define Dprintf2(s,a,b) if (rf_reconDebug) rf_debug_printf(s,(void *)((unsigned long)a),(void *)((unsigned long)b),NULL,NULL,NULL,NULL,NULL,NULL) macro
87 #define Dprintf2(s,a,b) {} macro
992 Dprintf2("RECON: READDONE EVENT: col %d psid %ld\n",
1219 Dprintf2("Skipping psid %ld ru %d: already reconstructed\n", ctrl->curPSID, ctrl->ru_count);
1283 Dprintf2("RECON: Stalling psid %ld ru %d: recon blocked\n", psid, which_ru);
1298 Dprintf2("RECON: Skipping psid %ld ru %d: prior recon after stall\n", psid, which_ru);
1469 Dprintf2("RECON: Skipping psid %ld: nothing needed from c%d\n",
1577 Dprintf2("Reconstruction completed on psid %ld ru %d\n", rbuf->parityStripeID, rbuf->which_ru);
1841 Dprintf2("raid%d: Issued new read req on col %d\n", raidPtr->raidid, diskno);
H A Drf_stripelocks.c75 #define Dprintf2(s,a,b) rf_debug_printf(s,(void *)((unsigned long)a),(void *)((unsigned long)b),NULL,NULL,NULL,NULL,NULL,NULL) macro
86 #define Dprintf2(s,a,b) {} macro

Completed in 109 milliseconds