Home
last modified time | relevance | path

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

/linux-6.15/lib/
H A Dscatterlist.c904 else if (miter->__flags & SG_MITER_LOCAL) in sg_miter_next()
941 } else if (miter->__flags & SG_MITER_LOCAL) in sg_miter_stop()
972 unsigned int sg_flags = SG_MITER_LOCAL; in sg_copy_buffer()
1087 unsigned int sg_flags = SG_MITER_LOCAL | SG_MITER_TO_SG; in sg_zero_buffer()
/linux-6.15/include/linux/
H A Dscatterlist.h674 #define SG_MITER_LOCAL (1 << 3) /* use kmap_local */ macro
/linux-6.15/crypto/krb5/
H A Drfc3961_simplified.c91 SG_MITER_FROM_SG | SG_MITER_LOCAL); in crypto_shash_update_sg()