Home
last modified time | relevance | path

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

12345678

/linux/lib/
H A Dtest_bitmap.c209 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 Dfind_bit_benchmark.c173 bitmap_zero(bitmap, BITMAP_LEN); in find_bit_test()
174 bitmap_zero(bitmap2, BITMAP_LEN); in find_bit_test()
H A Dbitmap.c505 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 Dbitarray.c66 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 Dlifebook.c322 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 Dmpspec.h68 bitmap_zero(phys_cpu_present_map, MAX_LOCAL_APIC); in reset_phys_cpu_present_map()
/linux/tools/perf/util/
H A Daffinity.c37 bitmap_zero((unsigned long *)a->sched_cpus, cpu_set_size); in affinity__setup()
/linux/net/sctp/
H A Dtsnmap.c45 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 Dinit.c74 bitmap_zero(dev->host_clients_map, ISHTP_CLIENTS_MAX); in ishtp_device_init()
/linux/include/linux/
H A Dlinkmode.h10 bitmap_zero(dst, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_zero()
H A Dbitmap.h231 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 Dheartbeat.c33 bitmap_zero(map->map, OCFS2_NODE_MAP_MAX_NODES); in ocfs2_node_map_init()
/linux/drivers/w1/slaves/
H A Dw1_ds2433.c94 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 Dsh_keysc.c97 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 Dpcie_bus.c37 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 Dfault.c138 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 Dpwc-rzv2m.c107 bitmap_zero(priv->ch_en_bits, 2); in rzv2m_pwc_probe()
/linux/arch/sparc/lib/
H A Dbitext.c123 bitmap_zero(map, size); in bit_map_init()
/linux/tools/perf/bench/
H A Dfind-bit-bench.c69 bitmap_zero(to_test, num_bits); in do_for_each_set_bit()
/linux/arch/arm64/kvm/
H A Dvmid.c50 bitmap_zero(vmid_map, NUM_USER_VMIDS); in flush_context()
/linux/drivers/gpio/
H A Dgpio-pisosr.c97 bitmap_zero(bits, chip->ngpio); in pisosr_gpio_get_multiple()
H A Dgpio-max3191x.c247 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 Dbitmap.h31 static inline void bitmap_zero(unsigned long *dst, unsigned int nbits) in bitmap_zero() function
/linux/arch/csky/mm/
H A Dasid.c30 bitmap_zero(info->map, NUM_CTXT_ASIDS(info)); in flush_context()
/linux/drivers/usb/mtu3/
H A Dmtu3_core.c552 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()

12345678