Home
last modified time | relevance | path

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

12345678

/OK3568_Linux_fs/kernel/lib/
H A Dtest_bitmap.c189 bitmap_zero(bmap, 35); in test_zero_clear()
196 bitmap_zero(bmap, 115); in test_zero_clear()
200 bitmap_zero(bmap, 1024); in test_zero_clear()
238 bitmap_zero(bmap1, 1024); in test_copy()
239 bitmap_zero(bmap2, 1024); in test_copy()
282 bitmap_zero(bmap, 1024); in test_replace()
286 bitmap_zero(bmap, 1024); in test_replace()
551 bitmap_zero(bits, CLUMP_EXP_NUMBITS); in test_for_each_set_clump8()
H A Dfind_bit_benchmark.c136 bitmap_zero(bitmap, BITMAP_LEN); in find_bit_test()
137 bitmap_zero(bitmap2, BITMAP_LEN); in find_bit_test()
H A Dbitmap.c645 bitmap_zero(maskp, nmaskbits); in bitmap_parselist()
876 bitmap_zero(dst, nbits); in bitmap_remap()
1039 bitmap_zero(dst, bits); in bitmap_onto()
1078 bitmap_zero(dst, nbits); in bitmap_fold()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/mm/
H A 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()
/OK3568_Linux_fs/u-boot/include/linux/
H A Dbitmap.h12 static inline void bitmap_zero(unsigned long *dst, int nbits) in bitmap_zero() function
/OK3568_Linux_fs/u-boot/include/usb/
H A Dlin_gadget_compat.h23 static inline void bitmap_zero(unsigned long *dst, int nbits) in bitmap_zero() function
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Daffinity.c37 bitmap_zero((unsigned long *)a->sched_cpus, cpu_set_size); in affinity__setup()
/OK3568_Linux_fs/kernel/drivers/hid/intel-ish-hid/ishtp/
H A Dinit.c69 bitmap_zero(dev->host_clients_map, ISHTP_CLIENTS_MAX); in ishtp_device_init()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dlinkmode.h10 bitmap_zero(dst, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_zero()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/arch/mips/sgi-ip27/
H A Dip27-hubio.c180 bitmap_zero(hub_data(nasid)->h_bigwin_used, HUB_NUM_BIG_WINDOW); in hub_pio_init()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/cxgb4/
H A Did_table.c100 bitmap_zero(alloc->table, num); in c4iw_id_table_alloc()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dfault.c180 bitmap_zero(fault->opcodes, sizeof(fault->opcodes) * in fault_opcodes_write()
279 bitmap_zero(ibd->fault->opcodes, in hfi1_fault_init_debugfs()
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dcpufeature.c79 bitmap_zero(riscv_isa, RISCV_ISA_EXT_MAX); in riscv_fill_hwcap()
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dstacktrace.h169 bitmap_zero(frame->stacks_done, __NR_STACK_TYPES); in start_backtrace()
/OK3568_Linux_fs/kernel/net/phonet/
H A Dpn_dev.c55 bitmap_zero(pnd->addrs, 64); in __phonet_device_alloc()
260 bitmap_zero(deleted, 64); in phonet_route_autodel()
/OK3568_Linux_fs/kernel/drivers/usb/mtu3/
H A Dmtu3_core.c513 bitmap_zero(tx_fifo->bitmap, MTU3_FIFO_BIT_SIZE); in get_ep_fifo_config()
519 bitmap_zero(rx_fifo->bitmap, MTU3_FIFO_BIT_SIZE); in get_ep_fifo_config()
526 bitmap_zero(tx_fifo->bitmap, MTU3_FIFO_BIT_SIZE); in get_ep_fifo_config()
532 bitmap_zero(rx_fifo->bitmap, MTU3_FIFO_BIT_SIZE); in get_ep_fifo_config()
/OK3568_Linux_fs/kernel/arch/sparc/lib/
H A Dbitext.c123 bitmap_zero(map, size); in bit_map_init()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmpspec.h102 bitmap_zero((map).mask, MAX_LOCAL_APIC)
/OK3568_Linux_fs/kernel/tools/perf/bench/
H A Dfind-bit-bench.c70 bitmap_zero(to_test, num_bits); in do_for_each_set_bit()
/OK3568_Linux_fs/kernel/drivers/gpio/
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()

12345678