Searched refs:bitmap_alloc (Results 1 – 17 of 17) sorted by relevance
| /linux/lib/ |
| A D | bitmap.c | 717 unsigned long *bitmap_alloc(unsigned int nbits, gfp_t flags) in bitmap_alloc() function 722 EXPORT_SYMBOL(bitmap_alloc); 726 return bitmap_alloc(nbits, flags | __GFP_ZERO); in bitmap_zalloc() 762 bitmap = bitmap_alloc(nbits, flags); in devm_bitmap_alloc()
|
| /linux/drivers/mmc/core/ |
| A D | pwrseq_simple.c | 45 values = bitmap_alloc(nvalues, GFP_KERNEL); in mmc_pwrseq_simple_set_gpios_value()
|
| /linux/drivers/gpio/ |
| A D | gpio-max3191x.c | 319 values = bitmap_alloc(ndescs, GFP_KERNEL); in gpiod_set_array_single_value_cansleep()
|
| A D | gpiolib.c | 597 p = bitmap_alloc(gc->ngpio, GFP_KERNEL); in gpiochip_allocate_mask() 3106 mask = bitmap_alloc(guard.gc->ngpio, flags); in gpiod_get_array_value_complex() 3110 bits = bitmap_alloc(guard.gc->ngpio, flags); in gpiod_get_array_value_complex() 3415 mask = bitmap_alloc(guard.gc->ngpio, flags); in gpiod_set_array_value_complex() 3419 bits = bitmap_alloc(guard.gc->ngpio, flags); in gpiod_set_array_value_complex()
|
| A D | gpio-aggregator.c | 72 bitmap = bitmap_alloc(AGGREGATOR_MAX_GPIOS, GFP_KERNEL); in aggr_parse()
|
| /linux/include/linux/ |
| A D | bitmap.h | 132 unsigned long *bitmap_alloc(unsigned int nbits, gfp_t flags);
|
| /linux/drivers/ptp/ |
| A D | ptp_clock.c | 270 queue->mask = bitmap_alloc(PTP_MAX_CHANNELS, GFP_KERNEL); in ptp_clock_register()
|
| A D | ptp_chardev.c | 117 queue->mask = bitmap_alloc(PTP_MAX_CHANNELS, GFP_KERNEL); in ptp_open()
|
| /linux/kernel/ |
| A D | watch_queue.c | 284 bitmap = bitmap_alloc(nr_notes, GFP_KERNEL); in watch_queue_set_size()
|
| /linux/drivers/input/keyboard/ |
| A D | gpio_keys.c | 251 unsigned long *bits __free(bitmap) = bitmap_alloc(n_events, GFP_KERNEL); in gpio_keys_attr_store_helper()
|
| /linux/arch/arm64/kvm/ |
| A D | pmu-emul.c | 1044 kvm->arch.pmu_filter = bitmap_alloc(nr_events, GFP_KERNEL_ACCOUNT); in kvm_arm_pmu_v3_set_attr()
|
| /linux/drivers/input/ |
| A D | evdev.c | 893 mem = bitmap_alloc(maxbit, GFP_KERNEL); in evdev_handle_get_val()
|
| /linux/kernel/sched/ |
| A D | topology.c | 1867 distance_map = bitmap_alloc(NR_DISTANCE_VALUES, GFP_KERNEL); in sched_init_numa()
|
| /linux/drivers/iio/ |
| A D | industrialio-buffer.c | 520 trialmask = bitmap_alloc(masklength, GFP_KERNEL); in iio_scan_mask_set()
|
| /linux/mm/ |
| A D | slub.c | 6141 obj_map = bitmap_alloc(oo_objects(s->oo), GFP_KERNEL); in validate_slab_cache() 7329 obj_map = bitmap_alloc(oo_objects(s->oo), GFP_KERNEL); in slab_debug_trace_open()
|
| /linux/drivers/infiniband/hw/mlx4/ |
| A D | main.c | 2784 ibdev->ib_uc_qpns_bitmap = bitmap_alloc(ibdev->steer_qpn_count, in mlx4_ib_probe()
|
| /linux/net/packet/ |
| A D | af_packet.c | 4560 rx_owner_map = bitmap_alloc(req->tp_frame_nr, in packet_set_ring()
|
Completed in 76 milliseconds