Searched refs:isfull (Results 1 – 2 of 2) sorted by relevance
1279 int err, isfull = 0; in chcr_aes_encrypt() local1284 isfull = 1; in chcr_aes_encrypt()1296 return isfull ? -EBUSY : -EINPROGRESS; in chcr_aes_encrypt()1304 int err, isfull = 0; in chcr_aes_decrypt() local1308 isfull = 1; in chcr_aes_decrypt()1320 return isfull ? -EBUSY : -EINPROGRESS; in chcr_aes_decrypt()1569 int error, isfull = 0; in chcr_ahash_update() local1575 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 …]
427 int isfull, wasfull; in put_child() local439 isfull = tnode_full(tn, n); in put_child()441 if (wasfull && !isfull) in put_child()443 else if (!wasfull && isfull) in put_child()