Home
last modified time | relevance | path

Searched refs:pending_out (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/lib/zlib_deflate/
Ddefutil.h78 Byte *pending_out; /* next pending byte to output to the stream */ member
430 memcpy(strm->next_out, s->pending_out, len); in flush_pending()
433 s->pending_out += len; in flush_pending()
438 s->pending_out = s->pending_buf; in flush_pending()
Ddeflate.c297 s->pending_out = s->pending_buf; in zlib_deflateReset()
/kernel/linux/linux-5.10/lib/zlib_dfltcc/
Ddfltcc_deflate.c92 memmove(state->pending_buf, state->pending_out, state->pending); in send_eobs()
93 state->pending_out = state->pending_buf; in send_eobs()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0018_linux_drivers_firmware.patch1560 + struct list_head pending_out;
1766 + while (!list_empty(&dev_ctx->pending_out)) {
1767 + out_buf_desc = list_first_entry_or_null(&dev_ctx->pending_out,
1940 + while (!list_empty(&dev_ctx->pending_out)) {
1941 + b_desc = list_first_entry_or_null(&dev_ctx->pending_out,
2134 + list_add_tail(&out_buf_desc->link, &dev_ctx->pending_out);
2567 + INIT_LIST_HEAD(&dev_ctx->pending_out);
3111 + while (!list_empty(&dev_ctx->pending_out)) {
3112 + b_desc = list_first_entry_or_null(&dev_ctx->pending_out,
3303 + list_add_tail(&out_buf_desc->link, &dev_ctx->pending_out);
[all …]