Home
last modified time | relevance | path

Searched refs:flushing (Results 26 – 50 of 84) sorted by relevance

1234

/openbmc/linux/drivers/accessibility/speakup/
H A Dspeakup_dtlk.c209 if (speakup_info.flushing) { in do_catch_up()
210 speakup_info.flushing = 0; in do_catch_up()
H A Dspeakup_decpc.c394 if (speakup_info.flushing) { in do_catch_up()
395 speakup_info.flushing = 0; in do_catch_up()
H A Dspk_types.h221 int flushing; member
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dlog-writes.rst20 to make it easier to detect improper waiting/flushing.
39 Any REQ_FUA requests bypass this flushing mechanism and are logged as soon as
/openbmc/linux/Documentation/networking/devlink/
H A Dmlx5.rst145 Recover by flushing the tx queue and reset it.
148 Recover by flushing and re-creating all PTP channels.
178 Recover (if needed) by flushing the related queue and reset it.
/openbmc/linux/arch/arm/mm/
H A Dcache-v7.S104 bne start_flush_levels @ LoU != 0, start flushing
112 beq start_flush_levels @ start flushing cache levels
/openbmc/qemu/docs/
H A Dnvdimm.txt235 "mem-ctrl" - The platform supports flushing dirty data from the memory
238 "cpu" - The platform supports flushing dirty data from the CPU cache to
240 platform also supports flushing dirty data through the memory
/openbmc/linux/Documentation/arch/x86/
H A Dtlb.rst22 address space is obviously better performed by flushing the
/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dtxrx.c692 bool flushing[ATH6KL_VIF_MAX] = {false}; in ath6kl_tx_complete() local
763 flushing[if_idx] = true; in ath6kl_tx_complete()
780 flushing[if_idx] = false; in ath6kl_tx_complete()
801 !flushing[vif->fw_vif_idx]) { in ath6kl_tx_complete()
/openbmc/qemu/hw/audio/
H A Dtrace-events58 virtio_snd_pcm_stream_flush(uint32_t stream) "flushing stream %"PRIu32
/openbmc/linux/drivers/virtio/
H A DKconfig103 - with a virtio-based flushing interface.
/openbmc/u-boot/drivers/tpm/
H A DKconfig97 bool "Enable TPM resource flushing support"
/openbmc/linux/Documentation/gpu/
H A Ddrm-mm.rst321 flushing of various kinds. This core CPU<->GPU coherency management is
323 domain and performs any necessary flushing or synchronization to put the
327 any necessary flushing operations).
/openbmc/u-boot/doc/
H A DREADME.memory-test79 cache use (instruction fetching, cache flushing). So far I am not
/openbmc/linux/arch/sh/mm/
H A DKconfig240 unfortunately still require the majority of flushing functions to
/openbmc/linux/Documentation/virt/kvm/x86/
H A Dhypercalls.rst63 flushing TLB, release PT.
/openbmc/linux/arch/openrisc/
H A DKconfig85 Selecting 'N' here will allow the kernel to force flushing of data
/openbmc/linux/drivers/firewire/
H A Dohci.c123 bool flushing; member
1465 ctx->flushing = true; in at_context_flush()
1467 ctx->flushing = false; in at_context_flush()
1481 if (last->transfer_status == 0 && !context->flushing) in handle_at_packet()
1515 if (context->flushing) in handle_at_packet()
1537 if (context->flushing) { in handle_at_packet()
/openbmc/qemu/docs/system/i386/
H A Dhyperv.rst111 scheduled at the time of the call and may not require flushing (or, flushing
/openbmc/linux/Documentation/admin-guide/hw-vuln/
H A Dspectre.rst123 return instructions. This attack can be mitigated by flushing the return
290 and flushing the return stack buffer on VM exit. This prevents rogue
315 CPU hardware thread by flushing the return stack buffer on VM exit,
578 the branch target buffer is sanitized by flushing before switching
/openbmc/linux/Documentation/filesystems/
H A Dxfs-delayed-logging-design.rst452 concurrent modification. Hence flushing the logical changes to the log would
458 flushing thread has the delayed logging tracking lock already held, and is
912 1. Locking out new transaction commits while flushing the CIL
916 Looking at the transaction commit and CIL flushing interactions, it is clear
934 flushing the CIL could involve walking a list of tens of thousands of log
940 It should also be noted that CIL flushing is also a relatively rare operation
/openbmc/qemu/docs/devel/
H A Dtcg.rst178 In order to avoid flushing the translated code each time the MMU
/openbmc/linux/Documentation/admin-guide/
H A Diostats.rst131 Field 17 -- # of milliseconds spent flushing
/openbmc/linux/drivers/infiniband/hw/mlx4/
H A Dmlx4_ib.h507 int flushing; /* flushing the work queue */ member
/openbmc/linux/net/sched/
H A Dcls_api.c691 chain->flushing = false; in __tcf_chain_put()
734 chain->flushing = true; in tcf_chain_flush()
1828 if (chain->flushing) in tcf_chain_tp_insert()
2241 if (chain->flushing) { in tc_new_tfilter()

1234