Searched refs:bitmap_alloc (Results 1 – 16 of 16) sorted by relevance
| /linux/lib/ |
| A D | bitmap.c | 1388 unsigned long *bitmap_alloc(unsigned int nbits, gfp_t flags) in bitmap_alloc() function 1393 EXPORT_SYMBOL(bitmap_alloc); 1397 return bitmap_alloc(nbits, flags | __GFP_ZERO); in bitmap_zalloc() 1433 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/include/linux/ |
| A D | bitmap.h | 124 unsigned long *bitmap_alloc(unsigned int nbits, gfp_t flags);
|
| /linux/drivers/gpio/ |
| A D | gpio-max3191x.c | 319 values = bitmap_alloc(ndescs, GFP_KERNEL); in gpiod_set_array_single_value_cansleep()
|
| A D | gpio-aggregator.c | 67 bitmap = bitmap_alloc(ARCH_NR_GPIOS, GFP_KERNEL); in aggr_parse()
|
| A D | gpiolib.c | 437 p = bitmap_alloc(gc->ngpio, GFP_KERNEL); in gpiochip_allocate_mask() 2581 mask = bitmap_alloc(gc->ngpio, flags); in gpiod_get_array_value_complex() 2585 bits = bitmap_alloc(gc->ngpio, flags); in gpiod_get_array_value_complex() 2875 mask = bitmap_alloc(gc->ngpio, flags); in gpiod_set_array_value_complex() 2879 bits = bitmap_alloc(gc->ngpio, flags); in gpiod_set_array_value_complex()
|
| /linux/kernel/sched/ |
| A D | topology.c | 1775 distance_map = bitmap_alloc(NR_DISTANCE_VALUES, GFP_KERNEL); in sched_init_numa() 1917 sched_numa_onlined_nodes = bitmap_alloc(nr_node_ids, GFP_KERNEL); in sched_init_numa()
|
| /linux/arch/arm64/kvm/ |
| A D | pmu-emul.c | 981 vcpu->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 | 895 mem = bitmap_alloc(maxbit, GFP_KERNEL); in evdev_handle_get_val()
|
| /linux/drivers/iio/ |
| A D | industrialio-buffer.c | 456 trialmask = bitmap_alloc(indio_dev->masklength, GFP_KERNEL); in iio_scan_mask_set()
|
| /linux/mm/ |
| A D | slub.c | 5048 obj_map = bitmap_alloc(oo_objects(s->oo), GFP_KERNEL); in validate_slab_cache() 6145 obj_map = bitmap_alloc(oo_objects(s->oo), GFP_KERNEL); in slab_debug_trace_open()
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| A D | spectrum_switchdev.c | 1595 flood_bitmap = bitmap_alloc(num_of_ports, GFP_KERNEL); in mlxsw_sp_mc_write_mdb_entry()
|
| /linux/net/packet/ |
| A D | af_packet.c | 4428 rx_owner_map = bitmap_alloc(req->tp_frame_nr, in packet_set_ring()
|
| /linux/ |
| A D | vmlinux.symvers | 768 0x00000000 bitmap_alloc vmlinux EXPORT_SYMBOL
|
| A D | System.map | 16485 ffff80001048e434 T bitmap_alloc
|
| A D | .tmp_System.map | 16485 ffff80001048e434 T bitmap_alloc
|
Completed in 359 milliseconds