Searched refs:gsl (Results 1 – 6 of 6) sorted by relevance
105 struct g_slice *gsl, *gsl2; in g_slice_access() local112 gsl = &gsp->slices[pp->index]; in g_slice_access()119 if (gsl->offset + gsl->length <= gsl2->offset) in g_slice_access()121 if (gsl2->offset + gsl2->length <= gsl->offset) in g_slice_access()164 struct g_slice *gsl; in g_slice_finish_hot() local176 gsl = &gsp->slices[idx]; in g_slice_finish_hot()183 if (bp2->bio_offset + bp2->bio_length > gsl->length) in g_slice_finish_hot()184 bp2->bio_length = gsl->length - bp2->bio_offset; in g_slice_finish_hot()186 bp2->bio_offset += gsl->offset; in g_slice_finish_hot()221 struct g_slice *gsl; in g_slice_start() local[all …]
125 struct g_slice *gsl; in g_sunlabel_hotwrite() local135 gsl = &gsp->slices[bp->bio_to->index]; in g_sunlabel_hotwrite()142 p = (u_char *)bp->bio_data - (bp->bio_offset + gsl->offset); in g_sunlabel_hotwrite()
294 struct g_slice *gsl; in g_bsd_hotwrite() local309 gsl = &gsp->slices[bp->bio_to->index]; in g_bsd_hotwrite()311 (bp->bio_offset + gsl->offset); in g_bsd_hotwrite()
3817 The ``[[gsl::suppress]]`` attribute suppresses specific3824 [[gsl::suppress("Rh-public")]]3827 [[gsl::suppress("type")]] {4609 The attribute ``[[gsl::Owner(T)]]`` applies to structs and classes that own an4614 class [[gsl::Owner(int)]] IntOwner {4635 The attribute ``[[gsl::Pointer(T)]]`` applies to structs and classes that behave4640 class [[gsl::Pointer(int)]] IntPointer {4653 an instance of a class annotated with ``[[gsl::Owner]]`` (an Owner),
2135 let Spellings = [CXX11<"gsl", "suppress">];2888 let Spellings = [CXX11<"gsl", "Owner">];2895 let Spellings = [CXX11<"gsl", "Pointer">];
342 def DanglingGsl : DiagGroup<"dangling-gsl">;