Searched refs:pending_bytes (Results 1 – 3 of 3) sorted by relevance
107 size_t pending_bytes; in zstd_compress() local160 pending_bytes = zstd_flush_stream(ctx->cctx, &outbuf); in zstd_compress()161 if (ZSTD_isError(pending_bytes)) { in zstd_compress()217 size_t pending_bytes; in zstd_decompress() local262 pending_bytes = zstd_decompress_stream(ctx->dctx, &outbuf, &inbuf); in zstd_decompress()263 if (ZSTD_isError(pending_bytes)) { in zstd_decompress()
454 __aligned_u64 pending_bytes; member
4186 unsigned int pending_bytes; in lan78xx_tx_buf_fill() local4191 lan78xx_tx_pend_skb_get(dev, &skb, &pending_bytes); in lan78xx_tx_buf_fill()4200 lan78xx_tx_pend_skb_head_add(dev, skb, &pending_bytes); in lan78xx_tx_buf_fill()