Lines Matching refs:sg
66 static int DRD_(sg_get_refcnt)(const Segment* const sg);
67 Segment* DRD_(sg_get)(Segment* const sg);
68 void DRD_(sg_put)(Segment* const sg);
69 static struct bitmap* DRD_(sg_bm)(Segment* const sg);
71 void DRD_(sg_print)(Segment* const sg);
81 static __inline__ int DRD_(sg_get_refcnt)(const Segment* const sg) in DRD_()
84 tl_assert(sg); in DRD_()
87 return sg->refcnt; in DRD_()
91 static __inline__ struct bitmap* DRD_(sg_bm)(Segment* const sg) in DRD_()
94 tl_assert(sg); in DRD_()
97 return &sg->bm; in DRD_()