Home
last modified time | relevance | path

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

1234567

/linux/lib/
H A Dtest_bitmap.c181 bitmap_zero(bmap, 35); in test_zero_clear()
188 bitmap_zero(bmap, 115); in test_zero_clear()
192 bitmap_zero(bmap, 1024); in test_zero_clear()
201 bitmap_zero(bmap, 64 * 3); in test_find_nth_bit()
308 bitmap_zero(bmap1, 1024); in test_copy()
309 bitmap_zero(bmap2, 1024); in test_copy()
348 bitmap_zero(bmap, 1000); in test_bitmap_region()
375 bitmap_zero(bmap, 1024); in test_replace()
379 bitmap_zero(bmap, 1024); in test_replace()
421 bitmap_zero(bmap_gather, 100); in test_bitmap_sg()
[all …]
H A Dfind_bit_benchmark.c192 bitmap_zero(bitmap, BITMAP_LEN); in find_bit_test()
193 bitmap_zero(bitmap2, BITMAP_LEN); in find_bit_test()
H A Dbitmap.c524 bitmap_zero(dst, nbits); in bitmap_remap()
690 bitmap_zero(dst, bits); in bitmap_onto()
729 bitmap_zero(dst, nbits); in bitmap_fold()
/linux/net/batman-adv/
H A Dbitarray.c73 bitmap_zero(seq_bits, BATADV_TQ_LOCAL_WINDOW_SIZE); in batadv_bit_get_packet()
91 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/drivers/comedi/kcomedilib/
H A Dkcomedilib_main.c62 bitmap_zero(destinations[cur], COMEDI_NUM_BOARD_MINORS); in kcomedilib_set_link_from_to()
75 bitmap_zero(destinations[next], COMEDI_NUM_BOARD_MINORS); in kcomedilib_set_link_from_to()
/linux/include/linux/
H A Dlinkmode.h10 bitmap_zero(dst, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_zero()
H A Dbitmap.h241 static __always_inline void bitmap_zero(unsigned long *dst, unsigned int nbits) in bitmap_zero() function
640 bitmap_zero(dst, nbits); in bitmap_scatter()
697 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/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/tools/perf/util/
H A Daffinity.c38 bitmap_zero((unsigned long *)a->sched_cpus, cpu_set_size); in affinity__setup()
/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/net/mac80211/
H A Dnan.c279 bitmap_zero(sdata->u.nan.removed_channels, IEEE80211_NAN_MAX_CHANNELS); in ieee80211_nan_set_local_sched()
374 bitmap_zero(sdata->u.nan.removed_channels, IEEE80211_NAN_MAX_CHANNELS); in ieee80211_nan_set_local_sched()
433 bitmap_zero(sdata->u.nan.removed_channels, IEEE80211_NAN_MAX_CHANNELS); in ieee80211_nan_set_local_sched()
482 bitmap_zero(sdata->u.nan.removed_channels, IEEE80211_NAN_MAX_CHANNELS); in ieee80211_nan_sched_update_done()
/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/soc/renesas/
H A Dpwc-rzv2m.c109 bitmap_zero(priv->ch_en_bits, 2); in rzv2m_pwc_probe()
/linux/drivers/infiniband/hw/hfi1/
H A Dfault.c135 bitmap_zero(fault->opcodes, sizeof(fault->opcodes) * in fault_opcodes_write()
227 bitmap_zero(ibd->fault->opcodes, in hfi1_fault_init_debugfs()
/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.c90 bitmap_zero(bits, chip->ngpio); in pisosr_gpio_get_multiple()
H A Dgpio-max3191x.c234 bitmap_zero(bits, gpio->ngpio); in max3191x_get_multiple()
311 bitmap_zero(values, descs->ndescs); in max3191x_gpiod_multi_set_single_value()
/linux/net/phonet/
H A Dpn_dev.c55 bitmap_zero(pnd->addrs, 64); in __phonet_device_alloc()
275 bitmap_zero(deleted, 64); in phonet_route_autodel()
/linux/arch/csky/mm/
H A Dasid.c30 bitmap_zero(info->map, NUM_CTXT_ASIDS(info)); in flush_context()

1234567