Searched refs:maxbuf (Results 1 – 6 of 6) sorted by relevance
87 size_t maxbuf; /* Max length of unused buffer */ member
427 r->maxbuf = REDIS_READER_MAX_BUF; in redisReaderCreateWithFunctions()455 if (r->len == 0 && r->maxbuf != 0 && sdsavail(r->buf) > r->maxbuf) { in redisReaderFeed()
393 an idle buffer changing the value of the `maxbuf` field of the reader structure400 context->reader->maxbuf = 0;
1044 long maxbuf, maxbuf_sz, buf_sz, biotmap_sz; in kern_vfs_bio_buffer_alloc() local1081 maxbuf = (LONG_MAX / 3) / BKVASIZE; in kern_vfs_bio_buffer_alloc()1082 if (nbuf > maxbuf) { in kern_vfs_bio_buffer_alloc()1085 maxbuf); in kern_vfs_bio_buffer_alloc()1086 nbuf = maxbuf; in kern_vfs_bio_buffer_alloc()1103 maxbuf_sz = maxbcache != 0 ? maxbcache : maxbuf * BKVASIZE; in kern_vfs_bio_buffer_alloc()
334 c->context->reader->maxbuf = 0; in createClient()
1591 char maxbuf[32]; in dump_metaslab_stats() local1597 CTASSERT(sizeof (maxbuf) >= NN_NUMBUF_SZ); in dump_metaslab_stats()1599 zdb_nicenum(metaslab_largest_allocatable(msp), maxbuf, sizeof (maxbuf)); in dump_metaslab_stats()1602 "segments", zfs_btree_numnodes(t), "maxsize", maxbuf, in dump_metaslab_stats()