Searched refs:zerobuf (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/drivers/nvdimm/ |
D | btt.c | 410 void *zerobuf; in btt_map_init() local 415 zerobuf = kzalloc(chunk_size, GFP_KERNEL); in btt_map_init() 416 if (!zerobuf) in btt_map_init() 432 ret = arena_write_bytes(arena, arena->mapoff + offset, zerobuf, in btt_map_init() 443 kfree(zerobuf); in btt_map_init() 456 void *zerobuf; in btt_log_init() local 460 zerobuf = kzalloc(chunk_size, GFP_KERNEL); in btt_log_init() 461 if (!zerobuf) in btt_log_init() 476 ret = arena_write_bytes(arena, arena->logoff + offset, zerobuf, in btt_log_init() 497 kfree(zerobuf); in btt_log_init()
|
/Linux-v5.15/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ipsec.c | 757 u32 zerobuf[4] = {0, 0, 0, 0}; in ixgbe_ipsec_del_sa() local 773 ixgbe_ipsec_set_rx_sa(hw, sa_idx, 0, zerobuf, 0, 0, 0); in ixgbe_ipsec_del_sa() 787 (__force __be32 *)zerobuf); in ixgbe_ipsec_del_sa() 802 ixgbe_ipsec_set_tx_sa(hw, sa_idx, zerobuf, 0); in ixgbe_ipsec_del_sa()
|