pending_buf      2655 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 	ring->pending_buf = 1;
pending_buf      2743 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 		ring->pending_buf++;
pending_buf      2962 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 	unused_count -= ring->pending_buf;
pending_buf      2969 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 					ring->pending_buf;
pending_buf      2980 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 			recv_bds += ring->pending_buf;
pending_buf      2981 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 			unused_count += ring->pending_buf;
pending_buf      2983 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 			ring->pending_buf = 0;
pending_buf      2988 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 		recv_bds += ring->pending_buf;
pending_buf      2989 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 		unused_count += ring->pending_buf;
pending_buf      2991 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 		ring->pending_buf = 0;
pending_buf      3636 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 	ring->pending_buf = 0;
pending_buf      4128 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 		ring->pending_buf = 0;
pending_buf       430 drivers/net/ethernet/hisilicon/hns3/hns3_enet.h 	int pending_buf;
pending_buf       239 lib/zlib_deflate/deflate.c     s->pending_buf = (uch *) overlay;
pending_buf       243 lib/zlib_deflate/deflate.c     s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
pending_buf       268 lib/zlib_deflate/deflate.c     s->pending_out = s->pending_buf;
pending_buf       322 lib/zlib_deflate/deflate.c         s->pending_out = s->pending_buf;
pending_buf      1110 lib/zlib_deflate/deftree.c     memcpy(&s->pending_buf[s->pending], buf, len);
pending_buf        74 lib/zlib_deflate/defutil.h     Byte *pending_buf;   /* output still pending */
pending_buf       262 lib/zlib_deflate/defutil.h #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}