Home
last modified time | relevance | path

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

/src/sys/cam/
H A Dcam_periph.h141 int periph_allocating; member
H A Dcam_xpt.c3257 if (periph->periph_allocating) in xpt_run_allocq()
3260 periph->periph_allocating = 1; in xpt_run_allocq()
3301 periph->periph_allocating = 0; in xpt_run_allocq()
H A Dcam_periph.c702 KASSERT(periph->periph_allocating == 0, ("%s%d: freed while allocating", in camperiphfree()