Searched refs:spdk_bit_array_set (Results 1 – 15 of 15) sorted by relevance
/spdk/test/unit/lib/util/bit_array.c/ |
H A D | bit_array_ut.c | 26 CU_ASSERT(spdk_bit_array_set(ba, 0) == 0); in test_1bit() 54 CU_ASSERT(spdk_bit_array_set(ba, 1) == 0); in test_64bit() 60 CU_ASSERT(spdk_bit_array_set(ba, 63) == 0); in test_64bit() 91 CU_ASSERT(spdk_bit_array_set(ba, i) == 0); in test_find() 145 CU_ASSERT(spdk_bit_array_set(ba, 0) == -EINVAL); in test_resize() 153 CU_ASSERT(spdk_bit_array_set(ba, 0) == 0); in test_resize() 161 CU_ASSERT(spdk_bit_array_set(ba, 1) == 0); in test_resize() 177 CU_ASSERT(spdk_bit_array_set(ba, 64) == 0); in test_resize() 218 spdk_bit_array_set(ba, 0); in test_count() 228 spdk_bit_array_set(ba, 0); in test_count() [all …]
|
/spdk/include/spdk/ |
H A D | bit_array.h | 95 int spdk_bit_array_set(struct spdk_bit_array *ba, uint32_t bit_index);
|
/spdk/lib/util/ |
H A D | bit_array.c | 163 spdk_bit_array_set(struct spdk_bit_array *ba, uint32_t bit_index) in spdk_bit_array_set() function 317 spdk_bit_array_set(ba, i + size * CHAR_BIT); in spdk_bit_array_load_mask() 443 spdk_bit_array_set(pool->array, bit_index); in spdk_bit_pool_allocate_bit()
|
H A D | spdk_util.map | 16 spdk_bit_array_set;
|
/spdk/test/unit/lib/nvmf/ctrlr.c/ |
H A D | ctrlr_ut.c | 892 spdk_bit_array_set(ctrlr.qpair_mask, 1); in test_connect() 1040 spdk_bit_array_set(ctrlr.visible_ns, 0); in test_get_ns_id_desc_list() 1148 spdk_bit_array_set(ctrlr.visible_ns, 0); in test_identify_ns() 1149 spdk_bit_array_set(ctrlr.visible_ns, 2); in test_identify_ns() 1244 spdk_bit_array_set(ctrlr.visible_ns, 0); in test_identify_ns_iocs_specific() 1245 spdk_bit_array_set(ctrlr.visible_ns, 1); in test_identify_ns_iocs_specific() 1246 spdk_bit_array_set(ctrlr.visible_ns, 2); in test_identify_ns_iocs_specific() 1335 spdk_bit_array_set(ctrlr.visible_ns, 0); in test_set_get_features() 1336 spdk_bit_array_set(ctrlr.visible_ns, 2); in test_set_get_features() 1776 spdk_bit_array_set(ctrl in test_identify_ctrlr() [all...] |
/spdk/lib/reduce/ |
H A D | reduce.c | 606 spdk_bit_array_set(vol->allocated_backing_io_units, i); in spdk_reduce_vol_init() 887 spdk_bit_array_set(vol->allocated_chunk_maps, logical_map_index); in spdk_reduce_vol_unload() 891 spdk_bit_array_set(vol->allocated_backing_io_units, chunk->io_unit_index[j]); 1393 spdk_bit_array_set(vol->allocated_chunk_maps, req->chunk_map_index); in _write_decompress_done() 1443 spdk_bit_array_set(vol->allocated_backing_io_units, req->chunk->io_unit_index[i]); in _read_decompress_done()
|
/spdk/lib/trace/ |
H A D | trace.c | 204 spdk_bit_array_set(g_ut_array, t_ut_array_index); in spdk_trace_register_user_thread()
|
/spdk/test/env/memory/ |
H A D | memory_ut.c | 58 SPDK_CU_ASSERT_FATAL(spdk_bit_array_set(g_page_array, i) == 0); in test_mem_map_notify()
|
/spdk/test/unit/lib/ftl/ftl_band.c/ |
H A D | ftl_band_ut.c | 186 ret = spdk_bit_array_set((struct spdk_bit_array *)bitmap, bit); in ftl_bitmap_set()
|
/spdk/lib/nvmf/ |
H A D | subsystem.c | 308 spdk_bit_array_set(tgt->subsystem_ids, sid); in spdk_nvmf_subsystem_create() 1558 spdk_bit_array_set(subsystem->used_listener_ids, id);
|
H A D | ctrlr.c | 319 spdk_bit_array_set(ctrlr->qpair_mask, qpair->qid); in nvmf_ctrlr_add_qpair()
|
/spdk/lib/nvme/ |
H A D | nvme_cuse.c | 1260 spdk_bit_array_set(g_ctrlr_started, ctrlr_device->index); in nvme_cuse_start()
|
H A D | nvme_ctrlr.c | 508 spdk_bit_array_set(ctrlr->free_io_qids, qpair->id); in spdk_nvme_ctrlr_alloc_io_qpair() 5541 spdk_bit_array_set(ctrlr->free_io_qids, qid);
|
/spdk/test/unit/lib/nvmf/subsystem.c/ |
H A D | subsystem_ut.c | 1608 spdk_bit_array_set(ctrlr.visible_ns, 0); in test_spdk_nvmf_ns_event()
|
/spdk/test/unit/lib/nvme/nvme_ctrlr.c/ |
H A D | nvme_ctrlr_ut.c | 1574 spdk_bit_array_set(ctrlr->free_io_qids, i);
|