/Zephyr-latest/samples/subsys/zbus/confirmed_channel/src/ |
D | main.c | 52 atomic_dec(zbus_chan_user_data(&confirmed_chan)); in bar_sub1_task() 77 atomic_dec(zbus_chan_user_data(&confirmed_chan)); in bar_sub2_task() 103 atomic_dec(zbus_chan_user_data(&confirmed_chan)); in bar_sub3_task()
|
/Zephyr-latest/tests/kernel/spinlock/src/ |
D | spinlock_fairness.c | 46 atomic_dec(&start_sync); in test_thread() 71 atomic_dec(&fairness_test_cycles); in test_thread()
|
/Zephyr-latest/subsys/net/ip/ |
D | promiscuous.c | 72 prev = atomic_dec(&enabled); in net_promisc_mode_off()
|
/Zephyr-latest/include/zephyr/sys/ |
D | atomic_arch.h | 30 atomic_val_t atomic_dec(atomic_t *target);
|
D | atomic_c.h | 36 static inline atomic_val_t atomic_dec(atomic_t *target) in atomic_dec() function
|
D | atomic_builtin.h | 54 static inline atomic_val_t atomic_dec(atomic_t *target) in atomic_dec() function
|
D | atomic.h | 326 atomic_val_t atomic_dec(atomic_t *target);
|
/Zephyr-latest/subsys/pm/policy/ |
D | policy_state_lock.c | 63 atomic_t cnt = atomic_dec(&substate_lock_t[i].lock); in pm_policy_state_lock_put()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_clock.c | 134 if (atomic_dec(&hf_refcnt) > 1) { in lll_hfclock_off()
|
/Zephyr-latest/samples/arch/smp/pi/src/ |
D | main.c | 77 atomic_dec(counter); in test_thread()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/einprogress/src/ |
D | dut.c | 58 atomic_val_t old = atomic_dec(&acl_pool_refs_held[buf_id]); in acl_pool_refs_held_remove()
|
/Zephyr-latest/include/zephyr/arch/xtensa/ |
D | atomic_xtensa.h | 119 atomic_val_t atomic_dec(atomic_t *target) in atomic_dec() function
|
/Zephyr-latest/subsys/logging/frontends/ |
D | log_frontend_dict_uart.c | 116 atomic_dec(&active_cnt); in tx() 167 atomic_val_t rem_pkts = atomic_dec(&active_cnt); in uart_callback()
|
/Zephyr-latest/drivers/serial/ |
D | uart_async_rx.c | 35 atomic_dec(&rx_data->free_buf_cnt); in uart_async_rx_buf_req()
|
D | uart_async_to_irq.c | 217 atomic_dec(&data->rx.pending_buf_req); in z_uart_async_to_irq_fifo_read() 376 } while (atomic_dec(&data->irq_req) > 1); in uart_async_to_irq_trampoline_cb()
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | bap_stream_tx.c | 214 const atomic_val_t old = atomic_dec(&tx_streams[i].enqueued); in bap_stream_tx_sent_cb()
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_bap_audio_stream.c | 221 const atomic_val_t old = atomic_dec(&tx_streams[i].enqueued); in btp_bap_audio_stream_sent_cb()
|
/Zephyr-latest/subsys/testsuite/ztest/src/ |
D | ztress.c | 191 atomic_dec(&active_cnt); in cont_check() 196 atomic_dec(&active_cnt); in cont_check()
|
/Zephyr-latest/drivers/adc/ |
D | adc_context.h | 281 } else if (atomic_dec(&ctx->sampling_requested) > 1) { in adc_context_on_sampling_done()
|
/Zephyr-latest/tests/kernel/semaphore/sys_sem/src/ |
D | main.c | 150 (void)atomic_dec(&atomic_count); in multi_thread_sem_take()
|
/Zephyr-latest/soc/ite/ec/it8xxx2/ |
D | soc.c | 278 atomic_dec(&cpu_idle_disabled); in chip_permit_idle()
|
/Zephyr-latest/tests/net/offloaded_netdev/src/ |
D | main.c | 76 atomic_dec(&up_count); in offload_impl_enable()
|
/Zephyr-latest/tests/kernel/common/src/ |
D | atomic.c | 162 zassert_true((atomic_dec(&target) == 2), "atomic_dec"); in ZTEST_USER()
|
/Zephyr-latest/subsys/logging/ |
D | log_core.c | 560 atomic_dec(&buffered_cnt); in z_impl_log_process() 619 atomic_dec(&buffered_cnt); in z_log_dropped()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | bap_iso.c | 84 old = atomic_dec(&iso->ref); in bt_bap_iso_unref()
|