Home
last modified time | relevance | path

Searched refs:zerobuf (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/nvdimm/ !
Dbtt.c409 void *zerobuf; in btt_map_init() local
414 zerobuf = kzalloc(chunk_size, GFP_KERNEL); in btt_map_init()
415 if (!zerobuf) in btt_map_init()
431 ret = arena_write_bytes(arena, arena->mapoff + offset, zerobuf, in btt_map_init()
442 kfree(zerobuf); in btt_map_init()
455 void *zerobuf; in btt_log_init() local
459 zerobuf = kzalloc(chunk_size, GFP_KERNEL); in btt_log_init()
460 if (!zerobuf) in btt_log_init()
475 ret = arena_write_bytes(arena, arena->logoff + offset, zerobuf, in btt_log_init()
496 kfree(zerobuf); in btt_log_init()
/linux-6.6.21/drivers/net/ethernet/intel/ixgbe/ !
Dixgbe_ipsec.c763 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()