Searched refs:first_pass (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/arch/powerpc/kernel/ |
| D | rtasd.c | 424 static int first_pass = 1; variable 439 if (first_pass) { in rtas_event_scan() 440 first_pass = 0; in rtas_event_scan()
|
| /Linux-v5.15/arch/powerpc/kvm/ |
| D | book3s_64_mmu_hv.c | 1604 int first_pass; member 1631 int want_valid, int first_pass) in record_hpte() argument 1640 if (!first_pass && !dirty) in record_hpte() 1694 if (!(valid == want_valid && (first_pass || dirty))) in record_hpte() 1714 int first_pass; in kvm_htab_read() local 1722 first_pass = ctx->first_pass; in kvm_htab_read() 1741 if (!first_pass) { in kvm_htab_read() 1755 record_hpte(flags, hptp, hpte, revp, 1, first_pass)) { in kvm_htab_read() 1770 record_hpte(flags, hptp, hpte, revp, 0, first_pass)) { in kvm_htab_read() 1791 ctx->first_pass = 0; in kvm_htab_read() [all …]
|
| /Linux-v5.15/fs/afs/ |
| D | fs_probe.c | 367 bool first_pass = true, set_timer = false; in afs_fs_probe_dispatcher() local 411 if (server && (first_pass || !need_resched())) { in afs_fs_probe_dispatcher() 413 first_pass = false; in afs_fs_probe_dispatcher()
|
| /Linux-v5.15/drivers/mmc/host/ |
| D | sdhci-tegra.c | 843 bool first_pass = false; in tegra_sdhci_tap_correction() local 874 if (!first_pass) { in tegra_sdhci_tap_correction() 876 first_pass = true; in tegra_sdhci_tap_correction() 904 } else if (first_pass) { in tegra_sdhci_tap_correction()
|
| /Linux-v5.15/drivers/acpi/ |
| D | scan.c | 2139 static void acpi_bus_attach(struct acpi_device *device, bool first_pass) in acpi_bus_attach() argument 2142 bool skip = !first_pass && device->flags.visited; in acpi_bus_attach() 2195 acpi_bus_attach(child, first_pass); in acpi_bus_attach()
|