Home
last modified time | relevance | path

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

12345678

/linux/lib/
A Dtest_bitmap.c207 bitmap_zero(bmap, 35); in test_zero_clear()
214 bitmap_zero(bmap, 115); in test_zero_clear()
218 bitmap_zero(bmap, 1024); in test_zero_clear()
256 bitmap_zero(bmap1, 1024); in test_copy()
257 bitmap_zero(bmap2, 1024); in test_copy()
300 bitmap_zero(bmap, 1024); in test_replace()
304 bitmap_zero(bmap, 1024); in test_replace()
608 bitmap_zero(bits, CLUMP_EXP_NUMBITS); in test_for_each_set_clump8()
A Dfind_bit_benchmark.c136 bitmap_zero(bitmap, BITMAP_LEN); in find_bit_test()
137 bitmap_zero(bitmap2, BITMAP_LEN); in find_bit_test()
A Dbitmap.c786 bitmap_zero(maskp, r.nbits); in bitmap_parselist()
1013 bitmap_zero(dst, nbits); in bitmap_remap()
1179 bitmap_zero(dst, bits); in bitmap_onto()
1218 bitmap_zero(dst, nbits); in bitmap_fold()
/linux/net/batman-adv/
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/
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/mm/
A Dfrontswap.c124 bitmap_zero(a, MAX_SWAPFILES); in frontswap_register_ops()
125 bitmap_zero(b, MAX_SWAPFILES); in frontswap_register_ops()
371 bitmap_zero(sis->frontswap_map, sis->max); in __frontswap_invalidate_area()
/linux/net/sctp/
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/
A Daffinity.c37 bitmap_zero((unsigned long *)a->sched_cpus, cpu_set_size); in affinity__setup()
/linux/drivers/hid/intel-ish-hid/ishtp/
A Dinit.c69 bitmap_zero(dev->host_clients_map, ISHTP_CLIENTS_MAX); in ishtp_device_init()
/linux/include/linux/
A Dlinkmode.h10 bitmap_zero(dst, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_zero()
/linux/drivers/input/keyboard/
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/
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/cxgb4/
A Did_table.c100 bitmap_zero(alloc->table, num); in c4iw_id_table_alloc()
/linux/arch/mips/sgi-ip27/
A Dip27-hubio.c180 bitmap_zero(hub_data(nasid)->h_bigwin_used, HUB_NUM_BIG_WINDOW); in hub_pio_init()
/linux/drivers/net/ethernet/intel/ice/
A Dice_virtchnl_allowlist.c132 bitmap_zero(vf->opcodes_allowlist, VIRTCHNL_OP_MAX); in ice_vc_clear_allowlist()
/linux/arch/riscv/kernel/
A Dcpufeature.c79 bitmap_zero(riscv_isa, RISCV_ISA_EXT_MAX); in riscv_fill_hwcap()
/linux/drivers/infiniband/hw/hfi1/
A Dfault.c139 bitmap_zero(fault->opcodes, sizeof(fault->opcodes) * in fault_opcodes_write()
238 bitmap_zero(ibd->fault->opcodes, in hfi1_fault_init_debugfs()
/linux/net/phonet/
A Dpn_dev.c55 bitmap_zero(pnd->addrs, 64); in __phonet_device_alloc()
259 bitmap_zero(deleted, 64); in phonet_route_autodel()
/linux/arch/sparc/lib/
A Dbitext.c123 bitmap_zero(map, size); in bit_map_init()
/linux/arch/x86/include/asm/
A Dmpspec.h102 bitmap_zero((map).mask, MAX_LOCAL_APIC)
/linux/tools/perf/bench/
A Dfind-bit-bench.c70 bitmap_zero(to_test, num_bits); in do_for_each_set_bit()
/linux/drivers/mmc/core/
A Dpwrseq_simple.c52 bitmap_zero(values, nvalues); in mmc_pwrseq_simple_set_gpios_value()
/linux/drivers/gpu/host1x/
A Dchannel.c32 bitmap_zero(chlist->allocated_channels, num_channels); in host1x_channel_list_init()
/linux/drivers/gpio/
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()
A Dgpio-pisosr.c105 bitmap_zero(bits, chip->ngpio); in pisosr_gpio_get_multiple()

Completed in 30 milliseconds

12345678