Home
last modified time | relevance | path

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

1234567

/Linux-v5.4/net/batman-adv/
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-v5.4/lib/
Dtest_bitmap.c126 bitmap_zero(bmap, 35); in test_zero_clear()
133 bitmap_zero(bmap, 115); in test_zero_clear()
137 bitmap_zero(bmap, 1024); in test_zero_clear()
175 bitmap_zero(bmap1, 1024); in test_copy()
176 bitmap_zero(bmap2, 1024); in test_copy()
Dfind_bit_benchmark.c136 bitmap_zero(bitmap, BITMAP_LEN); in find_bit_test()
137 bitmap_zero(bitmap2, BITMAP_LEN); in find_bit_test()
Dbitmap.c384 bitmap_zero(maskp, nmaskbits); in __bitmap_parse()
647 bitmap_zero(maskp, nmaskbits); in bitmap_parselist()
799 bitmap_zero(dst, nbits); in bitmap_remap()
962 bitmap_zero(dst, bits); in bitmap_onto()
1001 bitmap_zero(dst, nbits); in bitmap_fold()
/Linux-v5.4/drivers/input/mouse/
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-v5.4/mm/
Dfrontswap.c120 bitmap_zero(a, MAX_SWAPFILES); in frontswap_register_ops()
121 bitmap_zero(b, MAX_SWAPFILES); in frontswap_register_ops()
367 bitmap_zero(sis->frontswap_map, sis->max); in __frontswap_invalidate_area()
/Linux-v5.4/drivers/hid/intel-ish-hid/ishtp/
Dinit.c69 bitmap_zero(dev->host_clients_map, ISHTP_CLIENTS_MAX); in ishtp_device_init()
/Linux-v5.4/include/linux/
Dlinkmode.h10 bitmap_zero(dst, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_zero()
Dphylink.h271 bitmap_zero(bm, __ETHTOOL_LINK_MODE_MASK_NBITS)
/Linux-v5.4/net/sctp/
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-v5.4/drivers/infiniband/hw/cxgb4/
Did_table.c100 bitmap_zero(alloc->table, num); in c4iw_id_table_alloc()
/Linux-v5.4/arch/mips/sgi-ip27/
Dip27-hubio.c180 bitmap_zero(hub_data(cnode)->h_bigwin_used, HUB_NUM_BIG_WINDOW); in hub_pio_init()
/Linux-v5.4/drivers/staging/uwb/
Dallocator.c354 bitmap_zero(result->bm, UWB_NUM_MAS); in uwb_rsv_find_best_allocation()
355 bitmap_zero(result->unsafe_bm, UWB_NUM_MAS); in uwb_rsv_find_best_allocation()
/Linux-v5.4/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-v5.4/drivers/input/keyboard/
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-v5.4/arch/arm64/include/asm/
Dstacktrace.h180 bitmap_zero(frame->stacks_done, __NR_STACK_TYPES); in start_backtrace()
/Linux-v5.4/tools/include/linux/
Dbitmap.h31 static inline void bitmap_zero(unsigned long *dst, int nbits) in bitmap_zero() function
/Linux-v5.4/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-v5.4/drivers/infiniband/hw/hfi1/
Dfault.c180 bitmap_zero(fault->opcodes, sizeof(fault->opcodes) * in fault_opcodes_write()
279 bitmap_zero(ibd->fault->opcodes, in hfi1_fault_init_debugfs()
/Linux-v5.4/arch/sparc/lib/
Dbitext.c123 bitmap_zero(map, size); in bit_map_init()
/Linux-v5.4/drivers/gpu/host1x/
Dchannel.c32 bitmap_zero(chlist->allocated_channels, num_channels); in host1x_channel_list_init()
/Linux-v5.4/arch/x86/include/asm/
Dmpspec.h112 bitmap_zero((map).mask, MAX_LOCAL_APIC)
/Linux-v5.4/drivers/mmc/core/
Dpwrseq_simple.c52 bitmap_zero(values, nvalues); in mmc_pwrseq_simple_set_gpios_value()
/Linux-v5.4/net/phonet/
Dpn_dev.c57 bitmap_zero(pnd->addrs, 64); in __phonet_device_alloc()
262 bitmap_zero(deleted, 64); in phonet_route_autodel()
/Linux-v5.4/drivers/gpio/
Dgpio-pisosr.c104 bitmap_zero(bits, chip->ngpio); in pisosr_gpio_get_multiple()

1234567