Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/chelsio/
Dchcr_algo.c1304 int err, isfull = 0; in chcr_aes_encrypt() local
1312 isfull = 1; in chcr_aes_encrypt()
1326 return isfull ? -EBUSY : -EINPROGRESS; in chcr_aes_encrypt()
1338 int err, isfull = 0; in chcr_aes_decrypt() local
1346 isfull = 1; in chcr_aes_decrypt()
1358 return isfull ? -EBUSY : -EINPROGRESS; in chcr_aes_decrypt()
1593 int error, isfull = 0; in chcr_ahash_update() local
1615 isfull = 1; in chcr_ahash_update()
1664 return isfull ? -EBUSY : -EINPROGRESS; in chcr_ahash_update()
1755 int error, isfull = 0; in chcr_ahash_finup() local
[all …]
/Linux-v5.4/net/ipv4/
Dfib_trie.c423 int isfull, wasfull; in put_child() local
435 isfull = tnode_full(tn, n); in put_child()
437 if (wasfull && !isfull) in put_child()
439 else if (!wasfull && isfull) in put_child()