Home
last modified time | relevance | path

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

/linux-6.6.21/lib/
Dbitmap.c1386 unsigned long *bitmap_alloc(unsigned int nbits, gfp_t flags) in bitmap_alloc() function
1391 EXPORT_SYMBOL(bitmap_alloc);
1395 return bitmap_alloc(nbits, flags | __GFP_ZERO); in bitmap_zalloc()
1431 bitmap = bitmap_alloc(nbits, flags); in devm_bitmap_alloc()
/linux-6.6.21/drivers/mmc/core/
Dpwrseq_simple.c45 values = bitmap_alloc(nvalues, GFP_KERNEL); in mmc_pwrseq_simple_set_gpios_value()
/linux-6.6.21/include/linux/
Dbitmap.h122 unsigned long *bitmap_alloc(unsigned int nbits, gfp_t flags);
/linux-6.6.21/drivers/gpio/
Dgpio-max3191x.c319 values = bitmap_alloc(ndescs, GFP_KERNEL); in gpiod_set_array_single_value_cansleep()
Dgpiolib.c458 p = bitmap_alloc(gc->ngpio, GFP_KERNEL); in gpiochip_allocate_mask()
2895 mask = bitmap_alloc(gc->ngpio, flags); in gpiod_get_array_value_complex()
2899 bits = bitmap_alloc(gc->ngpio, flags); in gpiod_get_array_value_complex()
3189 mask = bitmap_alloc(gc->ngpio, flags); in gpiod_set_array_value_complex()
3193 bits = bitmap_alloc(gc->ngpio, flags); in gpiod_set_array_value_complex()
Dgpio-aggregator.c72 bitmap = bitmap_alloc(AGGREGATOR_MAX_GPIOS, GFP_KERNEL); in aggr_parse()
/linux-6.6.21/drivers/irqchip/
Dirq-sifive-plic.c444 priv->prio_save = bitmap_alloc(nr_irqs, GFP_KERNEL); in __plic_init()
/linux-6.6.21/kernel/
Dwatch_queue.c284 bitmap = bitmap_alloc(nr_notes, GFP_KERNEL); in watch_queue_set_size()
/linux-6.6.21/arch/arm64/kvm/
Dpmu-emul.c988 kvm->arch.pmu_filter = bitmap_alloc(nr_events, GFP_KERNEL_ACCOUNT); in kvm_arm_pmu_v3_set_attr()
/linux-6.6.21/drivers/input/keyboard/
Dgpio_keys.c250 bits = bitmap_alloc(n_events, GFP_KERNEL); in gpio_keys_attr_store_helper()
/linux-6.6.21/drivers/input/
Devdev.c895 mem = bitmap_alloc(maxbit, GFP_KERNEL); in evdev_handle_get_val()
/linux-6.6.21/drivers/iio/
Dindustrialio-buffer.c459 trialmask = bitmap_alloc(indio_dev->masklength, GFP_KERNEL); in iio_scan_mask_set()
/linux-6.6.21/kernel/sched/
Dtopology.c1835 distance_map = bitmap_alloc(NR_DISTANCE_VALUES, GFP_KERNEL); in sched_init_numa()
/linux-6.6.21/mm/
Dslub.c5210 obj_map = bitmap_alloc(oo_objects(s->oo), GFP_KERNEL); in validate_slab_cache()
6400 obj_map = bitmap_alloc(oo_objects(s->oo), GFP_KERNEL); in slab_debug_trace_open()
/linux-6.6.21/drivers/infiniband/hw/mlx4/
Dmain.c2784 ibdev->ib_uc_qpns_bitmap = bitmap_alloc(ibdev->steer_qpn_count, in mlx4_ib_probe()
/linux-6.6.21/net/packet/
Daf_packet.c4481 rx_owner_map = bitmap_alloc(req->tp_frame_nr, in packet_set_ring()