Home
last modified time | relevance | path

Searched defs:prealloc_sg (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/net/ceph/
Dcrypto.c105 static int setup_sgtable(struct sg_table *sgt, struct scatterlist *prealloc_sg, in setup_sgtable()
167 struct scatterlist sg_in[2], prealloc_sg; in ceph_aes_encrypt() local
227 struct scatterlist sg_in[3], prealloc_sg; in ceph_aes_encrypt2() local
290 struct scatterlist sg_out[2], prealloc_sg; in ceph_aes_decrypt() local
355 struct scatterlist sg_out[3], prealloc_sg; in ceph_aes_decrypt2() local
/linux-4.1.27/drivers/memstick/core/
Dms_block.h196 struct scatterlist prealloc_sg[MS_BLOCK_MAX_SEGS+1]; member