Home
last modified time | relevance | path

Searched refs:periph_allocating (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/cam/
Dcam_periph.h139 int periph_allocating; member
Dcam_xpt.c3389 if (periph->periph_allocating) in xpt_run_allocq()
3392 periph->periph_allocating = 1; in xpt_run_allocq()
3434 periph->periph_allocating = 0; in xpt_run_allocq()
Dcam_periph.c683 KASSERT(periph->periph_allocating == 0, ("%s%d: freed while allocating", in camperiphfree()