Home
last modified time | relevance | path

Searched refs:zero_buffer (Results 1 – 4 of 4) sorted by relevance

/linux/block/
H A Dbio-integrity.c19 void bio_integrity_alloc_buf(struct bio *bio, bool zero_buffer) in bio_integrity_alloc_buf() argument
24 gfp_t gfp = GFP_NOIO | (zero_buffer ? __GFP_ZERO : 0); in bio_integrity_alloc_buf()
33 if (zero_buffer) in bio_integrity_alloc_buf()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_init_ops.c267 static u32 zero_buffer[DMAE_MAX_RW_SIZE]; in qed_init_fill_dmae() local
270 memset(zero_buffer, 0, sizeof(u32) * DMAE_MAX_RW_SIZE); in qed_init_fill_dmae()
280 (uintptr_t)(&zero_buffer[0]), in qed_init_fill_dmae()
/linux/drivers/crypto/axis/
H A Dartpec6_crypto.c270 void *zero_buffer; member
1943 ac->zero_buffer, in artpec6_crypto_prepare_aead()
1960 ac->zero_buffer, in artpec6_crypto_prepare_aead()
2903 ac->zero_buffer = devm_kcalloc(&pdev->dev, 2, ARTPEC_CACHE_LINE_MAX, in artpec6_crypto_probe()
2905 if (!ac->zero_buffer) in artpec6_crypto_probe()
2907 ac->zero_buffer = PTR_ALIGN(ac->zero_buffer, ARTPEC_CACHE_LINE_MAX); in artpec6_crypto_probe()
/linux/drivers/tty/
H A Dn_tty.c155 static void zero_buffer(const struct tty_struct *tty, u8 *buffer, size_t size) in zero_buffer() function
171 zero_buffer(tty, from, size); in tty_copy()
179 zero_buffer(tty, from, n); in tty_copy()
1954 zero_buffer(tty, from, n); in copy_from_read_buf()