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

/netbsd-6-1-5-RELEASE/sys/dev/raidframe/
H A Drf_diskqueue.c95 #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
99 #define Dprintf2(s,a,b) macro
289 Dprintf2("Dispatching pri %d regular op to c %d (ok to dispatch)\n", pri, queue->col);
293 Dprintf2("Enqueueing pri %d regular op to c %d (not ok to dispatch)\n", pri, queue->col);
318 Dprintf2("DiskIOComplete: extracting pri %d req from queue at c %d\n", req->priority, queue->col);
322 Dprintf2("DiskIOComplete: dispatching pri %d regular req to c %d (ok to dispatch)\n", req->priority, queue->col);
327 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
242 Dprintf2("PSS: deleting pss for psid %ld ru %d\n", psid, which_ru);
H A Drf_reconstruct.c71 #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
85 #define Dprintf2(s,a,b) {} macro
985 Dprintf2("RECON: READDONE EVENT: col %d psid %ld\n",
1212 Dprintf2("Skipping psid %ld ru %d: already reconstructed\n", ctrl->curPSID, ctrl->ru_count);
1276 Dprintf2("RECON: Stalling psid %ld ru %d: recon blocked\n", psid, which_ru);
1291 Dprintf2("RECON: Skipping psid %ld ru %d: prior recon after stall\n", psid, which_ru);
1462 Dprintf2("RECON: Skipping psid %ld: nothing needed from c%d\n",
1570 Dprintf2("Reconstruction completed on psid %ld ru %d\n", rbuf->parityStripeID, rbuf->which_ru);
1833 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