Searched refs:first_pass (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_filestream.c69 bool first_pass = true; local
132 if (first_pass) {
133 first_pass = false;
/linux-master/arch/powerpc/kernel/
H A Drtasd.c424 static int first_pass = 1; variable
439 if (first_pass) {
440 first_pass = 0;
/linux-master/arch/powerpc/kvm/
H A Dbook3s_64_mmu_hv.c1627 int first_pass; member in struct:kvm_htab_ctx
1654 int want_valid, int first_pass)
1663 if (!first_pass && !dirty)
1717 if (!(valid == want_valid && (first_pass || dirty)))
1737 int first_pass; local
1745 first_pass = ctx->first_pass;
1764 if (!first_pass) {
1778 record_hpte(flags, hptp, hpte, revp, 1, first_pass)) {
1793 record_hpte(flags, hptp, hpte, revp, 0, first_pass)) {
1652 record_hpte(unsigned long flags, __be64 *hptp, unsigned long *hpte, struct revmap_entry *revp, int want_valid, int first_pass) argument
[all...]
/linux-master/fs/afs/
H A Dfs_probe.c412 bool first_pass = true, set_timer = false; local
459 if (server && (first_pass || !need_resched())) {
461 first_pass = false;
/linux-master/drivers/acpi/
H A Dscan.c2095 static acpi_status acpi_bus_check_add(acpi_handle handle, bool first_pass, argument
2113 if (first_pass) {
2154 * If first_pass is true at this point, the device has no dependencies,
2157 acpi_add_single_object(&device, handle, type, !first_pass);
2249 static int acpi_bus_attach(struct acpi_device *device, void *first_pass) argument
2251 bool skip = !first_pass && device->flags.visited;
2303 acpi_dev_for_each_child(device, acpi_bus_attach, first_pass);
/linux-master/drivers/mmc/host/
H A Dsdhci-tegra.c865 bool first_pass = false; local
896 if (!first_pass) {
898 first_pass = true;
926 } else if (first_pass) {

Completed in 185 milliseconds