Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dstrbuf.c99 if (!strbuf_avail(sb)) { in strbuf_addv()
111 if (len > strbuf_avail(sb)) { in strbuf_addv()
118 if (len > strbuf_avail(sb)) { in strbuf_addv()
H A Dstrbuf.h28 * ... strbuf_avail(sb) is all yours, and you are sure that
29 * ... strbuf_avail(sb) is at least SOME_SIZE.
32 * Of course, SOME_OTHER_SIZE must be smaller or equal to strbuf_avail(sb).
64 static inline ssize_t strbuf_avail(const struct strbuf *sb) { in strbuf_avail() function