Searched refs:sys_bitarray_alloc (Results 1 – 17 of 17) sorted by relevance
| /Zephyr-4.3.0/include/zephyr/sys/ |
| D | bitarray.h | 168 int sys_bitarray_alloc(sys_bitarray_t *bitarray, size_t num_bits,
|
| /Zephyr-4.3.0/lib/posix/options/ |
| D | spinlock.c | 85 ret = sys_bitarray_alloc(&posix_spinlock_bitarray, 1, &bit); in pthread_spin_init()
|
| D | barrier.c | 119 if (sys_bitarray_alloc(&posix_barrier_bitarray, 1, &bit) < 0) { in pthread_barrier_init()
|
| D | key.c | 80 if (sys_bitarray_alloc(&posix_key_bitarray, 1, &bit) < 0) { in to_posix_key()
|
| D | cond.c | 80 if (sys_bitarray_alloc(&posix_cond_bitarray, 1, &bit) < 0) { in to_posix_cond()
|
| D | mutex.c | 92 if (sys_bitarray_alloc(&posix_mutex_bitarray, 1, &bit) < 0) { in to_posix_mutex()
|
| D | rwlock.c | 95 if (sys_bitarray_alloc(&posix_rwlock_bitarray, 1, &bit) < 0) { in to_posix_rwlock()
|
| /Zephyr-4.3.0/kernel/ |
| D | dynamic.c | 46 rv = sys_bitarray_alloc(&dynamic_ba, 1, &offset); in z_thread_stack_alloc_pool()
|
| D | mmu.c | 304 ret = sys_bitarray_alloc(&virt_region_bitmap, num_bits, &offset); in virt_region_alloc()
|
| /Zephyr-4.3.0/tests/kernel/common/src/ |
| D | bitarray.c | 295 ret = sys_bitarray_alloc(&ba_32, num_bits, &offset); in test_alloc_free_32() 341 ret = sys_bitarray_alloc(&ba_128, 5, &offset); in alloc_and_free_predefined() 347 ret = sys_bitarray_alloc(&ba_128, 16, &offset); in alloc_and_free_predefined() 389 ret = sys_bitarray_alloc(&ba_128, 34, &offset); in alloc_and_free_predefined() 430 ret = sys_bitarray_alloc(&ba, num_bits, &offset); in alloc_and_free_loop() 491 ret = sys_bitarray_alloc(&ba, 4, &offset); in alloc_and_free_interval()
|
| /Zephyr-4.3.0/subsys/portability/cmsis_rtos_v1/ |
| D | cmsis_thread.c | 102 ret = sys_bitarray_alloc((sys_bitarray_t *)(thread_def->status_mask), in osThreadCreate()
|
| /Zephyr-4.3.0/cmake/sca/eclair/ECL/ |
| D | call_properties.ecl | 47 -call_properties+={"name(sys_bitarray_alloc)", {"pointee_read(3=never)","pointee_write(3=maybe)","t…
|
| /Zephyr-4.3.0/lib/os/zvfs/ |
| D | zvfs_eventfd.c | 419 if (sys_bitarray_alloc(&efds_bitarray, 1, &offset) < 0) { in zvfs_eventfd()
|
| /Zephyr-4.3.0/soc/nordic/common/ |
| D | dmm.c | 213 rv = sys_bitarray_alloc(&dh->bitarray, num_bits, &off); in dmm_buffer_alloc()
|
| /Zephyr-4.3.0/lib/mem_blocks/ |
| D | mem_blocks.c | 27 r = sys_bitarray_alloc(mem_block->bitmap, num_blocks, &offset); in alloc_blocks()
|
| /Zephyr-4.3.0/subsys/ipc/ipc_service/backends/ |
| D | ipc_icbmsg.c | 354 r = sys_bitarray_alloc(conf->tx_usage_bitmap, num_blocks, in alloc_tx_buffer() 379 r = sys_bitarray_alloc(conf->tx_usage_bitmap, num_blocks, &tx_block_index); in alloc_tx_buffer()
|
| /Zephyr-4.3.0/lib/utils/ |
| D | bitarray.c | 491 int sys_bitarray_alloc(sys_bitarray_t *bitarray, size_t num_bits, in sys_bitarray_alloc() function
|