Searched refs:STREAMLIST_BLKSIZE (Results 1 – 2 of 2) sorted by relevance
1049 #define STREAMLIST_BLKSIZE 4096 in stats_get_streams() macro1051 unsigned int remaining = STREAMLIST_BLKSIZE; in stats_get_streams()1067 cur->len = STREAMLIST_BLKSIZE - remaining; in stats_get_streams()1068 cur->next = refbuf_new (STREAMLIST_BLKSIZE); in stats_get_streams()1069 remaining = STREAMLIST_BLKSIZE; in stats_get_streams()1083 cur->len = STREAMLIST_BLKSIZE - remaining; in stats_get_streams()
1282 #define STREAMLIST_BLKSIZE 4096 in stats_get_streams() macro1284 unsigned int remaining = STREAMLIST_BLKSIZE, prelen; in stats_get_streams()1305 cur->len = STREAMLIST_BLKSIZE - remaining; in stats_get_streams()1306 cur->next = refbuf_new (STREAMLIST_BLKSIZE); in stats_get_streams()1307 remaining = STREAMLIST_BLKSIZE; in stats_get_streams()1321 cur->len = STREAMLIST_BLKSIZE - remaining; in stats_get_streams()