Home
last modified time | relevance | path

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

/linux-6.1.9/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.1.9/drivers/mmc/core/
Dpwrseq_simple.c45 values = bitmap_alloc(nvalues, GFP_KERNEL); in mmc_pwrseq_simple_set_gpios_value()
/linux-6.1.9/drivers/gpio/
Dgpio-max3191x.c319 values = bitmap_alloc(ndescs, GFP_KERNEL); in gpiod_set_array_single_value_cansleep()
Dgpio-aggregator.c67 bitmap = bitmap_alloc(ARCH_NR_GPIOS, GFP_KERNEL); in aggr_parse()
Dgpiolib.c438 p = bitmap_alloc(gc->ngpio, GFP_KERNEL); in gpiochip_allocate_mask()
2718 mask = bitmap_alloc(gc->ngpio, flags); in gpiod_get_array_value_complex()
2722 bits = bitmap_alloc(gc->ngpio, flags); in gpiod_get_array_value_complex()
3012 mask = bitmap_alloc(gc->ngpio, flags); in gpiod_set_array_value_complex()
3016 bits = bitmap_alloc(gc->ngpio, flags); in gpiod_set_array_value_complex()
/linux-6.1.9/include/linux/
Dbitmap.h122 unsigned long *bitmap_alloc(unsigned int nbits, gfp_t flags);
/linux-6.1.9/kernel/
Dwatch_queue.c287 bitmap = bitmap_alloc(nr_notes, GFP_KERNEL); in watch_queue_set_size()
/linux-6.1.9/drivers/input/keyboard/
Dgpio_keys.c250 bits = bitmap_alloc(n_events, GFP_KERNEL); in gpio_keys_attr_store_helper()
/linux-6.1.9/arch/arm64/kvm/
Dpmu-emul.c1073 kvm->arch.pmu_filter = bitmap_alloc(nr_events, GFP_KERNEL_ACCOUNT); in kvm_arm_pmu_v3_set_attr()
/linux-6.1.9/drivers/input/
Devdev.c895 mem = bitmap_alloc(maxbit, GFP_KERNEL); in evdev_handle_get_val()
/linux-6.1.9/drivers/iio/
Dindustrialio-buffer.c456 trialmask = bitmap_alloc(indio_dev->masklength, GFP_KERNEL); in iio_scan_mask_set()
/linux-6.1.9/kernel/sched/
Dtopology.c1819 distance_map = bitmap_alloc(NR_DISTANCE_VALUES, GFP_KERNEL); in sched_init_numa()
/linux-6.1.9/drivers/vhost/
Dscsi.c1799 vs->compl_bitmap = bitmap_alloc(nvqs, GFP_KERNEL); in vhost_scsi_open()
/linux-6.1.9/mm/
Dslub.c5004 obj_map = bitmap_alloc(oo_objects(s->oo), GFP_KERNEL); in validate_slab_cache()
6183 obj_map = bitmap_alloc(oo_objects(s->oo), GFP_KERNEL); in slab_debug_trace_open()
/linux-6.1.9/drivers/infiniband/hw/mlx4/
Dmain.c2779 ibdev->ib_uc_qpns_bitmap = bitmap_alloc(ibdev->steer_qpn_count, in mlx4_ib_add()
/linux-6.1.9/net/packet/
Daf_packet.c4452 rx_owner_map = bitmap_alloc(req->tp_frame_nr, in packet_set_ring()