Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_filestream.c69 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/arch/powerpc/kernel/
H A Drtasd.c426 static int first_pass = 1; variable
441 if (first_pass) { in rtas_event_scan()
442 first_pass = 0; in rtas_event_scan()
/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_arena_large.c190 __noinline int alloc_pages(int page_cnt, int pages_atonce, bool first_pass, in alloc_pages()
202 if (first_pass) { in alloc_pages()
177 alloc_pages(int page_cnt,int pages_atonce,bool first_pass,int max_idx,int step) alloc_pages() argument
/linux/arch/powerpc/kvm/
H A Dbook3s_64_mmu_hv.c1598 int first_pass; member
1625 int want_valid, int first_pass) in record_hpte() argument
1634 if (!first_pass && !dirty) in record_hpte()
1688 if (!(valid == want_valid && (first_pass || dirty))) in record_hpte()
1708 int first_pass; in kvm_htab_read() local
1716 first_pass = ctx->first_pass; in kvm_htab_read()
1735 if (!first_pass) { in kvm_htab_read()
1749 record_hpte(flags, hptp, hpte, revp, 1, first_pass)) { in kvm_htab_read()
1764 record_hpte(flags, hptp, hpte, revp, 0, first_pass)) { in kvm_htab_read()
1785 ctx->first_pass = 0; in kvm_htab_read()
[all …]
/linux/fs/afs/
H A Dfs_probe.c424 bool first_pass = true, set_timer = false; in afs_fs_probe_dispatcher() local
471 if (server && (first_pass || !need_resched())) { in afs_fs_probe_dispatcher()
473 first_pass = false; in afs_fs_probe_dispatcher()
/linux/drivers/acpi/
H A Dscan.c2108 static acpi_status acpi_bus_check_add(acpi_handle handle, bool first_pass, in acpi_bus_check_add() argument
2126 if (first_pass) { in acpi_bus_check_add()
2170 acpi_add_single_object(&device, handle, type, !first_pass); in acpi_bus_check_add()
2291 static int acpi_bus_attach(struct acpi_device *device, void *first_pass) in acpi_bus_attach() argument
2293 bool skip = !first_pass && device->flags.visited; in acpi_bus_attach()
2348 acpi_dev_for_each_child(device, acpi_bus_attach, first_pass); in acpi_bus_attach()