| 254 | // Used in UT |
| 255 | IOBuf::Block* get_tls_block_head() { return g_tls_data.block_head; } |
| 256 | int get_tls_block_count() { return g_tls_data.num_blocks; } |
| 257 | |
| 258 | // Number of blocks that can't be returned to TLS which has too many block |
| 259 | // already. This counter should be 0 in most scenarios, otherwise performance |
no outgoing calls