Searched refs:bitmap_alloc (Results 1 – 14 of 14) sorted by relevance
/linux/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()
|
/linux/drivers/gpio/ |
H A D | gpio-max3191x.c | 319 values = bitmap_alloc(ndescs, GFP_KERNEL); in gpiod_set_array_single_value_cansleep()
|
H A D | gpio-aggregator.c | 72 bitmap_alloc(AGGREGATOR_MAX_GPIOS, GFP_KERNEL); in aggr_parse()
|
/linux/include/linux/ |
H A D | bitmap.h | 132 unsigned long *bitmap_alloc(unsigned int nbits, gfp_t flags);
|
/linux/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/kernel/ |
H A D | watch_queue.c | 284 bitmap = bitmap_alloc(nr_notes, GFP_KERNEL); in watch_queue_set_size()
|
/linux/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/arch/arm64/kvm/ |
H A D | pmu-emul.c | 1129 kvm->arch.pmu_filter = bitmap_alloc(nr_events, GFP_KERNEL_ACCOUNT); in kvm_arm_pmu_v3_set_attr()
|
/linux/drivers/input/ |
H A D | evdev.c | 893 mem = bitmap_alloc(maxbit, GFP_KERNEL); in evdev_handle_get_val()
|
/linux/drivers/iio/ |
H A D | industrialio-buffer.c | 520 trialmask = bitmap_alloc(masklength, GFP_KERNEL); in iio_scan_mask_set()
|
/linux/mm/ |
H A D | slub.c | 6312 obj_map = bitmap_alloc(oo_objects(s->oo), GFP_KERNEL); in validate_slab_cache() 7506 obj_map = bitmap_alloc(oo_objects(s->oo), GFP_KERNEL); in slab_debug_trace_open()
|
/linux/net/packet/ |
H A D | af_packet.c | 4547 rx_owner_map = bitmap_alloc(req->tp_frame_nr, in packet_set_ring()
|
/linux/kernel/trace/ |
H A D | ring_buffer.c | 1916 subbuf_mask = bitmap_alloc(nr_pages + 1, GFP_KERNEL); in rb_range_meta_init()
|