Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/
Dbfin_crc.c75 } crc_list; variable
136 spin_lock_bh(&crc_list.lock); in bfin_crypto_crc_init()
137 list_for_each_entry(crc, &crc_list.dev_list, list) { in bfin_crypto_crc_init()
141 spin_unlock_bh(&crc_list.lock); in bfin_crypto_crc_init()
653 spin_lock(&crc_list.lock); in bfin_crypto_crc_probe()
654 list_add(&crc->list, &crc_list.dev_list); in bfin_crypto_crc_probe()
655 spin_unlock(&crc_list.lock); in bfin_crypto_crc_probe()
657 if (list_is_singular(&crc_list.dev_list)) { in bfin_crypto_crc_probe()
689 spin_lock(&crc_list.lock); in bfin_crypto_crc_remove()
691 spin_unlock(&crc_list.lock); in bfin_crypto_crc_remove()
[all …]