Searched defs:todo (Results 1 – 6 of 6) sorted by relevance
/arch/powerpc/platforms/powernv/ |
D | opal-lpc.c | 188 u32 data, pos, len, todo; in lpc_debug_read() local 279 u32 data, pos, len, todo; in lpc_debug_write() local
|
/arch/arm64/crypto/ |
D | poly1305-glue.c | 147 unsigned int todo = min_t(unsigned int, len, SZ_4K); in poly1305_update_arch() local
|
D | chacha-neon-glue.c | 91 unsigned int todo = min_t(unsigned int, bytes, SZ_4K); in chacha_crypt_arch() local
|
/arch/x86/crypto/ |
D | chacha_glue.c | 150 unsigned int todo = min_t(unsigned int, bytes, SZ_4K); in chacha_crypt_arch() local
|
/arch/arm/crypto/ |
D | poly1305-glue.c | 165 unsigned int todo = min_t(unsigned int, len, SZ_4K); in poly1305_update_arch() local
|
D | chacha-glue.c | 96 unsigned int todo = min_t(unsigned int, bytes, SZ_4K); in chacha_crypt_arch() local
|