Home
last modified time | relevance | path

Searched refs:scrub_flags (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/acpi/nfit/
Dnfit.h209 enum scrub_flags { enum
237 unsigned long scrub_flags; member
Dcore.c1331 busy = test_bit(ARS_BUSY, &acpi_desc->scrub_flags) in scrub_show()
1332 && !test_bit(ARS_CANCEL, &acpi_desc->scrub_flags); in scrub_show()
1336 &acpi_desc->scrub_flags)) { in scrub_show()
2689 set_bit(ARS_VALID, &acpi_desc->scrub_flags); in ars_start()
2788 if (!test_and_clear_bit(ARS_VALID, &acpi_desc->scrub_flags)) { in ars_status_process_records()
3136 if (test_bit(ARS_CANCEL, &acpi_desc->scrub_flags)) in __acpi_nfit_scrub()
3210 set_bit(ARS_BUSY, &acpi_desc->scrub_flags); in __sched_ars()
3226 clear_bit(ARS_BUSY, &acpi_desc->scrub_flags); in notify_ars_done()
3247 clear_bit(ARS_POLL, &acpi_desc->scrub_flags); in acpi_nfit_scrub()
3282 set_bit(ARS_VALID, &acpi_desc->scrub_flags); in acpi_nfit_register_regions()
[all …]