Searched refs:first_pass (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_filestream.c | 69 bool first_pass = true; in xfs_filestream_pick_ag() local 133 if (first_pass) { in xfs_filestream_pick_ag() 134 first_pass = false; in xfs_filestream_pick_ag()
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A 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.3-rc2/arch/powerpc/kvm/ |
A D | book3s_64_mmu_hv.c | 1612 int first_pass; member 1639 int want_valid, int first_pass) in record_hpte() argument 1648 if (!first_pass && !dirty) in record_hpte() 1702 if (!(valid == want_valid && (first_pass || dirty))) in record_hpte() 1722 int first_pass; in kvm_htab_read() local 1730 first_pass = ctx->first_pass; in kvm_htab_read() 1749 if (!first_pass) { in kvm_htab_read() 1763 record_hpte(flags, hptp, hpte, revp, 1, first_pass)) { in kvm_htab_read() 1778 record_hpte(flags, hptp, hpte, revp, 0, first_pass)) { in kvm_htab_read() 1799 ctx->first_pass = 0; in kvm_htab_read() [all …]
|
/linux-6.3-rc2/fs/afs/ |
A D | fs_probe.c | 367 bool first_pass = true, set_timer = false; in afs_fs_probe_dispatcher() local 414 if (server && (first_pass || !need_resched())) { in afs_fs_probe_dispatcher() 416 first_pass = false; in afs_fs_probe_dispatcher()
|
/linux-6.3-rc2/drivers/mmc/host/ |
A D | sdhci-tegra.c | 866 bool first_pass = false; in tegra_sdhci_tap_correction() local 897 if (!first_pass) { in tegra_sdhci_tap_correction() 899 first_pass = true; in tegra_sdhci_tap_correction() 927 } else if (first_pass) { in tegra_sdhci_tap_correction()
|
/linux-6.3-rc2/drivers/acpi/ |
A D | scan.c | 2174 static int acpi_bus_attach(struct acpi_device *device, void *first_pass) in acpi_bus_attach() argument 2176 bool skip = !first_pass && device->flags.visited; in acpi_bus_attach() 2228 acpi_dev_for_each_child(device, acpi_bus_attach, first_pass); in acpi_bus_attach()
|
Completed in 17 milliseconds