Home
last modified time | relevance | path

Searched refs:atomic_clear (Results 1 – 25 of 36) sorted by relevance

12

/Zephyr-Core-3.6.0/kernel/
Dsmp.c77 atomic_clear(&global_lock); in z_smp_global_unlock()
88 atomic_clear(&global_lock); in z_smp_release_global_lock()
156 (void)atomic_clear(&ready_flag); in start_cpu()
227 (void)atomic_clear(&cpu_start_flag); in z_smp_init()
/Zephyr-Core-3.6.0/drivers/wifi/esp_at/
Desp_socket.c47 atomic_clear(&sock->flags); in esp_socket_put()
89 atomic_clear(&sock->refcount); in esp_socket_init()
90 atomic_clear(&sock->flags); in esp_socket_init()
/Zephyr-Core-3.6.0/subsys/net/ip/
Dpromiscuous.c74 atomic_clear(&enabled); in net_promisc_mode_off()
/Zephyr-Core-3.6.0/include/zephyr/
Dspinlock.h328 atomic_clear(&l->locked); in k_spin_unlock()
369 atomic_clear(&l->locked); in k_spin_release()
/Zephyr-Core-3.6.0/include/zephyr/sys/
Datomic_arch.h40 atomic_val_t atomic_clear(atomic_t *target);
Datomic_c.h50 static inline atomic_val_t atomic_clear(atomic_t *target) in atomic_clear() function
Datomic_builtin.h82 static inline atomic_val_t atomic_clear(atomic_t *target) in atomic_clear() function
Datomic.h396 atomic_val_t atomic_clear(atomic_t *target);
/Zephyr-Core-3.6.0/subsys/usb/device/class/
Dbluetooth.c323 atomic_clear(&suspended); in bluetooth_status_cb()
341 atomic_clear(&suspended); in bluetooth_status_cb()
348 tmp = atomic_clear(&suspended); in bluetooth_status_cb()
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/audio/src/
Dcommon.h78 #define UNSET_FLAG(flag) (void)atomic_clear(&flag)
/Zephyr-Core-3.6.0/drivers/lora/
Dsx12xx_common.c95 atomic_clear(&data->modem_usage); in modem_release()
149 atomic_clear(&dev_data.modem_usage); in sx12xx_ev_rx_done()
/Zephyr-Core-3.6.0/include/zephyr/arch/xtensa/
Datomic_xtensa.h165 static ALWAYS_INLINE atomic_val_t atomic_clear(atomic_t *target) in atomic_clear() function
/Zephyr-Core-3.6.0/arch/riscv/core/
Dsmp.c119 atomic_val_t pending_ipi = atomic_clear(&cpu_pending_ipi[_current_cpu->id]); in sched_ipi_handler()
/Zephyr-Core-3.6.0/subsys/bluetooth/audio/
Dcsip_set_member.c96 atomic_clear(&notify_in_progress); in csip_gatt_notify_complete_cb()
120 atomic_clear(&notify_in_progress); in csip_gatt_notify_set_lock()
686 atomic_clear(svc_inst->clients[i].flags); in csip_bond_deleted()
Dpacs.c789 atomic_clear(&notify_rdy); in pacs_gatt_notify_complete_cb()
814 atomic_clear(&notify_rdy); in pacs_gatt_notify()
Dvcp_vol_rend.c475 atomic_clear(vol_rend.notify); in bt_vcp_vol_rend_register()
Dvocs.c452 atomic_clear(inst->notify); in bt_vocs_register()
/Zephyr-Core-3.6.0/drivers/usb/device/
Dusb_dc_smartbond.c504 atomic_clear(&ep0_in_state->busy); in handle_ep0_tx()
579 atomic_clear(&ep_state->busy); in handle_epx_rx_ev()
627 atomic_clear(&ep_state->busy); in handle_epx_tx_ev()
708 atomic_clear(&dev_state.ep_state[1][i].busy); in handle_bus_reset()
/Zephyr-Core-3.6.0/tests/kernel/common/src/
Datomic.c189 zassert_true((atomic_clear(&target) == 100), "atomic_clear"); in ZTEST_USER()
/Zephyr-Core-3.6.0/drivers/usb/uvb/
Duvb.c242 tmp = atomic_clear(&dev_node->subscribed); in handle_msg_unsubscribe()
/Zephyr-Core-3.6.0/arch/arm64/core/cortex_r/
Darm_mpu.c735 atomic_clear(&thread->arch.flushing); in configure_dynamic_mpu_regions()
848 atomic_clear(&thread->arch.flushing); in z_arm64_swap_mem_domains()
/Zephyr-Core-3.6.0/subsys/bluetooth/mesh/
Dprov.c43 atomic_clear(bt_mesh_prov_link.flags); in bt_mesh_prov_reset_state()
/Zephyr-Core-3.6.0/tests/kernel/mem_protect/futex/src/
Dmain.c355 atomic_clear(&simple_futex.val); in ZTEST()
/Zephyr-Core-3.6.0/subsys/usb/usb_c/
Dusbc_pe_snk_states.c579 atomic_clear(pe->flags); in pe_snk_transition_to_default_entry()
/Zephyr-Core-3.6.0/drivers/console/
Duart_mux.c379 atomic_clear(&real_uart->init_done); in init_real_uart()

12