Home
last modified time | relevance | path

Searched refs:zcrypt_rescan_req (Results 1 – 3 of 3) sorted by relevance

/drivers/s390/crypto/
Dzcrypt_error.h112 atomic_set(&zcrypt_rescan_req, 1); in convert_error()
Dzcrypt_api.h124 extern atomic_t zcrypt_rescan_req;
Dzcrypt_api.c66 atomic_t zcrypt_rescan_req = ATOMIC_INIT(0); variable
67 EXPORT_SYMBOL(zcrypt_rescan_req);
81 if (atomic_read(&zcrypt_rescan_req)) { in zcrypt_process_rescan()
82 atomic_set(&zcrypt_rescan_req, 0); in zcrypt_process_rescan()