Home
last modified time | relevance | path

Searched full:clearing (Results 1 – 25 of 1206) sorted by relevance

12345678910>>...49

/Linux-v6.6/block/
Ddisk-events.c18 unsigned int clearing; /* events being cleared */ member
159 ev->clearing |= mask; in disk_flush_events()
188 unsigned int clearing = *clearing_ptr; in disk_check_events() local
193 events = disk->fops->check_events(disk, clearing); in disk_check_events()
200 *clearing_ptr &= ~clearing; in disk_check_events()
231 unsigned int clearing = mask; in disk_clear_events() local
239 * store the union of mask and ev->clearing on the stack so that the in disk_clear_events()
240 * race with disk_flush_events does not cause ambiguity (ev->clearing in disk_clear_events()
244 clearing |= ev->clearing; in disk_clear_events()
245 ev->clearing = 0; in disk_clear_events()
[all …]
/Linux-v6.6/Documentation/arch/x86/
Dmds.rst81 clearing. Either the modified VERW instruction or via the L1D Flush
94 The kernel provides a function to invoke the buffer clearing:
163 sibling threads are offline CPU buffer clearing is not required.
165 The idle clearing is enabled on CPUs which are only affected by MSBDS
169 idle clearing would be a window dressing exercise and is therefore not
/Linux-v6.6/Documentation/devicetree/bindings/powerpc/opal/
Dsensor-groups.txt17 operations like clearing the min/max history of all
26 sensor groups like clearing min/max, enabling/disabling sensor
/Linux-v6.6/drivers/net/wwan/iosm/
Diosm_ipc_pm.c99 /* Complete all memory stores before clearing bit */ in ipc_pm_wait_for_device_active()
107 /* Complete all memory stores after clearing bit */ in ipc_pm_wait_for_device_active()
319 /* Complete all memory stores before clearing bit */ in ipc_pm_init()
324 /* Complete all memory stores after clearing bit */ in ipc_pm_init()
/Linux-v6.6/drivers/net/ipa/
Dipa_interrupt.c61 * away, "to avoid clearing unhandled interrupts." in ipa_interrupt_process()
68 /* Clearing the SUSPEND_TX interrupt also clears the in ipa_interrupt_process()
70 * caused the interrupt, so defer clearing until after in ipa_interrupt_process()
120 dev_dbg(dev, "clearing disabled IPA interrupts 0x%08x\n", in ipa_isr_thread()
/Linux-v6.6/fs/btrfs/
Dfs.c46 "clearing incompat feature flag for %s (0x%llx)", in __btrfs_clear_fs_incompat()
92 "clearing compat-ro feature flag for %s (0x%llx)", in __btrfs_clear_fs_compat_ro()
Dextent-io-tree.h35 * a new delalloc range, use this flag when clearing a new delalloc
42 * Set during truncate when we're clearing an entire range and we just
/Linux-v6.6/Documentation/mm/
Dmmu_notifier.rst4 When clearing a pte/pmd we are given a choice to notify the event through
11 those secondary TLB while holding page table lock when clearing a pte/pmd:
27 If clearing the page table entry is not followed by a notify before setting
/Linux-v6.6/arch/arm/mach-berlin/
Dplatsmp.c20 * There are two reset registers, one with self-clearing (SC)
21 * reset and one with non-self-clearing reset (NON_SC).
/Linux-v6.6/Documentation/devicetree/bindings/gpio/
Dgpio-mmio.yaml57 will turn that line into an output line. Conversely, clearing a bit
61 will turn that line into an input line. Conversely, clearing a bit
/Linux-v6.6/arch/riscv/kvm/
Dmain.c57 * After clearing the hideleg CSR, the host kernel will receive in kvm_arch_hardware_disable()
60 * hvip CSR and vsie CSR must be cleared before clearing hideleg CSR. in kvm_arch_hardware_disable()
/Linux-v6.6/include/uapi/linux/
Ddm-log-userspace.h88 * dm_ulog_request to the kernel - setting the 'error' field and clearing
220 * dm_ulog_request to the kernel - setting the 'error' field and clearing
239 * dm_ulog_request to the kernel - setting the 'error' field and clearing
258 * dm_ulog_request to the kernel - setting the 'error' field and clearing
295 * dm_ulog_request to the kernel - setting the 'error' field and clearing
/Linux-v6.6/drivers/net/ethernet/qualcomm/emac/
Demac-sgmii.c115 /* After set the IRQ_GLOBAL_CLEAR bit, the status clearing must in emac_sgmii_irq_clear()
116 * be confirmed before clearing the bits in other registers. in emac_sgmii_irq_clear()
128 /* Finalize clearing procedure */ in emac_sgmii_irq_clear()
132 /* Ensure that clearing procedure finalization is written to HW */ in emac_sgmii_irq_clear()
/Linux-v6.6/fs/xfs/scrub/
Dbitmap.c81 /* overlaps with the entire clearing range */
95 /* overlaps with the left side of the clearing range */
100 /* overlaps with the right side of the clearing range */
106 /* in the middle of the clearing range */
/Linux-v6.6/arch/x86/lib/
Dclear_page_64.S117 * so we can just go to the tail clearing to
120 * The unrolled case might end up clearing
/Linux-v6.6/include/linux/
Drmap.h38 * the reference is responsible for clearing up the
311 * Conceptually, PageAnonExclusive clearing consists of: in page_try_share_anon_rmap()
317 * When clearing PageAnonExclusive, we cannot possibly map the page in page_try_share_anon_rmap()
338 * Consequently, when clearing PageAnonExclusive(), we have to make in page_try_share_anon_rmap()
344 * clearing/invalidating the PTE (A1) and before restoring the PTE (A4), in page_try_share_anon_rmap()
/Linux-v6.6/Documentation/admin-guide/hw-vuln/
Dmds.rst109 - The processor is vulnerable and the CPU buffer clearing mitigation is
153 CPU buffer clearing
255 for the MDS vulnerability, CPU buffer clearing on exit to
306 - Enable CPU buffer clearing
/Linux-v6.6/arch/mips/pci/
Dpci-ip32.c71 printk("MACEPCI: Signaled target abort (clearing)\n"); in macepci_error()
75 printk("MACEPCI: Interrupt test triggered (clearing)\n"); in macepci_error()
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-class-watchdog117 Clearing the boot code selection and timeout counter also
120 clearing those bits does nothing for both versions of the SoC.
/Linux-v6.6/drivers/net/phy/
Dqsemi.c78 /* The Interrupt Source register is not self-clearing, bits 4 and 5 are in qs6612_ack_interrupt()
138 /* the interrupt source register is not self-clearing */ in qs6612_handle_interrupt()
/Linux-v6.6/drivers/rtc/
Drtc-fsl-ftm-alarm.c90 * the TOF bit, the process of clearing the TOF bit in ftm_irq_acknowledge()
99 * In one word: software clearing TOF bit not works when in ftm_irq_acknowledge()
103 * The workaround is clearing TOF bit until it works in ftm_irq_acknowledge()
/Linux-v6.6/Documentation/admin-guide/
Dclearing-warn-once.rst1 Clearing WARN_ONCE
/Linux-v6.6/kernel/trace/
Dtrace_recursion_record.c37 /* nr_records is -1 when clearing records */ in ftrace_record_recursion()
91 * It's still possible that we could race with the clearing in ftrace_record_recursion()
/Linux-v6.6/arch/microblaze/kernel/
Dsetup.c111 /* Move ROMFS out of BSS before clearing it */ in machine_early_init()
118 /* clearing bss section */ in machine_early_init()
/Linux-v6.6/drivers/irqchip/
Dirq-aspeed-scu-ic.c95 * operation from clearing the status bits, they should be under the in aspeed_scu_ic_irq_mask()
110 * operation from clearing the status bits, they should be under the in aspeed_scu_ic_irq_unmask()

12345678910>>...49