Searched refs:first_pass (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
D | book3s_64_mmu_hv.c | 1629 int first_pass; member 1656 int want_valid, int first_pass) in record_hpte() argument 1665 if (!first_pass && !dirty) in record_hpte() 1719 if (!(valid == want_valid && (first_pass || dirty))) in record_hpte() 1739 int first_pass; in kvm_htab_read() local 1747 first_pass = ctx->first_pass; in kvm_htab_read() 1766 if (!first_pass) { in kvm_htab_read() 1780 record_hpte(flags, hptp, hpte, revp, 1, first_pass)) { in kvm_htab_read() 1795 record_hpte(flags, hptp, hpte, revp, 0, first_pass)) { in kvm_htab_read() 1816 ctx->first_pass = 0; in kvm_htab_read() [all …]
|
/kernel/linux/linux-5.10/fs/afs/ |
D | fs_probe.c | 361 bool first_pass = true, set_timer = false; in afs_fs_probe_dispatcher() local 405 if (server && (first_pass || !need_resched())) { in afs_fs_probe_dispatcher() 407 first_pass = false; in afs_fs_probe_dispatcher()
|
/kernel/linux/linux-5.10/kernel/sched/ |
D | core_ctl.c | 709 bool first_pass = cluster->nr_not_preferred_cpus; in try_to_isolate() local 772 if (first_pass && !c->not_preferred) in try_to_isolate() 791 if (first_pass && cluster->active_cpus > cluster->max_cpus) { in try_to_isolate() 792 first_pass = false; in try_to_isolate()
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
D | sdhci-tegra.c | 850 bool first_pass = false; in tegra_sdhci_tap_correction() local 881 if (!first_pass) { in tegra_sdhci_tap_correction() 883 first_pass = true; in tegra_sdhci_tap_correction() 911 } else if (first_pass) { in tegra_sdhci_tap_correction()
|