Lines Matching defs:processed
18 * allocated and prepared. As part of the recvmsg operation, the processed
83 size_t processed = 0; /* [in] TX bufs to be consumed */
93 * processed.
124 * length as this data is processed separately later on.
142 * allows AIO operation where the caller sent all data to be processed
157 processed = used + ctx->aead_assoclen;
170 if (processed && !tsgl_src) {
203 processed);
204 af_alg_pull_tsgl(sk, processed, NULL, 0);
221 areq->tsgl_entries = af_alg_count_tsgl(sk, processed,
222 processed - as);
235 af_alg_pull_tsgl(sk, processed, areq->tsgl, processed - as);
310 * Also return the error if no data has been processed so far.