Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/chelsio/
Dchcr_algo.c1279 int err, isfull = 0; in chcr_aes_encrypt() local
1284 isfull = 1; in chcr_aes_encrypt()
1296 return isfull ? -EBUSY : -EINPROGRESS; in chcr_aes_encrypt()
1304 int err, isfull = 0; in chcr_aes_decrypt() local
1308 isfull = 1; in chcr_aes_decrypt()
1320 return isfull ? -EBUSY : -EINPROGRESS; in chcr_aes_decrypt()
1569 int error, isfull = 0; in chcr_ahash_update() local
1575 isfull = 1; in chcr_ahash_update()
1629 return isfull ? -EBUSY : -EINPROGRESS; in chcr_ahash_update()
1706 int error, isfull = 0; in chcr_ahash_finup() local
[all …]
/Linux-v4.19/net/ipv4/
Dfib_trie.c427 int isfull, wasfull; in put_child() local
439 isfull = tnode_full(tn, n); in put_child()
441 if (wasfull && !isfull) in put_child()
443 else if (!wasfull && isfull) in put_child()