Searched refs:zerobuf (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/nvdimm/ |
H A D | btt.c | 411 void *zerobuf; in btt_map_init() local 416 zerobuf = kzalloc(chunk_size, GFP_KERNEL); in btt_map_init() 417 if (!zerobuf) in btt_map_init() 433 ret = arena_write_bytes(arena, arena->mapoff + offset, zerobuf, in btt_map_init() 444 kfree(zerobuf); in btt_map_init() 457 void *zerobuf; in btt_log_init() local 461 zerobuf = kzalloc(chunk_size, GFP_KERNEL); in btt_log_init() 462 if (!zerobuf) in btt_log_init() 477 ret = arena_write_bytes(arena, arena->logoff + offset, zerobuf, in btt_log_init() 498 kfree(zerobuf); in btt_log_init()
|
/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_ipsec.c | 763 u32 zerobuf[4] = {0, 0, 0, 0}; in ixgbe_ipsec_del_sa() local 779 ixgbe_ipsec_set_rx_sa(hw, sa_idx, 0, zerobuf, 0, 0, 0); in ixgbe_ipsec_del_sa() 793 (__force __be32 *)zerobuf); in ixgbe_ipsec_del_sa() 808 ixgbe_ipsec_set_tx_sa(hw, sa_idx, zerobuf, 0); in ixgbe_ipsec_del_sa()
|