Home
last modified time | relevance | path

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

/linux/lib/
H A Dbitmap.c736 unsigned long *bitmap_alloc(unsigned int nbits, gfp_t flags) in bitmap_alloc() function
741 EXPORT_SYMBOL(bitmap_alloc);
745 return bitmap_alloc(nbits, flags | __GFP_ZERO); in bitmap_zalloc()
781 bitmap = bitmap_alloc(nbits, flags); in devm_bitmap_alloc()
/linux/tools/include/linux/
H A Dbitmap.h110 static inline unsigned long *bitmap_alloc(unsigned int nbits, gfp_t flags __maybe_unused)
97 static inline unsigned long *bitmap_alloc(unsigned int nbits, gfp_t flags __maybe_unused) bitmap_alloc() function
/linux/drivers/gpio/
H A Dgpio-max3191x.c304 values = bitmap_alloc(descs->ndescs, GFP_KERNEL); in max3191x_gpiod_multi_set_single_value()
H A Dgpiolib.c713 p = bitmap_alloc(gc->ngpio, GFP_KERNEL); in gpiochip_allocate_mask()
3550 mask = bitmap_alloc(guard.gc->ngpio, flags); in gpiod_get_array_value_complex()
3554 bits = bitmap_alloc(guard.gc->ngpio, flags); in gpiod_get_array_value_complex()
3895 mask = bitmap_alloc(guard.gc->ngpio, flags); in gpiod_set_array_value_complex()
3899 bits = bitmap_alloc(guard.gc->ngpio, flags); in gpiod_set_array_value_complex()
H A Dgpio-aggregator.c1377 bitmap_alloc(AGGREGATOR_MAX_GPIOS, GFP_KERNEL); in gpio_aggregator_parse()
/linux/kernel/
H A Dwatch_queue.c292 bitmap = bitmap_alloc(nr_notes, GFP_KERNEL); in watch_queue_set_size()
/linux/include/linux/
H A Dbitmap.h135 unsigned long *bitmap_alloc(unsigned int nbits, gfp_t flags);
/linux/drivers/ptp/
H A Dptp_clock.c366 queue->mask = bitmap_alloc(PTP_MAX_CHANNELS, GFP_KERNEL); in ptp_clock_register()
/linux/drivers/input/
H A Devdev.c898 mem = bitmap_alloc(maxbit, GFP_KERNEL); in evdev_handle_get_val()
/linux/kernel/sched/
H A Dtopology.c2274 distance_map = bitmap_alloc(NR_DISTANCE_VALUES, GFP_KERNEL); in sched_record_numa_dist()
/linux/fs/resctrl/
H A Drdtgroup.c168 closid_free_map = bitmap_alloc(rdt_min_closid, GFP_KERNEL); in closid_init()
/linux/mm/
H A Dslub.c8789 obj_map = bitmap_alloc(oo_objects(s->oo), GFP_KERNEL); in validate_slab_cache()
9896 obj_map = bitmap_alloc(oo_objects(s->oo), GFP_KERNEL); in slab_debug_trace_open()
/linux/net/packet/
H A Daf_packet.c4533 rx_owner_map = bitmap_alloc(req->tp_frame_nr, in packet_set_ring()
/linux/kernel/trace/
H A Dring_buffer.c2245 subbuf_mask = bitmap_alloc(nr_pages + 1, GFP_KERNEL); in rb_range_meta_init()