| /linux-6.15/lib/ |
| H 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()
|
| H A D | interval_tree_test.c | 140 intxn1 = bitmap_alloc(nnodes, GFP_KERNEL); in intersection_range_check() 146 intxn2 = bitmap_alloc(nnodes, GFP_KERNEL); in intersection_range_check()
|
| /linux-6.15/drivers/mmc/core/ |
| H A D | pwrseq_simple.c | 48 values = bitmap_alloc(nvalues, GFP_KERNEL); in mmc_pwrseq_simple_set_gpios_value()
|
| /linux-6.15/tools/include/linux/ |
| H A D | bitmap.h | 83 static inline unsigned long *bitmap_alloc(unsigned int nbits, gfp_t flags __maybe_unused) in bitmap_alloc() function
|
| /linux-6.15/drivers/gpio/ |
| H A D | gpio-max3191x.c | 317 values = bitmap_alloc(descs->ndescs, GFP_KERNEL); in max3191x_gpiod_multi_set_single_value()
|
| H A D | gpio-aggregator.c | 72 bitmap_alloc(AGGREGATOR_MAX_GPIOS, GFP_KERNEL); in aggr_parse()
|
| H A D | gpiolib.c | 617 p = bitmap_alloc(gc->ngpio, GFP_KERNEL); in gpiochip_allocate_mask() 3370 mask = bitmap_alloc(guard.gc->ngpio, flags); in gpiod_get_array_value_complex() 3374 bits = bitmap_alloc(guard.gc->ngpio, flags); in gpiod_get_array_value_complex() 3711 mask = bitmap_alloc(guard.gc->ngpio, flags); in gpiod_set_array_value_complex() 3715 bits = bitmap_alloc(guard.gc->ngpio, flags); in gpiod_set_array_value_complex()
|
| /linux-6.15/include/linux/ |
| H A D | bitmap.h | 132 unsigned long *bitmap_alloc(unsigned int nbits, gfp_t flags);
|
| /linux-6.15/drivers/ptp/ |
| H A D | ptp_clock.c | 276 queue->mask = bitmap_alloc(PTP_MAX_CHANNELS, GFP_KERNEL); in ptp_clock_register()
|
| H A D | ptp_chardev.c | 118 queue->mask = bitmap_alloc(PTP_MAX_CHANNELS, GFP_KERNEL); in ptp_open()
|
| /linux-6.15/kernel/ |
| H A D | watch_queue.c | 292 bitmap = bitmap_alloc(nr_notes, GFP_KERNEL); in watch_queue_set_size()
|
| /linux-6.15/drivers/input/keyboard/ |
| H A D | gpio_keys.c | 251 unsigned long *bits __free(bitmap) = bitmap_alloc(n_events, GFP_KERNEL); in gpio_keys_attr_store_helper()
|
| /linux-6.15/arch/arm64/kvm/ |
| H A D | pmu-emul.c | 1155 kvm->arch.pmu_filter = bitmap_alloc(nr_events, GFP_KERNEL_ACCOUNT); in kvm_arm_pmu_v3_set_attr()
|
| /linux-6.15/drivers/input/ |
| H A D | evdev.c | 893 mem = bitmap_alloc(maxbit, GFP_KERNEL); in evdev_handle_get_val()
|
| /linux-6.15/kernel/sched/ |
| H A D | topology.c | 1862 distance_map = bitmap_alloc(NR_DISTANCE_VALUES, GFP_KERNEL); in sched_init_numa()
|
| /linux-6.15/drivers/iio/ |
| H A D | industrialio-buffer.c | 520 trialmask = bitmap_alloc(masklength, GFP_KERNEL); in iio_scan_mask_set()
|
| /linux-6.15/mm/ |
| H A D | slub.c | 6559 obj_map = bitmap_alloc(oo_objects(s->oo), GFP_KERNEL); in validate_slab_cache() 7753 obj_map = bitmap_alloc(oo_objects(s->oo), GFP_KERNEL); in slab_debug_trace_open()
|
| /linux-6.15/drivers/infiniband/hw/mlx4/ |
| H A D | main.c | 2786 ibdev->ib_uc_qpns_bitmap = bitmap_alloc(ibdev->steer_qpn_count, in mlx4_ib_probe()
|
| /linux-6.15/net/packet/ |
| H A D | af_packet.c | 4546 rx_owner_map = bitmap_alloc(req->tp_frame_nr, in packet_set_ring()
|
| /linux-6.15/kernel/trace/ |
| H A D | ring_buffer.c | 1962 subbuf_mask = bitmap_alloc(nr_pages + 1, GFP_KERNEL); in rb_range_meta_init()
|