write_count        81 drivers/char/ipmi/ipmi_bt_sm.c 	int		write_count;
write_count       230 drivers/char/ipmi/ipmi_bt_sm.c 	bt->write_count = size + 2;
write_count       321 drivers/char/ipmi/ipmi_bt_sm.c 			bt->write_count, bt->seq);
write_count       322 drivers/char/ipmi/ipmi_bt_sm.c 		for (i = 0; i < bt->write_count; i++)
write_count       326 drivers/char/ipmi/ipmi_bt_sm.c 	for (i = 0; i < bt->write_count; i++)
write_count       111 drivers/char/ipmi/ipmi_kcs_sm.c 	int              write_count;
write_count       129 drivers/char/ipmi/ipmi_kcs_sm.c 	kcs->write_count = 0;
write_count       182 drivers/char/ipmi/ipmi_kcs_sm.c 	(kcs->write_count)--;
write_count       252 drivers/char/ipmi/ipmi_kcs_sm.c 	kcs->write_count = kcs->orig_write_count;
write_count       282 drivers/char/ipmi/ipmi_kcs_sm.c 	kcs->write_count = size;
write_count       373 drivers/char/ipmi/ipmi_kcs_sm.c 		if (kcs->write_count == 1) {
write_count       389 drivers/char/ipmi/ipmi_kcs_sm.c 		if (kcs->write_count == 1) {
write_count        93 drivers/char/ipmi/ipmi_smic_sm.c 	int		 write_count;
write_count       108 drivers/char/ipmi/ipmi_smic_sm.c 	smic->write_count = 0;
write_count       140 drivers/char/ipmi/ipmi_smic_sm.c 	smic->write_count = size;
write_count       218 drivers/char/ipmi/ipmi_smic_sm.c 		smic->write_count = smic->orig_write_count;
write_count       230 drivers/char/ipmi/ipmi_smic_sm.c 	(smic->write_count)--;
write_count       392 drivers/char/ipmi/ipmi_smic_sm.c 			if (smic->write_count == 1) {
write_count       415 drivers/char/ipmi/ipmi_smic_sm.c 			if (smic->write_count == 1) {
write_count        83 drivers/clocksource/sh_cmt.c 	void (*write_count)(void __iomem *base, unsigned long offs, u32 value);
write_count       183 drivers/clocksource/sh_cmt.c 		.write_count = sh_cmt_write16,
write_count       193 drivers/clocksource/sh_cmt.c 		.write_count = sh_cmt_write32,
write_count       204 drivers/clocksource/sh_cmt.c 		.write_count = sh_cmt_write32,
write_count       215 drivers/clocksource/sh_cmt.c 		.write_count = sh_cmt_write32,
write_count       226 drivers/clocksource/sh_cmt.c 		.write_count = sh_cmt_write32,
write_count       267 drivers/clocksource/sh_cmt.c 	ch->cmt->info->write_count(ch->ioctrl, CMCNT, value);
write_count       272 drivers/clocksource/sh_cmt.c 	ch->cmt->info->write_count(ch->ioctrl, CMCOR, value);
write_count        42 drivers/gpu/drm/amd/amdgpu/amdgpu_vf_error.c 	index = adev->virt.vf_errors.write_count % AMDGPU_VF_ERROR_ENTRY_SIZE;
write_count        46 drivers/gpu/drm/amd/amdgpu/amdgpu_vf_error.c 	adev->virt.vf_errors.write_count ++;
write_count        71 drivers/gpu/drm/amd/amdgpu/amdgpu_vf_error.c 	if (adev->virt.vf_errors.write_count - adev->virt.vf_errors.read_count > AMDGPU_VF_ERROR_ENTRY_SIZE) {
write_count        72 drivers/gpu/drm/amd/amdgpu/amdgpu_vf_error.c 		adev->virt.vf_errors.read_count = adev->virt.vf_errors.write_count - AMDGPU_VF_ERROR_ENTRY_SIZE;
write_count        75 drivers/gpu/drm/amd/amdgpu/amdgpu_vf_error.c 	while (adev->virt.vf_errors.read_count < adev->virt.vf_errors.write_count) {
write_count        45 drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h 	int write_count;
write_count        52 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_trace.h 	TP_PROTO(unsigned long *write_count, uint32_t reg, uint32_t value),
write_count        53 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_trace.h 	TP_ARGS(write_count, reg, value),
write_count        61 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_trace.h 			*write_count = *write_count + 1;
write_count        70 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_trace.h 	TP_PROTO(unsigned long read_count, unsigned long write_count,
write_count        73 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_trace.h 	TP_ARGS(read_count, write_count, last_read, last_write, func, line),
write_count        84 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_trace.h 			__entry->writes = write_count;
write_count        86 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_trace.h 			__entry->write_delta = write_count - *last_write;
write_count        90 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_trace.h 			*last_write = write_count;
write_count        78 drivers/gpu/drm/amd/display/dc/dc_types.h 	unsigned long write_count;
write_count        83 drivers/gpu/drm/amd/display/dc/dm_services.h 	trace_amdgpu_dc_wreg(&ctx->perf_trace->write_count, address, value);
write_count       350 drivers/gpu/drm/amd/display/dc/dm_services.h 		CTX->perf_trace->write_count, &CTX->perf_trace->last_entry_read,\
write_count       353 drivers/gpu/drm/amd/display/dc/dm_services.h 		__CTX->perf_trace->write_count, &__CTX->perf_trace->last_entry_read,\
write_count      1052 drivers/media/common/siano/smscoreapi.h 	u32	write_count; /* number of bytes to write */
write_count       940 drivers/misc/mic/scif/scif_api.c 	int curr_xfer_len = 0, sent_len = 0, write_count;
write_count       949 drivers/misc/mic/scif/scif_api.c 		write_count = scif_rb_space(&qp->outbound_q);
write_count       950 drivers/misc/mic/scif/scif_api.c 		if (write_count) {
write_count       952 drivers/misc/mic/scif/scif_api.c 			curr_xfer_len = min(len - sent_len, write_count);
write_count      2313 drivers/net/ethernet/sfc/ef10.c 	write_ptr = tx_queue->write_count & tx_queue->ptr_mask;
write_count      2509 drivers/net/ethernet/sfc/ef10.c 	tx_queue->write_count = 1;
write_count      2564 drivers/net/ethernet/sfc/ef10.c 	write_ptr = tx_queue->write_count & tx_queue->ptr_mask;
write_count      2591 drivers/net/ethernet/sfc/ef10.c 	unsigned int old_write_count = tx_queue->write_count;
write_count      2597 drivers/net/ethernet/sfc/ef10.c 	if (unlikely(tx_queue->write_count == tx_queue->insert_count))
write_count      2601 drivers/net/ethernet/sfc/ef10.c 		write_ptr = tx_queue->write_count & tx_queue->ptr_mask;
write_count      2604 drivers/net/ethernet/sfc/ef10.c 		++tx_queue->write_count;
write_count      2611 drivers/net/ethernet/sfc/ef10.c 				tx_queue->packet_write_count = tx_queue->write_count;
write_count      2613 drivers/net/ethernet/sfc/ef10.c 			tx_queue->packet_write_count = tx_queue->write_count;
write_count      2622 drivers/net/ethernet/sfc/ef10.c 	} while (tx_queue->write_count != tx_queue->insert_count);
write_count      3174 drivers/net/ethernet/sfc/ef10.c 	unsigned int write_count;
write_count      3178 drivers/net/ethernet/sfc/ef10.c 	write_count = rx_queue->added_count & ~7;
write_count      3179 drivers/net/ethernet/sfc/ef10.c 	if (rx_queue->notified_count == write_count)
write_count      3186 drivers/net/ethernet/sfc/ef10.c 	while (++rx_queue->notified_count != write_count);
write_count      3190 drivers/net/ethernet/sfc/ef10.c 			     write_count & rx_queue->ptr_mask);
write_count       277 drivers/net/ethernet/sfc/falcon/farch.c 	write_ptr = tx_queue->write_count & tx_queue->ptr_mask;
write_count       293 drivers/net/ethernet/sfc/falcon/farch.c 	write_ptr = tx_queue->write_count & tx_queue->ptr_mask;
write_count       311 drivers/net/ethernet/sfc/falcon/farch.c 	unsigned old_write_count = tx_queue->write_count;
write_count       314 drivers/net/ethernet/sfc/falcon/farch.c 	if (unlikely(tx_queue->write_count == tx_queue->insert_count))
write_count       318 drivers/net/ethernet/sfc/falcon/farch.c 		write_ptr = tx_queue->write_count & tx_queue->ptr_mask;
write_count       321 drivers/net/ethernet/sfc/falcon/farch.c 		++tx_queue->write_count;
write_count       333 drivers/net/ethernet/sfc/falcon/farch.c 	} while (tx_queue->write_count != tx_queue->insert_count);
write_count       237 drivers/net/ethernet/sfc/falcon/net_driver.h 	unsigned int write_count;
write_count        81 drivers/net/ethernet/sfc/falcon/nic.h 					 unsigned int write_count)
write_count        88 drivers/net/ethernet/sfc/falcon/nic.h 	return ((empty_read_count ^ write_count) & ~EF4_EMPTY_COUNT_VALID) == 0;
write_count       100 drivers/net/ethernet/sfc/falcon/nic.h 					    unsigned int write_count)
write_count       102 drivers/net/ethernet/sfc/falcon/nic.h 	bool was_empty = __ef4_nic_tx_is_empty(tx_queue, write_count);
write_count       105 drivers/net/ethernet/sfc/falcon/nic.h 	return was_empty && tx_queue->write_count - write_count == 1;
write_count       273 drivers/net/ethernet/sfc/falcon/tx.c 	while (tx_queue->insert_count != tx_queue->write_count) {
write_count       524 drivers/net/ethernet/sfc/falcon/tx.c 		tx_queue->old_write_count = READ_ONCE(tx_queue->write_count);
write_count       590 drivers/net/ethernet/sfc/falcon/tx.c 	tx_queue->write_count = 0;
write_count       617 drivers/net/ethernet/sfc/falcon/tx.c 	while (tx_queue->read_count != tx_queue->write_count) {
write_count       286 drivers/net/ethernet/sfc/farch.c 	write_ptr = tx_queue->write_count & tx_queue->ptr_mask;
write_count       302 drivers/net/ethernet/sfc/farch.c 	write_ptr = tx_queue->write_count & tx_queue->ptr_mask;
write_count       320 drivers/net/ethernet/sfc/farch.c 	unsigned old_write_count = tx_queue->write_count;
write_count       323 drivers/net/ethernet/sfc/farch.c 	if (unlikely(tx_queue->write_count == tx_queue->insert_count))
write_count       327 drivers/net/ethernet/sfc/farch.c 		write_ptr = tx_queue->write_count & tx_queue->ptr_mask;
write_count       330 drivers/net/ethernet/sfc/farch.c 		++tx_queue->write_count;
write_count       342 drivers/net/ethernet/sfc/farch.c 	} while (tx_queue->write_count != tx_queue->insert_count);
write_count       269 drivers/net/ethernet/sfc/net_driver.h 	unsigned int write_count;
write_count        79 drivers/net/ethernet/sfc/nic.h 					 unsigned int write_count)
write_count        86 drivers/net/ethernet/sfc/nic.h 	return ((empty_read_count ^ write_count) & ~EFX_EMPTY_COUNT_VALID) == 0;
write_count       123 drivers/net/ethernet/sfc/nic.h 					    unsigned int write_count)
write_count       125 drivers/net/ethernet/sfc/nic.h 	bool was_empty = __efx_nic_tx_is_empty(tx_queue, write_count);
write_count       128 drivers/net/ethernet/sfc/nic.h 	return was_empty && tx_queue->write_count - write_count == 1;
write_count       781 drivers/net/ethernet/sfc/tx.c 		tx_queue->old_write_count = READ_ONCE(tx_queue->write_count);
write_count       847 drivers/net/ethernet/sfc/tx.c 	tx_queue->write_count = 0;
write_count       882 drivers/net/ethernet/sfc/tx.c 	while (tx_queue->read_count != tx_queue->write_count) {
write_count       378 drivers/net/ethernet/sfc/tx_tso.c 	EFX_WARN_ON_ONCE_PARANOID(tx_queue->write_count != tx_queue->insert_count);
write_count       987 drivers/net/fddi/defxx.h 	PI_UINT32		write_count;
write_count       128 fs/hfsplus/hfsplus_raw.h 	__be32 write_count;
write_count       548 fs/hfsplus/super.c 		be32_add_cpu(&vhdr->write_count, 1);
write_count        32 fs/iomap/buffered-io.c 	atomic_set(&iop->write_count, 0);
write_count        53 fs/iomap/buffered-io.c 	WARN_ON_ONCE(atomic_read(&iop->write_count));
write_count      2046 fs/nfs/flexfilelayout/flexfilelayout.c 	p = xdr_encode_hyper(p, devinfo->write_count);
write_count      2441 fs/nfs/flexfilelayout/flexfilelayout.c 		devinfo->write_count = mirror->write_stat.io_stat.ops_completed;
write_count       227 fs/nfs/nfs42xdr.c 	p = xdr_encode_hyper(p, devinfo->write_count);
write_count        72 fs/xfs/xfs_aops.c 	ASSERT(!iop || atomic_read(&iop->write_count) > 0);
write_count        74 fs/xfs/xfs_aops.c 	if (!iop || atomic_dec_and_test(&iop->write_count))
write_count       790 fs/xfs/xfs_aops.c 		atomic_inc(&iop->write_count);
write_count       881 fs/xfs/xfs_aops.c 	ASSERT(!iop || atomic_read(&iop->write_count) == 0);
write_count       141 include/linux/iomap.h 	atomic_t		write_count;
write_count       359 include/linux/nfs_xdr.h 	__u64 write_count;
write_count        26 samples/bpf/ibumad_kern.c struct bpf_map_def SEC("maps") write_count = {
write_count       125 samples/bpf/ibumad_kern.c 	val = bpf_map_lookup_elem(&write_count, &class);
write_count       127 samples/bpf/ibumad_kern.c 		bpf_map_update_elem(&write_count, &class, &zero, BPF_NOEXIST);
write_count       128 samples/bpf/ibumad_kern.c 		val = bpf_map_lookup_elem(&write_count, &class);