Searched refs:periph_allocating (Results 1 – 3 of 3) sorted by relevance
141 int periph_allocating; member
3257 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()
702 KASSERT(periph->periph_allocating == 0, ("%s%d: freed while allocating", in camperiphfree()