Searched refs:bitmap_zero (Results 1 – 11 of 11) sorted by relevance
| /include/linux/ |
| D | linkmode.h | 10 bitmap_zero(dst, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_zero()
|
| D | bitmap.h | 231 static __always_inline void bitmap_zero(unsigned long *dst, unsigned int nbits) in bitmap_zero() function 574 bitmap_zero(dst, nbits); in bitmap_scatter() 629 bitmap_zero(dst, nbits); in bitmap_gather()
|
| D | phylink.h | 636 bitmap_zero(bm, __ETHTOOL_LINK_MODE_MASK_NBITS)
|
| D | nodemask.h | 149 bitmap_zero(dstp->bits, nbits); in __nodes_clear()
|
| D | ethtool.h | 230 bitmap_zero((ptr)->link_modes.name, __ETHTOOL_LINK_MODE_MASK_NBITS)
|
| D | cpumask.h | 622 bitmap_zero(cpumask_bits(dstp), large_cpumask_bits); in cpumask_clear()
|
| D | dmaengine.h | 1436 bitmap_zero(dstp->bits, DMA_TX_TYPE_END); in __dma_cap_zero()
|
| D | phy.h | 183 bitmap_zero(intf, PHY_INTERFACE_MODE_MAX); in phy_interface_zero()
|
| /include/media/ |
| D | media-entity.h | 523 bitmap_zero(ent_enum->bmap, ent_enum->idx_max); in media_entity_enum_zero()
|
| /include/net/ |
| D | neighbour.h | 115 bitmap_zero(p->data_state, NEIGH_VAR_DATA_MAX); in neigh_parms_data_state_cleanall()
|
| D | ip_tunnels.h | 45 #define ip_tunnel_flags_zero(...) __ipt_flag_op(bitmap_zero, __VA_ARGS__)
|