Searched refs:isfull (Results 1 – 2 of 2) sorted by relevance
1304 int err, isfull = 0; in chcr_aes_encrypt() local1312 isfull = 1; in chcr_aes_encrypt()1326 return isfull ? -EBUSY : -EINPROGRESS; in chcr_aes_encrypt()1338 int err, isfull = 0; in chcr_aes_decrypt() local1346 isfull = 1; in chcr_aes_decrypt()1358 return isfull ? -EBUSY : -EINPROGRESS; in chcr_aes_decrypt()1593 int error, isfull = 0; in chcr_ahash_update() local1615 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 …]
423 int isfull, wasfull; in put_child() local435 isfull = tnode_full(tn, n); in put_child()437 if (wasfull && !isfull) in put_child()439 else if (!wasfull && isfull) in put_child()