Searched refs:osSegmentSizeGetNext (Results 1 – 2 of 2) sorted by relevance
230 static inline const struct Segment *osSegmentSizeGetNext(const struct Segment *seg, uint32_t size) in osSegmentSizeGetNext() function241 return osSegmentSizeGetNext(seg, osSegmentGetSize(seg)); in osSegmentGetNext()
586 if (!storageSeg || osSegmentSizeGetNext(storageSeg, size) > it.sharedEnd) in osAppSegmentCreate()624 if (osSegmentSizeGetNext(storageSeg, segDataSize) > (struct Segment*)end) in osAppSegmentClose()