Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tests/os-tests/tests/oclo/
H A Doclo.c189 size_t newrt = oclo_rtdata_nents + 8; in oclo_record() local
191 rt = recallocarray(oclo_rtdata, oclo_rtdata_nents, newrt, in oclo_record()
195 "expanding fd records to %zu entries", newrt); in oclo_record()
198 oclo_rtdata_nents = newrt; in oclo_record()