Searched refs:first_pass (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/fs/xfs/ |
D | xfs_filestream.c | 69 bool first_pass = true; in xfs_filestream_pick_ag() local 131 if (first_pass) { in xfs_filestream_pick_ag() 132 first_pass = false; in xfs_filestream_pick_ag()
|
/linux-6.12.1/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-6.12.1/arch/powerpc/kvm/ |
D | book3s_64_mmu_hv.c | 1615 int first_pass; member 1642 int want_valid, int first_pass) in record_hpte() argument 1651 if (!first_pass && !dirty) in record_hpte() 1705 if (!(valid == want_valid && (first_pass || dirty))) in record_hpte() 1725 int first_pass; in kvm_htab_read() local 1733 first_pass = ctx->first_pass; in kvm_htab_read() 1752 if (!first_pass) { in kvm_htab_read() 1766 record_hpte(flags, hptp, hpte, revp, 1, first_pass)) { in kvm_htab_read() 1781 record_hpte(flags, hptp, hpte, revp, 0, first_pass)) { in kvm_htab_read() 1802 ctx->first_pass = 0; in kvm_htab_read() [all …]
|
/linux-6.12.1/fs/afs/ |
D | fs_probe.c | 412 bool first_pass = true, set_timer = false; in afs_fs_probe_dispatcher() local 459 if (server && (first_pass || !need_resched())) { in afs_fs_probe_dispatcher() 461 first_pass = false; in afs_fs_probe_dispatcher()
|
/linux-6.12.1/drivers/acpi/ |
D | scan.c | 2119 static acpi_status acpi_bus_check_add(acpi_handle handle, bool first_pass, in acpi_bus_check_add() argument 2137 if (first_pass) { in acpi_bus_check_add() 2181 acpi_add_single_object(&device, handle, type, !first_pass); in acpi_bus_check_add() 2273 static int acpi_bus_attach(struct acpi_device *device, void *first_pass) in acpi_bus_attach() argument 2275 bool skip = !first_pass && device->flags.visited; in acpi_bus_attach() 2329 acpi_dev_for_each_child(device, acpi_bus_attach, first_pass); in acpi_bus_attach()
|
/linux-6.12.1/drivers/mmc/host/ |
D | sdhci-tegra.c | 865 bool first_pass = false; in tegra_sdhci_tap_correction() local 896 if (!first_pass) { in tegra_sdhci_tap_correction() 898 first_pass = true; in tegra_sdhci_tap_correction() 926 } else if (first_pass) { in tegra_sdhci_tap_correction()
|