/linux/lib/ |
H A D | test_bitmap.c | 209 bitmap_zero(bmap, 35); in test_zero_clear() 216 bitmap_zero(bmap, 115); in test_zero_clear() 220 bitmap_zero(bmap, 1024); in test_zero_clear() 229 bitmap_zero(bmap, 64 * 3); in test_find_nth_bit() 299 bitmap_zero(bmap1, 1024); in test_copy() 300 bitmap_zero(bmap2, 1024); in test_copy() 339 bitmap_zero(bmap, 1000); in test_bitmap_region() 366 bitmap_zero(bmap, 1024); in test_replace() 370 bitmap_zero(bmap, 1024); in test_replace() 408 bitmap_zero(bmap_gather, 100); in test_bitmap_sg() [all …]
|
H A D | find_bit_benchmark.c | 173 bitmap_zero(bitmap, BITMAP_LEN); in find_bit_test() 174 bitmap_zero(bitmap2, BITMAP_LEN); in find_bit_test()
|
H A D | bitmap.c | 505 bitmap_zero(dst, nbits); in bitmap_remap() 671 bitmap_zero(dst, bits); in bitmap_onto() 710 bitmap_zero(dst, nbits); in bitmap_fold()
|
/linux/net/batman-adv/ |
H A D | bitarray.c | 66 bitmap_zero(seq_bits, BATADV_TQ_LOCAL_WINDOW_SIZE); in batadv_bit_get_packet() 84 bitmap_zero(seq_bits, BATADV_TQ_LOCAL_WINDOW_SIZE); in batadv_bit_get_packet()
|
/linux/drivers/input/mouse/ |
H A D | lifebook.c | 322 bitmap_zero(dev1->evbit, EV_CNT); in lifebook_init() 323 bitmap_zero(dev1->relbit, REL_CNT); in lifebook_init() 324 bitmap_zero(dev1->keybit, KEY_CNT); in lifebook_init()
|
/linux/arch/x86/include/asm/ |
H A D | mpspec.h | 68 bitmap_zero(phys_cpu_present_map, MAX_LOCAL_APIC); in reset_phys_cpu_present_map()
|
/linux/tools/perf/util/ |
H A D | affinity.c | 37 bitmap_zero((unsigned long *)a->sched_cpus, cpu_set_size); in affinity__setup()
|
/linux/net/sctp/ |
H A D | tsnmap.c | 45 bitmap_zero(map->tsn_map, map->len); in sctp_tsnmap_init() 211 bitmap_zero(map->tsn_map, map->len); in sctp_tsnmap_skip()
|
/linux/drivers/hid/intel-ish-hid/ishtp/ |
H A D | init.c | 74 bitmap_zero(dev->host_clients_map, ISHTP_CLIENTS_MAX); in ishtp_device_init()
|
/linux/include/linux/ |
H A D | linkmode.h | 10 bitmap_zero(dst, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_zero()
|
H A 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()
|
/linux/fs/ocfs2/ |
H A D | heartbeat.c | 33 bitmap_zero(map->map, OCFS2_NODE_MAP_MAX_NODES); in ocfs2_node_map_init()
|
/linux/drivers/w1/slaves/ |
H A D | w1_ds2433.c | 94 bitmap_zero(data->validcrc, data->cfg->page_count); in w1_f23_refresh_block() 347 bitmap_zero(data->validcrc, data->cfg->page_count); in w1_f23_add_slave()
|
/linux/drivers/input/keyboard/ |
H A D | sh_keysc.c | 97 bitmap_zero(keys0, SH_KEYSC_MAXKEYS); in sh_keysc_isr() 100 bitmap_zero(keys, SH_KEYSC_MAXKEYS); in sh_keysc_isr()
|
/linux/drivers/net/wireless/ath/wil6210/ |
H A D | pcie_bus.c | 37 bitmap_zero(wil->hw_capa, hw_capa_last); in wil_set_capabilities() 38 bitmap_zero(wil->fw_capabilities, WMI_FW_CAPABILITY_MAX); in wil_set_capabilities() 39 bitmap_zero(wil->platform_capa, WIL_PLATFORM_CAPA_MAX); in wil_set_capabilities()
|
/linux/drivers/infiniband/hw/hfi1/ |
H A D | fault.c | 138 bitmap_zero(fault->opcodes, sizeof(fault->opcodes) * in fault_opcodes_write() 236 bitmap_zero(ibd->fault->opcodes, in hfi1_fault_init_debugfs()
|
/linux/drivers/soc/renesas/ |
H A D | pwc-rzv2m.c | 107 bitmap_zero(priv->ch_en_bits, 2); in rzv2m_pwc_probe()
|
/linux/arch/sparc/lib/ |
H A D | bitext.c | 123 bitmap_zero(map, size); in bit_map_init()
|
/linux/tools/perf/bench/ |
H A D | find-bit-bench.c | 69 bitmap_zero(to_test, num_bits); in do_for_each_set_bit()
|
/linux/arch/arm64/kvm/ |
H A D | vmid.c | 50 bitmap_zero(vmid_map, NUM_USER_VMIDS); in flush_context()
|
/linux/drivers/gpio/ |
H A D | gpio-pisosr.c | 97 bitmap_zero(bits, chip->ngpio); in pisosr_gpio_get_multiple()
|
H A D | gpio-max3191x.c | 247 bitmap_zero(bits, gpio->ngpio); in max3191x_get_multiple() 326 bitmap_zero(values, ndescs); in gpiod_set_array_single_value_cansleep()
|
/linux/tools/include/linux/ |
H A D | bitmap.h | 31 static inline void bitmap_zero(unsigned long *dst, unsigned int nbits) in bitmap_zero() function
|
/linux/arch/csky/mm/ |
H A D | asid.c | 30 bitmap_zero(info->map, NUM_CTXT_ASIDS(info)); in flush_context()
|
/linux/drivers/usb/mtu3/ |
H A D | mtu3_core.c | 552 bitmap_zero(tx_fifo->bitmap, MTU3_FIFO_BIT_SIZE); in get_ep_fifo_config() 558 bitmap_zero(rx_fifo->bitmap, MTU3_FIFO_BIT_SIZE); in get_ep_fifo_config() 565 bitmap_zero(tx_fifo->bitmap, MTU3_FIFO_BIT_SIZE); in get_ep_fifo_config() 571 bitmap_zero(rx_fifo->bitmap, MTU3_FIFO_BIT_SIZE); in get_ep_fifo_config()
|