Home
last modified time | relevance | path

Searched refs:curr_component (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/geom/virstor/
H A Dg_virstor.h87 u_int curr_component; /* Component currently used */ member
H A Dg_virstor.c1297 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()