Home
last modified time | relevance | path

Searched refs:bitmap_zero (Results 1 – 25 of 146) sorted by relevance

123456

/Linux-v4.19/net/batman-adv/
Dbitarray.c78 bitmap_zero(seq_bits, BATADV_TQ_LOCAL_WINDOW_SIZE); in batadv_bit_get_packet()
96 bitmap_zero(seq_bits, BATADV_TQ_LOCAL_WINDOW_SIZE); in batadv_bit_get_packet()
/Linux-v4.19/lib/
Dtest_bitmap.c122 bitmap_zero(bmap, 35); in test_zero_clear()
129 bitmap_zero(bmap, 115); in test_zero_clear()
133 bitmap_zero(bmap, 1024); in test_zero_clear()
171 bitmap_zero(bmap1, 1024); in test_copy()
172 bitmap_zero(bmap2, 1024); in test_copy()
Dfind_bit_benchmark.c145 bitmap_zero(bitmap, BITMAP_LEN); in find_bit_test()
146 bitmap_zero(bitmap2, BITMAP_LEN); in find_bit_test()
Dbitmap.c368 bitmap_zero(maskp, nmaskbits); in __bitmap_parse()
524 bitmap_zero(maskp, nmaskbits); in __bitmap_parselist()
754 bitmap_zero(dst, nbits); in bitmap_remap()
919 bitmap_zero(dst, bits); in bitmap_onto()
959 bitmap_zero(dst, nbits); in bitmap_fold()
/Linux-v4.19/drivers/input/mouse/
Dlifebook.c325 bitmap_zero(dev1->evbit, EV_CNT); in lifebook_init()
326 bitmap_zero(dev1->relbit, REL_CNT); in lifebook_init()
327 bitmap_zero(dev1->keybit, KEY_CNT); in lifebook_init()
/Linux-v4.19/mm/
Dfrontswap.c121 bitmap_zero(a, MAX_SWAPFILES); in frontswap_register_ops()
122 bitmap_zero(b, MAX_SWAPFILES); in frontswap_register_ops()
368 bitmap_zero(sis->frontswap_map, sis->max); in __frontswap_invalidate_area()
/Linux-v4.19/drivers/hid/intel-ish-hid/ishtp/
Dinit.c77 bitmap_zero(dev->host_clients_map, ISHTP_CLIENTS_MAX); in ishtp_device_init()
/Linux-v4.19/net/sctp/
Dtsnmap.c60 bitmap_zero(map->tsn_map, map->len); in sctp_tsnmap_init()
226 bitmap_zero(map->tsn_map, map->len); in sctp_tsnmap_skip()
/Linux-v4.19/drivers/infiniband/hw/cxgb4/
Did_table.c100 bitmap_zero(alloc->table, num); in c4iw_id_table_alloc()
/Linux-v4.19/net/dsa/
Dswitch.c142 bitmap_zero(ds->bitmap, ds->num_ports); in dsa_switch_mdb_add()
209 bitmap_zero(ds->bitmap, ds->num_ports); in dsa_switch_vlan_add()
/Linux-v4.19/arch/mips/sgi-ip27/
Dip27-hubio.c180 bitmap_zero(hub_data(cnode)->h_bigwin_used, HUB_NUM_BIG_WINDOW); in hub_pio_init()
/Linux-v4.19/arch/x86/include/asm/uv/
Duv_bau.h789 bitmap_zero(&dstp->bits[0], nbits); in bau_uvhubs_clear()
799 bitmap_zero(&dstp->bits, nbits); in bau_cpubits_clear()
/Linux-v4.19/drivers/uwb/
Dallocator.c365 bitmap_zero(result->bm, UWB_NUM_MAS); in uwb_rsv_find_best_allocation()
366 bitmap_zero(result->unsafe_bm, UWB_NUM_MAS); in uwb_rsv_find_best_allocation()
/Linux-v4.19/drivers/input/keyboard/
Dsh_keysc.c100 bitmap_zero(keys0, SH_KEYSC_MAXKEYS); in sh_keysc_isr()
103 bitmap_zero(keys, SH_KEYSC_MAXKEYS); in sh_keysc_isr()
/Linux-v4.19/tools/include/linux/
Dbitmap.h30 static inline void bitmap_zero(unsigned long *dst, int nbits) in bitmap_zero() function
/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dpcie_bus.c48 bitmap_zero(wil->hw_capa, hw_capa_last); in wil_set_capabilities()
49 bitmap_zero(wil->fw_capabilities, WMI_FW_CAPABILITY_MAX); in wil_set_capabilities()
50 bitmap_zero(wil->platform_capa, WIL_PLATFORM_CAPA_MAX); in wil_set_capabilities()
/Linux-v4.19/arch/sparc/lib/
Dbitext.c123 bitmap_zero(map, size); in bit_map_init()
/Linux-v4.19/drivers/gpu/host1x/
Dchannel.c43 bitmap_zero(chlist->allocated_channels, num_channels); in host1x_channel_list_init()
/Linux-v4.19/include/linux/
Dphylink.h228 bitmap_zero(bm, __ETHTOOL_LINK_MODE_MASK_NBITS)
/Linux-v4.19/arch/x86/include/asm/
Dmpspec.h112 bitmap_zero((map).mask, MAX_LOCAL_APIC)
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dfault.c177 bitmap_zero(fault->opcodes, sizeof(fault->opcodes) * in fault_opcodes_write()
269 bitmap_zero(ibd->fault->opcodes, in hfi1_fault_init_debugfs()
/Linux-v4.19/net/phonet/
Dpn_dev.c70 bitmap_zero(pnd->addrs, 64); in __phonet_device_alloc()
275 bitmap_zero(deleted, 64); in phonet_route_autodel()
/Linux-v4.19/drivers/gpio/
Dgpio-pisosr.c104 bitmap_zero(bits, chip->ngpio); in pisosr_gpio_get_multiple()
/Linux-v4.19/drivers/usb/mtu3/
Dmtu3_core.c445 bitmap_zero(tx_fifo->bitmap, MTU3_FIFO_BIT_SIZE); in get_ep_fifo_config()
451 bitmap_zero(rx_fifo->bitmap, MTU3_FIFO_BIT_SIZE); in get_ep_fifo_config()
458 bitmap_zero(tx_fifo->bitmap, MTU3_FIFO_BIT_SIZE); in get_ep_fifo_config()
464 bitmap_zero(rx_fifo->bitmap, MTU3_FIFO_BIT_SIZE); in get_ep_fifo_config()
/Linux-v4.19/fs/xfs/scrub/
Dattr.c169 bitmap_zero(freemap, mapsize); in xchk_xattr_check_freemap()
270 bitmap_zero(usedmap, mp->m_attr_geo->blksize); in xchk_xattr_block()

123456