Home
last modified time | relevance | path

Searched refs:likely (Results 1 – 25 of 76) sorted by relevance

1234

/Zephyr-Core-3.6.0/drivers/entropy/
Dentropy_nrf5.c150 while (likely(len--)) { in rng_pool_get()
160 if (likely(!other_read_in_progress)) { in rng_pool_get()
260 if (likely((flags & ENTROPY_BUSYWAIT) == 0U)) { in entropy_nrf5_get_entropy_isr()
Dentropy_smartbond.c134 while (likely(len--)) { in rng_pool_get()
144 if (likely(!other_read_in_progress)) { in rng_pool_get()
272 if (likely((flags & ENTROPY_BUSYWAIT) == 0U)) { in entropy_smartbond_get_entropy_isr()
Dentropy_stm32.c470 while (likely(len--)) { in rng_pool_get()
480 if (likely(!other_read_in_progress)) { in rng_pool_get()
601 if (likely((flags & ENTROPY_BUSYWAIT) == 0U)) { in entropy_stm32_rng_get_entropy_isr()
/Zephyr-Core-3.6.0/kernel/
Dmutex.c116 if (likely((mutex->lock_count == 0U) || (mutex->owner == _current))) { in z_impl_k_mutex_lock()
177 if (likely(mutex->owner != NULL)) { in z_impl_k_mutex_lock()
Dsem.c143 if (likely(sem->count > 0U)) { in z_impl_k_sem_take()
Dstack.c152 if (likely(stack->next > stack->base)) { in z_impl_k_stack_pop()
/Zephyr-Core-3.6.0/drivers/sensor/lis2dh/
Dlis2dh_trigger.c451 if (likely(lis2dh->handler_drdy != NULL)) { in lis2dh_thread_cb()
458 if (likely(lis2dh->handler_drdy != NULL)) { in lis2dh_thread_cb()
483 if (likely(lis2dh->handler_anymotion != NULL) && in lis2dh_thread_cb()
498 if (likely(lis2dh->handler_tap != NULL) && in lis2dh_thread_cb()
/Zephyr-Core-3.6.0/include/zephyr/net/
Dieee802154_pkt.h163 if (likely(rssi >= IEEE802154_MAC_RSSI_DBM_MIN && rssi <= IEEE802154_MAC_RSSI_DBM_MAX)) { in net_pkt_set_ieee802154_rssi_dbm()
/Zephyr-Core-3.6.0/cmake/usage/
Dusage.cmake42 message(" 3: more obscure warnings, can most likely be ignored")
/Zephyr-Core-3.6.0/drivers/display/
DKconfig.mcux_dcnano_lcdif23 Note that hardware will likely perform best if zero driver
DKconfig.mcux_elcdif23 Note that hardware will likely perform best if zero driver
/Zephyr-Core-3.6.0/drivers/interrupt_controller/
Dintc_loapic.c320 for (block = 7; likely(block > 0); block--) { in z_irq_controller_isr_vector_get()
/Zephyr-Core-3.6.0/lib/posix/options/
DKconfig.pthread27 Note: this option should be considered temporary and will likely be
/Zephyr-Core-3.6.0/doc/services/dsp/
Dindex.rst11 Currently, the API will work on any architecture but will likely not be
/Zephyr-Core-3.6.0/drivers/sensor/sm351lt/
Dsm351lt.c71 if (likely(data->changed_handler != NULL)) { in sm351lt_thread_cb()
/Zephyr-Core-3.6.0/drivers/counter/
Dcounter_ifx_cat1.c329 if (likely(counter_is_bit_mask(top))) { in ifx_cat1_counter_ticks_add()
341 if (likely(counter_is_bit_mask(top))) { in ifx_cat1_counter_ticks_sub()
Dcounter_nrfx_timer.c102 if (likely(IS_BIT_MASK(top))) { in ticks_add()
113 if (likely(IS_BIT_MASK(top))) { in ticks_sub()
Dcounter_gd32_timer.c179 if (likely(IS_BIT_MASK(top))) { in ticks_add()
190 if (likely(IS_BIT_MASK(top))) { in ticks_sub()
Dcounter_ll_stm32_timer.c166 if (likely(IS_BIT_MASK(top))) { in counter_stm32_ticks_add()
177 if (likely(IS_BIT_MASK(top))) { in counter_stm32_ticks_sub()
Dcounter_nrfx_rtc.c116 } else if (likely(IS_BIT_MASK(top))) { in ticks_sub()
146 if (likely(IS_BIT_MASK(top))) { in ticks_add()
/Zephyr-Core-3.6.0/subsys/testsuite/ztest/
DKconfig147 per suite will be shuffled on each iteration. The test order will likely
155 likely be different per iteration.
/Zephyr-Core-3.6.0/doc/develop/west/
Dtroubleshooting.rst142 The most likely cause is that you're running the command outside of a
217 then it's likely that west is using the :envvar:`ZEPHYR_BASE` :ref:`environment
/Zephyr-Core-3.6.0/arch/arm/core/mpu/
DKconfig89 SoC definition should likely provide its own custom MPU regions.
/Zephyr-Core-3.6.0/samples/boards/nrf/mesh/onoff-app/
DREADME.rst41 likely also run on the nrf52dk_nrf52832 board.
/Zephyr-Core-3.6.0/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/
DREADME.rst58 likely also run on the nrf52dk_nrf52832 board.

1234