Home
last modified time | relevance | path

Searched refs:bitmap_alloc (Results 1 – 16 of 16) sorted by relevance

/linux/lib/
A Dbitmap.c1388 unsigned long *bitmap_alloc(unsigned int nbits, gfp_t flags) in bitmap_alloc() function
1393 EXPORT_SYMBOL(bitmap_alloc);
1397 return bitmap_alloc(nbits, flags | __GFP_ZERO); in bitmap_zalloc()
1433 bitmap = bitmap_alloc(nbits, flags); in devm_bitmap_alloc()
/linux/drivers/mmc/core/
A Dpwrseq_simple.c45 values = bitmap_alloc(nvalues, GFP_KERNEL); in mmc_pwrseq_simple_set_gpios_value()
/linux/include/linux/
A Dbitmap.h124 unsigned long *bitmap_alloc(unsigned int nbits, gfp_t flags);
/linux/drivers/gpio/
A Dgpio-max3191x.c319 values = bitmap_alloc(ndescs, GFP_KERNEL); in gpiod_set_array_single_value_cansleep()
A Dgpio-aggregator.c67 bitmap = bitmap_alloc(ARCH_NR_GPIOS, GFP_KERNEL); in aggr_parse()
A Dgpiolib.c437 p = bitmap_alloc(gc->ngpio, GFP_KERNEL); in gpiochip_allocate_mask()
2581 mask = bitmap_alloc(gc->ngpio, flags); in gpiod_get_array_value_complex()
2585 bits = bitmap_alloc(gc->ngpio, flags); in gpiod_get_array_value_complex()
2875 mask = bitmap_alloc(gc->ngpio, flags); in gpiod_set_array_value_complex()
2879 bits = bitmap_alloc(gc->ngpio, flags); in gpiod_set_array_value_complex()
/linux/kernel/sched/
A Dtopology.c1775 distance_map = bitmap_alloc(NR_DISTANCE_VALUES, GFP_KERNEL); in sched_init_numa()
1917 sched_numa_onlined_nodes = bitmap_alloc(nr_node_ids, GFP_KERNEL); in sched_init_numa()
/linux/arch/arm64/kvm/
A Dpmu-emul.c981 vcpu->kvm->arch.pmu_filter = bitmap_alloc(nr_events, GFP_KERNEL_ACCOUNT); in kvm_arm_pmu_v3_set_attr()
/linux/drivers/input/
A Devdev.c895 mem = bitmap_alloc(maxbit, GFP_KERNEL); in evdev_handle_get_val()
/linux/drivers/iio/
A Dindustrialio-buffer.c456 trialmask = bitmap_alloc(indio_dev->masklength, GFP_KERNEL); in iio_scan_mask_set()
/linux/mm/
A Dslub.c5048 obj_map = bitmap_alloc(oo_objects(s->oo), GFP_KERNEL); in validate_slab_cache()
6145 obj_map = bitmap_alloc(oo_objects(s->oo), GFP_KERNEL); in slab_debug_trace_open()
/linux/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_switchdev.c1595 flood_bitmap = bitmap_alloc(num_of_ports, GFP_KERNEL); in mlxsw_sp_mc_write_mdb_entry()
/linux/net/packet/
A Daf_packet.c4428 rx_owner_map = bitmap_alloc(req->tp_frame_nr, in packet_set_ring()
/linux/
A Dvmlinux.symvers768 0x00000000 bitmap_alloc vmlinux EXPORT_SYMBOL
A DSystem.map16485 ffff80001048e434 T bitmap_alloc
A D.tmp_System.map16485 ffff80001048e434 T bitmap_alloc

Completed in 359 milliseconds