Home
last modified time | relevance | path

Searched refs:DRIVER_FLAGS_BUSY (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/
H A Dimg-hash.c57 #define DRIVER_FLAGS_BUSY BIT(0) macro
307 DRIVER_FLAGS_CPU | DRIVER_FLAGS_BUSY | DRIVER_FLAGS_FINAL); in img_hash_finish_req()
512 if (DRIVER_FLAGS_BUSY & hdev->flags) { in img_hash_handle_queue()
520 hdev->flags |= DRIVER_FLAGS_BUSY; in img_hash_handle_queue()
737 if (DRIVER_FLAGS_BUSY & hdev->flags) { in img_irq_handler()
903 if (!(DRIVER_FLAGS_BUSY & hdev->flags)) { in img_hash_done_task()
/kernel/linux/linux-6.6/drivers/crypto/
H A Dimg-hash.c58 #define DRIVER_FLAGS_BUSY BIT(0) macro
308 DRIVER_FLAGS_CPU | DRIVER_FLAGS_BUSY | DRIVER_FLAGS_FINAL); in img_hash_finish_req()
513 if (DRIVER_FLAGS_BUSY & hdev->flags) { in img_hash_handle_queue()
521 hdev->flags |= DRIVER_FLAGS_BUSY; in img_hash_handle_queue()
733 if (DRIVER_FLAGS_BUSY & hdev->flags) { in img_irq_handler()
899 if (!(DRIVER_FLAGS_BUSY & hdev->flags)) { in img_hash_done_task()

Completed in 4 milliseconds