Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Daffinity.c28 a->orig_cpus = bitmap_alloc(cpu_set_size * 8); in affinity__setup()
32 a->sched_cpus = bitmap_alloc(cpu_set_size * 8); in affinity__setup()
H A Dmmap.c109 node_mask = bitmap_alloc(node_index + 1); in perf_mmap__aio_bind()
261 map->affinity_mask.bits = bitmap_alloc(map->affinity_mask.nbits); in perf_mmap__setup_affinity_mask()
H A Dmetricgroup.c307 evlist_used = bitmap_alloc(perf_evlist->core.nr_entries); in metricgroup__setup_events()
H A Dheader.c278 set = bitmap_alloc(size); in do_read_bitmap()
1266 n->set = bitmap_alloc(size); in memory_node__read()
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dbitmap.c17 bm = bitmap_alloc(nbits); in get_bitmap()
H A Dmem2node.c30 bm = bitmap_alloc(nbits); in get_bitmap()
/OK3568_Linux_fs/kernel/lib/
H A Dbitmap.c1248 unsigned long *bitmap_alloc(unsigned int nbits, gfp_t flags) in bitmap_alloc() function
1253 EXPORT_SYMBOL(bitmap_alloc);
1257 return bitmap_alloc(nbits, flags | __GFP_ZERO); in bitmap_zalloc()
1280 bitmap = bitmap_alloc(nbits, flags); in devm_bitmap_alloc()
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/x86_64/
H A Dvmx_dirty_log_test.c115 bmap = bitmap_alloc(TEST_MEM_PAGES); in main()
/OK3568_Linux_fs/kernel/tools/perf/bench/
H A Dfind-bit-bench.c57 unsigned long *to_test = bitmap_alloc(num_bits); in do_for_each_set_bit()
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/
H A Ddirty_log_test.c430 bmap = bitmap_alloc(host_num_pages); in run_test()
431 host_bmap_track = bitmap_alloc(host_num_pages); in run_test()
H A Ddirty_log_perf_test.c121 bmap = bitmap_alloc(host_num_pages); in run_test()
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dpwrseq_simple.c45 values = bitmap_alloc(nvalues, GFP_KERNEL); in mmc_pwrseq_simple_set_gpios_value()
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dbitmap.h123 static inline unsigned long *bitmap_alloc(int nbits) in bitmap_alloc() function
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dbitmap.h482 extern bitmap bitmap_alloc (bitmap_obstack *obstack CXX_MEM_STAT_INFO);
483 #define BITMAP_ALLOC bitmap_alloc
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dbitmap.h482 extern bitmap bitmap_alloc (bitmap_obstack *obstack CXX_MEM_STAT_INFO);
483 #define BITMAP_ALLOC bitmap_alloc
/OK3568_Linux_fs/kernel/include/linux/
H A Dbitmap.h123 extern unsigned long *bitmap_alloc(unsigned int nbits, gfp_t flags);
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-max3191x.c319 values = bitmap_alloc(ndescs, GFP_KERNEL); in gpiod_set_array_single_value_cansleep()
H A Dgpio-aggregator.c121 bitmap = bitmap_alloc(ARCH_NR_GPIOS, GFP_KERNEL); in aggr_parse()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-c2c.c140 c2c_he->cpuset = bitmap_alloc(c2c.cpus_cnt); in c2c_he_zalloc()
144 c2c_he->nodeset = bitmap_alloc(c2c.nodes_cnt); in c2c_he_zalloc()
2021 set = bitmap_alloc(c2c.cpus_cnt); in setup_nodes()
H A Dbuiltin-record.c2706 rec->affinity_mask.bits = bitmap_alloc(rec->affinity_mask.nbits); in cmd_record()
/OK3568_Linux_fs/kernel/arch/arm64/kvm/
H A Dpmu-emul.c971 vcpu->kvm->arch.pmu_filter = bitmap_alloc(nr_events, GFP_KERNEL); in kvm_arm_pmu_v3_set_attr()
/OK3568_Linux_fs/kernel/drivers/input/
H A Devdev.c895 mem = bitmap_alloc(maxbit, GFP_KERNEL); in evdev_handle_get_val()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_imx2018 bitmap_alloc
H A Dabi_gki_aarch64_rockchip2230 bitmap_alloc
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dtopology.c1559 distance_map = bitmap_alloc(NR_DISTANCE_VALUES, GFP_KERNEL); in sched_init_numa()

12