Home
last modified time | relevance | path

Searched refs:total_openings (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/cam/
H A Dcam_queue.c259 ccbq->total_openings += delta; in cam_ccbq_resize()
276 ccbq->total_openings = openings; in cam_ccbq_init()
H A Dcam_queue.h64 int total_openings; member
H A Dcam_periph.c1577 int total_openings; in camperiphscsistatuserror() local
1586 total_openings = cgds.dev_active + cgds.dev_openings; in camperiphscsistatuserror()
1590 if (*openings < total_openings) in camperiphscsistatuserror()
H A Dcam_iosched.c653 pending /= isc->periph->path->device->ccbq.total_openings; in cam_iosched_ticker()
H A Dcam_xpt.c3245 device->ccbq.total_openings || prio <= CAM_PRIORITY_OOB)) { in xpt_run_allocq()