Searched refs:scrub_flags (Results 1 – 2 of 2) sorted by relevance
234 enum scrub_flags { enum262 unsigned long scrub_flags; member
1339 busy = test_bit(ARS_BUSY, &acpi_desc->scrub_flags) in scrub_show()1340 && !test_bit(ARS_CANCEL, &acpi_desc->scrub_flags); in scrub_show()1344 &acpi_desc->scrub_flags)) { in scrub_show()2746 set_bit(ARS_VALID, &acpi_desc->scrub_flags); in ars_start()2845 if (!test_and_clear_bit(ARS_VALID, &acpi_desc->scrub_flags)) { in ars_status_process_records()3191 if (test_bit(ARS_CANCEL, &acpi_desc->scrub_flags)) in __acpi_nfit_scrub()3265 set_bit(ARS_BUSY, &acpi_desc->scrub_flags); in __sched_ars()3281 clear_bit(ARS_BUSY, &acpi_desc->scrub_flags); in notify_ars_done()3302 clear_bit(ARS_POLL, &acpi_desc->scrub_flags); in acpi_nfit_scrub()3337 set_bit(ARS_VALID, &acpi_desc->scrub_flags); in acpi_nfit_register_regions()[all …]