Lines Matching defs:processed
18 * allocated and prepared. As part of the recvmsg operation, the processed
107 size_t processed = 0; /* [in] TX bufs to be consumed */
117 * yet been processed.
148 * length as this data is processed separately later on.
166 * allows AIO operation where the caller sent all data to be processed
181 processed = used + ctx->aead_assoclen;
194 if (processed && !tsgl_src) {
227 areq->first_rsgl.sgl.sg, processed);
230 af_alg_pull_tsgl(sk, processed, NULL, 0);
250 areq->tsgl_entries = af_alg_count_tsgl(sk, processed,
251 processed - as);
264 af_alg_pull_tsgl(sk, processed, areq->tsgl, processed - as);
339 * Also return the error if no data has been processed so far.