Home
last modified time | relevance | path

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

/linux-6.15/net/ceph/
H A Dcrypto.c149 static int setup_sgtable(struct sg_table *sgt, struct scatterlist *prealloc_sg, in setup_sgtable() argument
176 sg_init_table(prealloc_sg, 1); in setup_sgtable()
177 sgt->sgl = prealloc_sg; in setup_sgtable()
212 struct scatterlist prealloc_sg; in ceph_aes_crypt() local
221 ret = setup_sgtable(&sgt, &prealloc_sg, buf, crypt_len); in ceph_aes_crypt()
/linux-6.15/drivers/memstick/core/
H A Dms_block.h192 struct scatterlist prealloc_sg[MS_BLOCK_MAX_SEGS+1]; member
H A Dms_block.c1881 struct scatterlist *sg = msb->prealloc_sg; in msb_io_work()
2124 sg_init_table(msb->prealloc_sg, MS_BLOCK_MAX_SEGS+1); in msb_init_disk()
2235 sg_init_table(msb->prealloc_sg, MS_BLOCK_MAX_SEGS+1); in msb_resume()