Home
last modified time | relevance | path

Searched refs:prealloc_sg (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/net/ceph/
Dcrypto.c160 static int setup_sgtable(struct sg_table *sgt, struct scatterlist *prealloc_sg, in setup_sgtable() argument
187 sg_init_table(prealloc_sg, 1); in setup_sgtable()
188 sgt->sgl = prealloc_sg; in setup_sgtable()
223 struct scatterlist prealloc_sg; in ceph_aes_crypt() local
232 ret = setup_sgtable(&sgt, &prealloc_sg, buf, crypt_len); in ceph_aes_crypt()
/Linux-v5.4/drivers/memstick/core/
Dms_block.h193 struct scatterlist prealloc_sg[MS_BLOCK_MAX_SEGS+1]; member
Dms_block.c1872 struct scatterlist *sg = msb->prealloc_sg; in msb_io_work()
2149 sg_init_table(msb->prealloc_sg, MS_BLOCK_MAX_SEGS+1); in msb_init_disk()
2255 sg_init_table(msb->prealloc_sg, MS_BLOCK_MAX_SEGS+1); in msb_resume()