Searched refs:spdk_bit_array_create (Results 1 – 17 of 17) sorted by relevance
18 ba = spdk_bit_array_create(1); in test_1bit()44 ba = spdk_bit_array_create(64); in test_64bit()85 ba = spdk_bit_array_create(256); in test_find()141 ba = spdk_bit_array_create(0); in test_resize()207 ba = spdk_bit_array_create(0); in test_count()214 ba = spdk_bit_array_create(1); in test_count()224 ba = spdk_bit_array_create(65); in test_count()262 ba = spdk_bit_array_create(TEST_BITS_NUM); in test_mask_store_load()305 ba = spdk_bit_array_create(TEST_BITS_NUM); in test_mask_clear()
42 struct spdk_bit_array *spdk_bit_array_create(uint32_t num_bits);
30 spdk_bit_array_create(uint32_t num_bits) in spdk_bit_array_create() function350 array = spdk_bit_array_create(num_bits); in spdk_bit_pool_create()
12 spdk_bit_array_create;
126 band->p2l_map.valid = (struct ftl_bitmap *)spdk_bit_array_create(ftl_get_num_blocks_in_band(dev)); in test_init_ftl_band()
379 tgt.subsystem_ids = spdk_bit_array_create(tgt.max_subsystems); in nvmf_test_create_subsystem() 572 ctrlrA.visible_ns = spdk_bit_array_create(subsystem.max_nsid); in test_spdk_nvmf_ns_visible() 575 ctrlrB.visible_ns = spdk_bit_array_create(subsystem.max_nsid); in test_spdk_nvmf_ns_visible() 1607 ctrlr.visible_ns = spdk_bit_array_create(1); in test_spdk_nvmf_ns_event() 1619 tgt.subsystem_ids = spdk_bit_array_create(tgt.max_subsystems); in test_spdk_nvmf_ns_event() 1717 tgt.subsystem_ids = spdk_bit_array_create(tgt.max_subsystems); in test_nvmf_subsystem_add_ctrlr() 1788 tgt.subsystem_ids = spdk_bit_array_create(tgt.max_subsystems); in test_spdk_nvmf_subsystem_add_host() 2063 tgt.subsystem_ids = spdk_bit_array_create(tgt.max_subsystems); in test_nvmf_subsystem_state_change()
478 ctrlr.qpair_mask = spdk_bit_array_create(3); in test_connect() 1010 ctrlr.visible_ns = spdk_bit_array_create(1); in test_get_ns_id_desc_list() 1147 ctrlr.visible_ns = spdk_bit_array_create(3); in test_identify_ns() 1243 ctrlr.visible_ns = spdk_bit_array_create(3); in test_identify_ns_iocs_specific() 1334 ctrlr.visible_ns = spdk_bit_array_create(3); in test_set_get_features() 1775 ctrlr.visible_ns = spdk_bit_array_create(1); in test_identify_ctrlr() 2050 ctrlr.visible_ns = spdk_bit_array_create(1); in test_fused_compare_and_write() 2707 ctrlr.visible_ns = spdk_bit_array_create(1); in test_spdk_nvmf_request_zcopy_start() 2815 ctrlr.visible_ns = spdk_bit_array_create(1); in test_spdk_nvmf_request_zcopy_start() 2959 ctrlr.visible_ns = spdk_bit_array_create( in test_zcopy_write() [all...]
270 g_ut_array = spdk_bit_array_create(num_threads); in spdk_trace_init()
479 g_page_array = spdk_bit_array_create(PAGE_ARRAY_SIZE); in main()
295 tgt.subsystem_ids = spdk_bit_array_create(tgt.max_subsystems); in test_discovery_log() 429 tgt.subsystem_ids = spdk_bit_array_create(tgt.max_subsystems); in test_discovery_log_with_filters()
592 vol->allocated_chunk_maps = spdk_bit_array_create(total_chunks); in spdk_reduce_vol_init() 595 vol->allocated_backing_io_units = spdk_bit_array_create(total_backing_io_units); in spdk_reduce_vol_init()
1223 g_ctrlr_started = spdk_bit_array_create(128); in nvme_cuse_start()
2986 ctrlr->free_io_qids = spdk_bit_array_create(ctrlr->opts.num_io_queues + 1); in nvme_ctrlr_set_num_queues()
378 tgt->subsystem_ids = spdk_bit_array_create(tgt->max_subsystems); in spdk_nvmf_tgt_create()
466 ctrlr->qpair_mask = spdk_bit_array_create(transport->opts.max_qpairs_per_ctrlr); in nvmf_ctrlr_create() 533 ctrlr->visible_ns = spdk_bit_array_create(subsystem->max_nsid); in nvmf_ctrlr_create()
274 subsystem->used_listener_ids = spdk_bit_array_create(NVMF_MAX_LISTENERS_PER_SUBSYSTEM); in spdk_nvmf_subsystem_create()
1568 ctrlr->free_io_qids = spdk_bit_array_create(num_io_queues + 1); in setup_qpairs()