buf_count         335 arch/arm64/crypto/ghash-ce-glue.c 			   int *buf_count, struct gcm_aes_ctx *ctx)
buf_count         337 arch/arm64/crypto/ghash-ce-glue.c 	if (*buf_count > 0) {
buf_count         338 arch/arm64/crypto/ghash-ce-glue.c 		int buf_added = min(count, GHASH_BLOCK_SIZE - *buf_count);
buf_count         340 arch/arm64/crypto/ghash-ce-glue.c 		memcpy(&buf[*buf_count], src, buf_added);
buf_count         342 arch/arm64/crypto/ghash-ce-glue.c 		*buf_count += buf_added;
buf_count         347 arch/arm64/crypto/ghash-ce-glue.c 	if (count >= GHASH_BLOCK_SIZE || *buf_count == GHASH_BLOCK_SIZE) {
buf_count         351 arch/arm64/crypto/ghash-ce-glue.c 				*buf_count ? buf : NULL,
buf_count         356 arch/arm64/crypto/ghash-ce-glue.c 		*buf_count = 0;
buf_count         361 arch/arm64/crypto/ghash-ce-glue.c 		*buf_count = count;
buf_count         372 arch/arm64/crypto/ghash-ce-glue.c 	int buf_count = 0;
buf_count         386 arch/arm64/crypto/ghash-ce-glue.c 		gcm_update_mac(dg, p, n, buf, &buf_count, ctx);
buf_count         394 arch/arm64/crypto/ghash-ce-glue.c 	if (buf_count) {
buf_count         395 arch/arm64/crypto/ghash-ce-glue.c 		memset(&buf[buf_count], 0, GHASH_BLOCK_SIZE - buf_count);
buf_count          44 drivers/crypto/cavium/cpt/cptvf_reqmanager.c 				 int buf_count, u8 *buffer)
buf_count          56 drivers/crypto/cavium/cpt/cptvf_reqmanager.c 	for (i = 0; i < buf_count; i++) {
buf_count          72 drivers/crypto/cavium/cpt/cptvf_reqmanager.c 	components = buf_count / 4;
buf_count          86 drivers/crypto/cavium/cpt/cptvf_reqmanager.c 	components = buf_count % 4;
buf_count          40 drivers/crypto/ccp/ccp-crypto-aes-cmac.c 		rctx->buf_count = rctx->hash_rem;
buf_count          42 drivers/crypto/ccp/ccp-crypto-aes-cmac.c 		rctx->buf_count = 0;
buf_count          75 drivers/crypto/ccp/ccp-crypto-aes-cmac.c 	len = (u64)rctx->buf_count + (u64)nbytes;
buf_count          78 drivers/crypto/ccp/ccp-crypto-aes-cmac.c 		scatterwalk_map_and_copy(rctx->buf + rctx->buf_count, req->src,
buf_count          80 drivers/crypto/ccp/ccp-crypto-aes-cmac.c 		rctx->buf_count += nbytes;
buf_count         115 drivers/crypto/ccp/ccp-crypto-aes-cmac.c 	if (rctx->buf_count) {
buf_count         116 drivers/crypto/ccp/ccp-crypto-aes-cmac.c 		sg_init_one(&rctx->buf_sg, rctx->buf, rctx->buf_count);
buf_count         230 drivers/crypto/ccp/ccp-crypto-aes-cmac.c 	state.buf_count = rctx->buf_count;
buf_count         250 drivers/crypto/ccp/ccp-crypto-aes-cmac.c 	rctx->buf_count = state.buf_count;
buf_count          41 drivers/crypto/ccp/ccp-crypto-sha.c 		rctx->buf_count = rctx->hash_rem;
buf_count          43 drivers/crypto/ccp/ccp-crypto-sha.c 		rctx->buf_count = 0;
buf_count          70 drivers/crypto/ccp/ccp-crypto-sha.c 	len = (u64)rctx->buf_count + (u64)nbytes;
buf_count          73 drivers/crypto/ccp/ccp-crypto-sha.c 		scatterwalk_map_and_copy(rctx->buf + rctx->buf_count, req->src,
buf_count          75 drivers/crypto/ccp/ccp-crypto-sha.c 		rctx->buf_count += nbytes;
buf_count          96 drivers/crypto/ccp/ccp-crypto-sha.c 	if (rctx->buf_count && nbytes) {
buf_count         107 drivers/crypto/ccp/ccp-crypto-sha.c 		sg_init_one(&rctx->buf_sg, rctx->buf, rctx->buf_count);
buf_count         121 drivers/crypto/ccp/ccp-crypto-sha.c 	} else if (rctx->buf_count) {
buf_count         122 drivers/crypto/ccp/ccp-crypto-sha.c 		sg_init_one(&rctx->buf_sg, rctx->buf, rctx->buf_count);
buf_count         198 drivers/crypto/ccp/ccp-crypto-sha.c 		rctx->buf_count = block_size;
buf_count         242 drivers/crypto/ccp/ccp-crypto-sha.c 	state.buf_count = rctx->buf_count;
buf_count         264 drivers/crypto/ccp/ccp-crypto-sha.c 	rctx->buf_count = state.buf_count;
buf_count         141 drivers/crypto/ccp/ccp-crypto.h 	unsigned int buf_count;
buf_count         156 drivers/crypto/ccp/ccp-crypto.h 	unsigned int buf_count;
buf_count         215 drivers/crypto/ccp/ccp-crypto.h 	unsigned int buf_count;
buf_count         231 drivers/crypto/ccp/ccp-crypto.h 	unsigned int buf_count;
buf_count         282 drivers/crypto/ccp/ccp-ops.c 	unsigned int buf_count, nbytes;
buf_count         300 drivers/crypto/ccp/ccp-ops.c 	buf_count = 0;
buf_count         301 drivers/crypto/ccp/ccp-ops.c 	while (sg_wa->bytes_left && (buf_count < dm_wa->length)) {
buf_count         303 drivers/crypto/ccp/ccp-ops.c 			     dm_wa->length - buf_count);
buf_count         306 drivers/crypto/ccp/ccp-ops.c 		buf_count += nbytes;
buf_count         310 drivers/crypto/ccp/ccp-ops.c 	return buf_count;
buf_count         688 drivers/gpu/drm/drm_bufs.c 	if (entry->buf_count) {
buf_count         689 drivers/gpu/drm/drm_bufs.c 		for (i = 0; i < entry->buf_count; i++) {
buf_count         694 drivers/gpu/drm/drm_bufs.c 		entry->buf_count = 0;
buf_count         778 drivers/gpu/drm/drm_bufs.c 	if (entry->buf_count) {
buf_count         802 drivers/gpu/drm/drm_bufs.c 	while (entry->buf_count < count) {
buf_count         803 drivers/gpu/drm/drm_bufs.c 		buf = &entry->buflist[entry->buf_count];
buf_count         804 drivers/gpu/drm/drm_bufs.c 		buf->idx = dma->buf_count + entry->buf_count;
buf_count         821 drivers/gpu/drm/drm_bufs.c 			entry->buf_count = count;
buf_count         828 drivers/gpu/drm/drm_bufs.c 		DRM_DEBUG("buffer %d @ %p\n", entry->buf_count, buf->address);
buf_count         831 drivers/gpu/drm/drm_bufs.c 		entry->buf_count++;
buf_count         838 drivers/gpu/drm/drm_bufs.c 				(dma->buf_count + entry->buf_count) *
buf_count         849 drivers/gpu/drm/drm_bufs.c 	for (i = 0; i < entry->buf_count; i++) {
buf_count         850 drivers/gpu/drm/drm_bufs.c 		dma->buflist[i + dma->buf_count] = &entry->buflist[i];
buf_count         853 drivers/gpu/drm/drm_bufs.c 	dma->buf_count += entry->buf_count;
buf_count         858 drivers/gpu/drm/drm_bufs.c 	DRM_DEBUG("dma->buf_count : %d\n", dma->buf_count);
buf_count         859 drivers/gpu/drm/drm_bufs.c 	DRM_DEBUG("entry->buf_count : %d\n", entry->buf_count);
buf_count         863 drivers/gpu/drm/drm_bufs.c 	request->count = entry->buf_count;
buf_count         928 drivers/gpu/drm/drm_bufs.c 	if (entry->buf_count) {
buf_count         978 drivers/gpu/drm/drm_bufs.c 	while (entry->buf_count < count) {
buf_count         984 drivers/gpu/drm/drm_bufs.c 			entry->buf_count = count;
buf_count        1001 drivers/gpu/drm/drm_bufs.c 		     offset + size <= total && entry->buf_count < count;
buf_count        1002 drivers/gpu/drm/drm_bufs.c 		     offset += alignment, ++entry->buf_count) {
buf_count        1003 drivers/gpu/drm/drm_bufs.c 			buf = &entry->buflist[entry->buf_count];
buf_count        1004 drivers/gpu/drm/drm_bufs.c 			buf->idx = dma->buf_count + entry->buf_count;
buf_count        1021 drivers/gpu/drm/drm_bufs.c 				entry->buf_count = count;
buf_count        1031 drivers/gpu/drm/drm_bufs.c 				  entry->buf_count, buf->address);
buf_count        1037 drivers/gpu/drm/drm_bufs.c 				(dma->buf_count + entry->buf_count) *
buf_count        1049 drivers/gpu/drm/drm_bufs.c 	for (i = 0; i < entry->buf_count; i++) {
buf_count        1050 drivers/gpu/drm/drm_bufs.c 		dma->buflist[i + dma->buf_count] = &entry->buflist[i];
buf_count        1061 drivers/gpu/drm/drm_bufs.c 	dma->buf_count += entry->buf_count;
buf_count        1068 drivers/gpu/drm/drm_bufs.c 	request->count = entry->buf_count;
buf_count        1140 drivers/gpu/drm/drm_bufs.c 	if (entry->buf_count) {
buf_count        1164 drivers/gpu/drm/drm_bufs.c 	while (entry->buf_count < count) {
buf_count        1165 drivers/gpu/drm/drm_bufs.c 		buf = &entry->buflist[entry->buf_count];
buf_count        1166 drivers/gpu/drm/drm_bufs.c 		buf->idx = dma->buf_count + entry->buf_count;
buf_count        1184 drivers/gpu/drm/drm_bufs.c 			entry->buf_count = count;
buf_count        1191 drivers/gpu/drm/drm_bufs.c 		DRM_DEBUG("buffer %d @ %p\n", entry->buf_count, buf->address);
buf_count        1194 drivers/gpu/drm/drm_bufs.c 		entry->buf_count++;
buf_count        1201 drivers/gpu/drm/drm_bufs.c 				(dma->buf_count + entry->buf_count) *
buf_count        1212 drivers/gpu/drm/drm_bufs.c 	for (i = 0; i < entry->buf_count; i++) {
buf_count        1213 drivers/gpu/drm/drm_bufs.c 		dma->buflist[i + dma->buf_count] = &entry->buflist[i];
buf_count        1216 drivers/gpu/drm/drm_bufs.c 	dma->buf_count += entry->buf_count;
buf_count        1221 drivers/gpu/drm/drm_bufs.c 	DRM_DEBUG("dma->buf_count : %d\n", dma->buf_count);
buf_count        1222 drivers/gpu/drm/drm_bufs.c 	DRM_DEBUG("entry->buf_count : %d\n", entry->buf_count);
buf_count        1226 drivers/gpu/drm/drm_bufs.c 	request->count = entry->buf_count;
buf_count        1319 drivers/gpu/drm/drm_bufs.c 		if (dma->bufs[i].buf_count)
buf_count        1328 drivers/gpu/drm/drm_bufs.c 			if (from->buf_count) {
buf_count        1333 drivers/gpu/drm/drm_bufs.c 					  dma->bufs[i].buf_count,
buf_count        1350 drivers/gpu/drm/drm_bufs.c 	struct drm_buf_desc v = {.count = from->buf_count,
buf_count        1405 drivers/gpu/drm/drm_bufs.c 	if (request->low_mark < 0 || request->low_mark > entry->buf_count)
buf_count        1407 drivers/gpu/drm/drm_bufs.c 	if (request->high_mark < 0 || request->high_mark > entry->buf_count)
buf_count        1450 drivers/gpu/drm/drm_bufs.c 		if (idx < 0 || idx >= dma->buf_count) {
buf_count        1452 drivers/gpu/drm/drm_bufs.c 				  idx, dma->buf_count - 1);
buf_count        1455 drivers/gpu/drm/drm_bufs.c 		idx = array_index_nospec(idx, dma->buf_count);
buf_count        1510 drivers/gpu/drm/drm_bufs.c 	if (*p >= dma->buf_count) {
buf_count        1537 drivers/gpu/drm/drm_bufs.c 		for (i = 0; i < dma->buf_count; i++) {
buf_count        1545 drivers/gpu/drm/drm_bufs.c 	*p = dma->buf_count;
buf_count          99 drivers/gpu/drm/drm_dma.c 				  dma->bufs[i].buf_count,
buf_count         108 drivers/gpu/drm/drm_dma.c 		if (dma->bufs[i].buf_count) {
buf_count         109 drivers/gpu/drm/drm_dma.c 			for (j = 0; j < dma->bufs[i].buf_count; j++) {
buf_count         156 drivers/gpu/drm/drm_dma.c 	for (i = 0; i < dma->buf_count; i++) {
buf_count         377 drivers/gpu/drm/drm_ioc32.c 	drm_buf_desc32_t v = {.count = from->buf_count,
buf_count          63 drivers/gpu/drm/i810/i810_dma.c 	for (i = 0; i < dma->buf_count; i++) {
buf_count         230 drivers/gpu/drm/i810/i810_dma.c 		for (i = 0; i < dma->buf_count; i++) {
buf_count         293 drivers/gpu/drm/i810/i810_dma.c 	if (dma->buf_count > 1019) {
buf_count         298 drivers/gpu/drm/i810/i810_dma.c 	for (i = 0; i < dma->buf_count; i++) {
buf_count         872 drivers/gpu/drm/i810/i810_dma.c 	for (i = 0; i < dma->buf_count; i++) {
buf_count         904 drivers/gpu/drm/i810/i810_dma.c 	for (i = 0; i < dma->buf_count; i++) {
buf_count         944 drivers/gpu/drm/i810/i810_dma.c 	if (vertex->idx < 0 || vertex->idx >= dma->buf_count)
buf_count        1104 drivers/gpu/drm/i810/i810_dma.c 	if (mc->idx >= dma->buf_count || mc->idx < 0)
buf_count         251 drivers/gpu/drm/mga/mga_dma.c 	DRM_DEBUG("count=%d\n", dma->buf_count);
buf_count         259 drivers/gpu/drm/mga/mga_dma.c 	for (i = 0; i < dma->buf_count; i++) {
buf_count         314 drivers/gpu/drm/mga/mga_dma.c 	for (i = 0; i < dma->buf_count; i++) {
buf_count        1129 drivers/gpu/drm/mga/mga_dma.c 	if (d->request_count < 0 || d->request_count > dma->buf_count) {
buf_count        1132 drivers/gpu/drm/mga/mga_dma.c 			  dma->buf_count);
buf_count         880 drivers/gpu/drm/mga/mga_state.c 	if (vertex->idx < 0 || vertex->idx > dma->buf_count)
buf_count         915 drivers/gpu/drm/mga/mga_state.c 	if (indices->idx < 0 || indices->idx > dma->buf_count)
buf_count         958 drivers/gpu/drm/mga/mga_state.c 	if (iload->idx < 0 || iload->idx > dma->buf_count)
buf_count         788 drivers/gpu/drm/r128/r128_cce.c 	for (i = 0; i < dma->buf_count; i++) {
buf_count         828 drivers/gpu/drm/r128/r128_cce.c 	for (i = 0; i < dma->buf_count; i++) {
buf_count         838 drivers/gpu/drm/r128/r128_cce.c 		for (i = 0; i < dma->buf_count; i++) {
buf_count         861 drivers/gpu/drm/r128/r128_cce.c 	for (i = 0; i < dma->buf_count; i++) {
buf_count         933 drivers/gpu/drm/r128/r128_cce.c 	if (d->request_count < 0 || d->request_count > dma->buf_count) {
buf_count         935 drivers/gpu/drm/r128/r128_cce.c 			  task_pid_nr(current), d->request_count, dma->buf_count);
buf_count        1329 drivers/gpu/drm/r128/r128_state.c 	if (vertex->idx < 0 || vertex->idx >= dma->buf_count) {
buf_count        1331 drivers/gpu/drm/r128/r128_state.c 			  vertex->idx, dma->buf_count - 1);
buf_count        1382 drivers/gpu/drm/r128/r128_state.c 	if (elts->idx < 0 || elts->idx >= dma->buf_count) {
buf_count        1384 drivers/gpu/drm/r128/r128_state.c 			  elts->idx, dma->buf_count - 1);
buf_count        1444 drivers/gpu/drm/r128/r128_state.c 	if (blit->idx < 0 || blit->idx >= dma->buf_count) {
buf_count        1446 drivers/gpu/drm/r128/r128_state.c 			  blit->idx, dma->buf_count - 1);
buf_count        1531 drivers/gpu/drm/r128/r128_state.c 	if (indirect->idx < 0 || indirect->idx >= dma->buf_count) {
buf_count        1533 drivers/gpu/drm/r128/r128_state.c 			  indirect->idx, dma->buf_count - 1);
buf_count         222 drivers/gpu/drm/savage/savage_bci.c 	DRM_DEBUG("count=%d\n", dma->buf_count);
buf_count         232 drivers/gpu/drm/savage/savage_bci.c 	for (i = 0; i < dma->buf_count; i++) {
buf_count        1032 drivers/gpu/drm/savage/savage_bci.c 	if (d->request_count < 0 || d->request_count > dma->buf_count) {
buf_count        1034 drivers/gpu/drm/savage/savage_bci.c 			  task_pid_nr(current), d->request_count, dma->buf_count);
buf_count        1066 drivers/gpu/drm/savage/savage_bci.c 	for (i = 0; i < dma->buf_count; i++) {
buf_count         985 drivers/gpu/drm/savage/savage_state.c 		if (cmdbuf->dma_idx >= dma->buf_count) {
buf_count         988 drivers/gpu/drm/savage/savage_state.c 			     cmdbuf->dma_idx, dma->buf_count - 1);
buf_count         699 drivers/infiniband/hw/hns/hns_roce_qp.c 	int buf_count;
buf_count         766 drivers/infiniband/hw/hns/hns_roce_qp.c 			buf_count = hns_roce_get_umem_bufs(hr_dev,
buf_count         769 drivers/infiniband/hw/hns/hns_roce_qp.c 			if (buf_count != r->count) {
buf_count         772 drivers/infiniband/hw/hns/hns_roce_qp.c 					r->count, buf_count);
buf_count         867 drivers/infiniband/hw/hns/hns_roce_qp.c 			buf_count = hns_roce_get_kmem_bufs(hr_dev,
buf_count         870 drivers/infiniband/hw/hns/hns_roce_qp.c 			if (buf_count != r->count) {
buf_count         873 drivers/infiniband/hw/hns/hns_roce_qp.c 					r->count, buf_count);
buf_count          99 drivers/media/platform/exynos4-is/fimc-isp-video.c 		video->buf_count, video->format->memplanes,
buf_count         148 drivers/media/platform/exynos4-is/fimc-isp-video.c 	isp->video_capture.buf_count = 0;
buf_count         177 drivers/media/platform/exynos4-is/fimc-isp-video.c 		for (i = 0; i < video->buf_count; i++)
buf_count         203 drivers/media/platform/exynos4-is/fimc-isp-video.c 		ivb->index = video->buf_count;
buf_count         219 drivers/media/platform/exynos4-is/fimc-isp-video.c 		if (++video->buf_count < video->reqbufs_count)
buf_count         222 drivers/media/platform/exynos4-is/fimc-isp-video.c 		video->buf_mask = (1UL << video->buf_count) - 1;
buf_count         244 drivers/media/platform/exynos4-is/fimc-isp-video.c 	buf_index = (is->i2h_cmd.args[1] - 1) % video->buf_count;
buf_count         132 drivers/media/platform/exynos4-is/fimc-isp.h 	unsigned int		buf_count;
buf_count         315 drivers/media/platform/qcom/venus/core.h 	int buf_count;
buf_count         826 drivers/media/platform/qcom/venus/helpers.c 	struct hfi_buffer_count_actual buf_count;
buf_count         829 drivers/media/platform/qcom/venus/helpers.c 	buf_count.type = HFI_BUFFER_INPUT;
buf_count         830 drivers/media/platform/qcom/venus/helpers.c 	buf_count.count_actual = input_bufs;
buf_count         832 drivers/media/platform/qcom/venus/helpers.c 	ret = hfi_session_set_property(inst, ptype, &buf_count);
buf_count         836 drivers/media/platform/qcom/venus/helpers.c 	buf_count.type = HFI_BUFFER_OUTPUT;
buf_count         837 drivers/media/platform/qcom/venus/helpers.c 	buf_count.count_actual = output_bufs;
buf_count         839 drivers/media/platform/qcom/venus/helpers.c 	ret = hfi_session_set_property(inst, ptype, &buf_count);
buf_count         844 drivers/media/platform/qcom/venus/helpers.c 		buf_count.type = HFI_BUFFER_OUTPUT2;
buf_count         845 drivers/media/platform/qcom/venus/helpers.c 		buf_count.count_actual = output2_bufs;
buf_count         847 drivers/media/platform/qcom/venus/helpers.c 		ret = hfi_session_set_property(inst, ptype, &buf_count);
buf_count          73 drivers/media/platform/qcom/venus/hfi.h 	u32 buf_count;
buf_count          96 drivers/media/platform/qcom/venus/hfi_msgs.c 			event.buf_count = HFI_BUFREQ_COUNT_MIN(bufreq, ver);
buf_count        1085 drivers/media/platform/qcom/venus/vdec.c 	inst->buf_count++;
buf_count        1094 drivers/media/platform/qcom/venus/vdec.c 	inst->buf_count--;
buf_count        1095 drivers/media/platform/qcom/venus/vdec.c 	if (!inst->buf_count)
buf_count        1334 drivers/media/platform/qcom/venus/vdec.c 	inst->buf_count = 0;
buf_count         884 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 			unsigned int *buf_count,
buf_count         897 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		if (*buf_count < 1)
buf_count         898 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 			*buf_count = 1;
buf_count         899 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		if (*buf_count > MFC_MAX_BUFFERS)
buf_count         900 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 			*buf_count = MFC_MAX_BUFFERS;
buf_count         908 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		if (*buf_count < ctx->pb_count)
buf_count         909 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 			*buf_count = ctx->pb_count;
buf_count         910 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		if (*buf_count > ctx->pb_count + MFC_MAX_EXTRA_DPB)
buf_count         911 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 			*buf_count = ctx->pb_count + MFC_MAX_EXTRA_DPB;
buf_count         912 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		if (*buf_count > MFC_MAX_BUFFERS)
buf_count         913 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 			*buf_count = MFC_MAX_BUFFERS;
buf_count         920 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 						*buf_count, *plane_count);
buf_count        2368 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 			unsigned int *buf_count, unsigned int *plane_count,
buf_count        2384 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		if (*buf_count < 1)
buf_count        2385 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 			*buf_count = 1;
buf_count        2386 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		if (*buf_count > MFC_MAX_BUFFERS)
buf_count        2387 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 			*buf_count = MFC_MAX_BUFFERS;
buf_count        2396 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		if (*buf_count < 1)
buf_count        2397 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 			*buf_count = 1;
buf_count        2398 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		if (*buf_count > MFC_MAX_BUFFERS)
buf_count        2399 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 			*buf_count = MFC_MAX_BUFFERS;
buf_count          59 drivers/media/rc/fintek-cir.h 		unsigned int buf_count;
buf_count         393 drivers/mtd/nand/raw/qcom_nandc.c 	int		buf_count;
buf_count        1197 drivers/mtd/nand/raw/qcom_nandc.c 	nandc->buf_count = 512;
buf_count        1198 drivers/mtd/nand/raw/qcom_nandc.c 	memset(nandc->data_buffer, 0xff, nandc->buf_count);
buf_count        1203 drivers/mtd/nand/raw/qcom_nandc.c 		      nandc->buf_count, 0);
buf_count        1369 drivers/mtd/nand/raw/qcom_nandc.c 	nandc->buf_count = 0;
buf_count        1419 drivers/mtd/nand/raw/qcom_nandc.c 		       nandc->buf_count);
buf_count        1454 drivers/mtd/nand/raw/qcom_nandc.c 		nandc->buf_count = 4;
buf_count        2289 drivers/mtd/nand/raw/qcom_nandc.c 	if (nandc->buf_start < nandc->buf_count)
buf_count        2298 drivers/mtd/nand/raw/qcom_nandc.c 	int real_len = min_t(size_t, len, nandc->buf_count - nandc->buf_start);
buf_count        2308 drivers/mtd/nand/raw/qcom_nandc.c 	int real_len = min_t(size_t, len, nandc->buf_count - nandc->buf_start);
buf_count         140 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth-debugfs.c 			   ch->buf_count);
buf_count         110 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 	ch->buf_count--;
buf_count         198 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 	ch->buf_count -= i + 2;
buf_count         237 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 		ch->buf_count -= ch->xdp.drop_cnt;
buf_count         335 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 		ch->buf_count--;
buf_count        1017 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 			priv->channel[j]->buf_count += new_count;
buf_count        1056 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 		priv->channel[i]->buf_count = 0;
buf_count        1068 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 	if (likely(ch->buf_count >= DPAA2_ETH_REFILL_THRESH))
buf_count        1077 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 		ch->buf_count += new_count;
buf_count        1078 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 	} while (ch->buf_count < DPAA2_ETH_NUM_BUFS);
buf_count        1080 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 	if (unlikely(ch->buf_count < DPAA2_ETH_NUM_BUFS))
buf_count         337 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.h 	int buf_count;
buf_count          74 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 	if (++state->buf_idx < le32_to_cpu(state->buf_table->buf_count))
buf_count         416 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 		  le32_to_cpu(ice_buf_tbl->buf_count));
buf_count         419 drivers/net/ethernet/intel/ice/ice_flex_pipe.c 				  le32_to_cpu(ice_buf_tbl->buf_count));
buf_count          67 drivers/net/ethernet/intel/ice/ice_flex_type.h 	__le32 buf_count;
buf_count         819 drivers/net/ethernet/pasemi/pasemi_mac.c 	unsigned int start, descr_count, buf_count, batch_limit;
buf_count         842 drivers/net/ethernet/pasemi/pasemi_mac.c 	buf_count = 0;
buf_count         847 drivers/net/ethernet/pasemi/pasemi_mac.c 	     i += buf_count) {
buf_count         859 drivers/net/ethernet/pasemi/pasemi_mac.c 			buf_count = 2;
buf_count         870 drivers/net/ethernet/pasemi/pasemi_mac.c 		buf_count = 2 + nr_frags;
buf_count         874 drivers/net/ethernet/pasemi/pasemi_mac.c 		if (buf_count & 1)
buf_count         875 drivers/net/ethernet/pasemi/pasemi_mac.c 			buf_count++;
buf_count         498 drivers/net/ethernet/sfc/siena_sriov.c static bool bad_buf_count(unsigned buf_count, unsigned max_entry_count)
buf_count         503 drivers/net/ethernet/sfc/siena_sriov.c 	return ((buf_count & (buf_count - 1)) || buf_count > max_buf_count);
buf_count         533 drivers/net/ethernet/sfc/siena_sriov.c 	unsigned buf_count = req->u.init_evq.buf_count;
buf_count         539 drivers/net/ethernet/sfc/siena_sriov.c 	    bad_buf_count(buf_count, EFX_MAX_VF_EVQ_SIZE)) {
buf_count         543 drivers/net/ethernet/sfc/siena_sriov.c 				  vf->pci_name, vf_evq, buf_count);
buf_count         547 drivers/net/ethernet/sfc/siena_sriov.c 	efx_siena_sriov_bufs(efx, buftbl, req->u.init_evq.addr, buf_count);
buf_count         556 drivers/net/ethernet/sfc/siena_sriov.c 			     FRF_AZ_EVQ_SIZE, __ffs(buf_count),
buf_count         562 drivers/net/ethernet/sfc/siena_sriov.c 		       buf_count * sizeof(u64));
buf_count         563 drivers/net/ethernet/sfc/siena_sriov.c 		vf->evq0_count = buf_count;
buf_count         575 drivers/net/ethernet/sfc/siena_sriov.c 	unsigned buf_count = req->u.init_rxq.buf_count;
buf_count         582 drivers/net/ethernet/sfc/siena_sriov.c 	    bad_buf_count(buf_count, EFX_MAX_DMAQ_SIZE)) {
buf_count         587 drivers/net/ethernet/sfc/siena_sriov.c 				  vf_evq, buf_count);
buf_count         592 drivers/net/ethernet/sfc/siena_sriov.c 	efx_siena_sriov_bufs(efx, buftbl, req->u.init_rxq.addr, buf_count);
buf_count         599 drivers/net/ethernet/sfc/siena_sriov.c 			     FRF_AZ_RX_DESCQ_SIZE, __ffs(buf_count),
buf_count         616 drivers/net/ethernet/sfc/siena_sriov.c 	unsigned buf_count = req->u.init_txq.buf_count;
buf_count         623 drivers/net/ethernet/sfc/siena_sriov.c 	    bad_buf_count(buf_count, EFX_MAX_DMAQ_SIZE)) {
buf_count         628 drivers/net/ethernet/sfc/siena_sriov.c 				  vf_evq, buf_count);
buf_count         636 drivers/net/ethernet/sfc/siena_sriov.c 	efx_siena_sriov_bufs(efx, buftbl, req->u.init_txq.addr, buf_count);
buf_count         648 drivers/net/ethernet/sfc/siena_sriov.c 			     FRF_AZ_TX_DESCQ_SIZE, __ffs(buf_count),
buf_count         170 drivers/net/ethernet/sfc/vfdi.h 			u32 buf_count;
buf_count         175 drivers/net/ethernet/sfc/vfdi.h 			u32 buf_count;
buf_count         185 drivers/net/ethernet/sfc/vfdi.h 			u32 buf_count;
buf_count         240 drivers/s390/net/qeth_core.h 		 ((card)->qdio.in_buf_pool.buf_count / 2)
buf_count         243 drivers/s390/net/qeth_core.h #define QETH_PCI_THRESHOLD_A(card) ((card)->qdio.in_buf_pool.buf_count+1)
buf_count         418 drivers/s390/net/qeth_core.h 	int buf_count;
buf_count         222 drivers/s390/net/qeth_core_main.c 	for (i = 0; i < card->qdio.init_pool.buf_count; ++i) {
buf_count         256 drivers/s390/net/qeth_core_main.c 	card->qdio.in_buf_pool.buf_count = bufcnt;
buf_count         257 drivers/s390/net/qeth_core_main.c 	card->qdio.init_pool.buf_count = bufcnt;
buf_count        1287 drivers/s390/net/qeth_core_main.c 		card->qdio.init_pool.buf_count = QETH_IN_BUF_COUNT_HSDEFAULT;
buf_count        1289 drivers/s390/net/qeth_core_main.c 		card->qdio.init_pool.buf_count = QETH_IN_BUF_COUNT_DEFAULT;
buf_count        1290 drivers/s390/net/qeth_core_main.c 	card->qdio.in_buf_pool.buf_count = card->qdio.init_pool.buf_count;
buf_count        2676 drivers/s390/net/qeth_core_main.c 	for (i = 0; i < card->qdio.in_buf_pool.buf_count - 1; i++) {
buf_count        2683 drivers/s390/net/qeth_core_main.c 		card->qdio.in_buf_pool.buf_count - 1;
buf_count        2685 drivers/s390/net/qeth_core_main.c 		     card->qdio.in_buf_pool.buf_count - 1);
buf_count        3132 drivers/s390/net/qeth_core_main.c 		card->qdio.in_buf_pool.buf_count -
buf_count        3134 drivers/s390/net/qeth_core_main.c 		card->qdio.in_buf_pool.buf_count -
buf_count        3161 drivers/s390/net/qeth_core_main.c 			if (i == card->qdio.in_buf_pool.buf_count) {
buf_count         268 drivers/s390/net/qeth_core_sys.c 	return sprintf(buf, "%i\n", card->qdio.in_buf_pool.buf_count);
buf_count         288 drivers/s390/net/qeth_core_sys.c 	old_cnt = card->qdio.in_buf_pool.buf_count;
buf_count         118 drivers/s390/net/qeth_ethtool.c 	param->rx_pending = card->qdio.in_buf_pool.buf_count;
buf_count         233 drivers/s390/net/qeth_l3_sys.c 			if (card->qdio.init_pool.buf_count !=
buf_count         208 drivers/tty/synclink_gt.c 	unsigned short buf_count;
buf_count        4834 drivers/tty/synclink_gt.c 			active_buf_count = info->tbufs[i].buf_count;
buf_count        4907 drivers/tty/synclink_gt.c 		d->buf_count = count;
buf_count        4917 drivers/tty/synclink_gt.c 	set_desc_count(*d, d->buf_count);
buf_count         203 drivers/usb/host/isp1362-hcd.c 	found = bitmap_find_next_zero_area(&epq->buf_map, epq->buf_count, 0,
buf_count         205 drivers/usb/host/isp1362-hcd.c 	if (found >= epq->buf_count)
buf_count         215 drivers/usb/host/isp1362-hcd.c 	BUG_ON(epq->buf_avail > epq->buf_count);
buf_count         220 drivers/usb/host/isp1362-hcd.c 	    epq->buf_avail, epq->buf_count, num_ptds, epq->buf_map, epq->skip_map);
buf_count         229 drivers/usb/host/isp1362-hcd.c 	if (last > epq->buf_count)
buf_count         232 drivers/usb/host/isp1362-hcd.c 		    ep->ptd_offset, ep->num_ptds, epq->buf_count, epq->buf_avail,
buf_count         234 drivers/usb/host/isp1362-hcd.c 	BUG_ON(last > epq->buf_count);
buf_count         241 drivers/usb/host/isp1362-hcd.c 	BUG_ON(epq->buf_avail > epq->buf_count);
buf_count         242 drivers/usb/host/isp1362-hcd.c 	BUG_ON(epq->ptd_count > epq->buf_count);
buf_count         246 drivers/usb/host/isp1362-hcd.c 	    ep->ptd_offset, ep->num_ptds, epq->buf_avail, epq->buf_count);
buf_count        2264 drivers/usb/host/isp1362-hcd.c 	isp1362_hcd->intl_queue.buf_count = ISP1362_INTL_BUFFERS;
buf_count        2266 drivers/usb/host/isp1362-hcd.c 	isp1362_hcd->intl_queue.buf_avail = isp1362_hcd->intl_queue.buf_count;
buf_count        2280 drivers/usb/host/isp1362-hcd.c 	isp1362_hcd->atl_queue.buf_count = atl_buffers;
buf_count        2282 drivers/usb/host/isp1362-hcd.c 	isp1362_hcd->atl_queue.buf_avail = isp1362_hcd->atl_queue.buf_count;
buf_count         422 drivers/usb/host/isp1362.h 	u8			buf_count;
buf_count          91 include/drm/drm_legacy.h 	int buf_count;			/**< number of buffers */
buf_count         107 include/drm/drm_legacy.h 	int buf_count;			/**< total number of buffers */