Searched refs:total_nents (Results 1 - 3 of 3) sorted by relevance

/linux-master/lib/
H A Dscatterlist.c246 table->total_nents);
407 table->total_nents += alloc_size - 1;
411 table->total_nents = alloc_size;
593 WARN_ON(append.total_nents != sgt->orig_nents);
/linux-master/drivers/crypto/ccree/
H A Dcc_buffer_mgr.c186 u32 total_nents = 0, prev_total_nents = 0; local
209 &total_nents, &mlli_p);
219 (total_nents - prev_total_nents);
220 prev_total_nents = total_nents;
225 mlli_params->mlli_len = (total_nents * LLI_ENTRY_BYTE_SIZE);
/linux-master/include/linux/
H A Dscatterlist.h48 unsigned int total_nents; /* Total entries in the table */ member in struct:sg_append_table

Completed in 138 milliseconds