Searched refs:curr_component (Results 1 – 2 of 2) sorted by relevance
87 u_int curr_component; /* Component currently used */ member
1297 sc->curr_component = index; in virstor_check_and_run()1349 "chunk %u", sc->provider->name, sc->curr_component, in virstor_check_and_run()1350 sc->components[sc->curr_component].chunk_next); in virstor_check_and_run()1777 KASSERT(sc->curr_component < sc->n_components, in allocate_chunk()1778 ("%s: Invalid curr_component: %u", __func__, sc->curr_component)); in allocate_chunk()1780 comp_no = sc->curr_component; in allocate_chunk()1791 sc->curr_component = ++comp_no; in allocate_chunk()