Home
last modified time | relevance | path

Searched refs:cam_debug_delay (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/sys/cam/
Dcam_debug.h82 extern u_int32_t cam_debug_delay;
98 if (cam_debug_delay != 0) \
99 DELAY(cam_debug_delay); \
109 if (cam_debug_delay != 0) \
110 DELAY(cam_debug_delay); \
117 if (cam_debug_delay != 0) \
118 DELAY(cam_debug_delay); \
125 if (cam_debug_delay != 0) \
126 DELAY(cam_debug_delay); \
Dcam_xpt.c209 u_int32_t cam_debug_delay = CAM_DEBUG_DELAY; variable
210 TUNABLE_INT("kern.cam.debug_delay", &cam_debug_delay);
212 &cam_debug_delay, 0, "Delay in us after each debug message");