Home
last modified time | relevance | path

Searched refs:ATOMIC_INIT (Results 1 – 19 of 19) sorted by relevance

/Zephyr-Core-3.5.0/tests/net/offloaded_netdev/src/
Dmain.c52 atomic_t up_count = ATOMIC_INIT(0);
55 atomic_t call_count = ATOMIC_INIT(0);
58 atomic_t retval = ATOMIC_INIT(0);
/Zephyr-Core-3.5.0/subsys/net/ip/
Dpromiscuous.c26 static atomic_t enabled = ATOMIC_INIT(0);
Dnet_pkt.c1229 pkt->atomic_ref = ATOMIC_INIT(1);
/Zephyr-Core-3.5.0/include/zephyr/rtio/
Drtio_spsc.h88 .in = ATOMIC_INIT(0), \
89 .out = ATOMIC_INIT(0), \
Drtio.h775 .cq_count = ATOMIC_INIT(0), \
776 .xcqcnt = ATOMIC_INIT(0), \
/Zephyr-Core-3.5.0/subsys/usb/usb_c/
Dusbc_prl.c519 data->prl_tx->flags = ATOMIC_INIT(0); in prl_hr_send_msg_to_phy()
548 prl_hr->flags = ATOMIC_INIT(0); in prl_init()
553 prl_tx->flags = ATOMIC_INIT(0); in prl_init()
563 prl_rx->flags = ATOMIC_INIT(0); in prl_init()
598 prl_tx->flags = ATOMIC_INIT(0); in prl_tx_wait_for_message_request_entry()
974 prl_hr->flags = ATOMIC_INIT(0); in prl_hr_wait_for_request_entry()
1015 prl_rx->flags = ATOMIC_INIT(0); in prl_hr_reset_layer_entry()
1017 prl_tx->flags = ATOMIC_INIT(0); in prl_hr_reset_layer_entry()
Dusbc_tc_common.c118 tc->flags = ATOMIC_INIT(0); in tc_init()
/Zephyr-Core-3.5.0/lib/os/
Dfdtable.c46 .refcount = ATOMIC_INIT(1),
53 .refcount = ATOMIC_INIT(1),
60 .refcount = ATOMIC_INIT(1),
/Zephyr-Core-3.5.0/tests/subsys/rtio/rtio_api/src/
Dtest_rtio_spsc.c113 ezspsc._spsc.in = ATOMIC_INIT(UINTPTR_MAX - 2); in ZTEST()
114 ezspsc._spsc.out = ATOMIC_INIT(UINTPTR_MAX - 2); in ZTEST()
/Zephyr-Core-3.5.0/include/zephyr/sys/
Datomic.h62 #define ATOMIC_INIT(i) (i) macro
/Zephyr-Core-3.5.0/samples/subsys/zbus/confirmed_channel/src/
Dmain.c11 static atomic_t sub_count = ATOMIC_INIT(0);
/Zephyr-Core-3.5.0/doc/kernel/services/other/
Datomic.rst35 a different value using :c:macro:`ATOMIC_INIT`:
39 atomic_t flags = ATOMIC_INIT(0xFF);
/Zephyr-Core-3.5.0/samples/subsys/usb_c/sink/src/
Dmain.c324 port1_data.ps_ready = ATOMIC_INIT(0); in main()
/Zephyr-Core-3.5.0/include/zephyr/pm/
Ddevice.h200 .flags = ATOMIC_INIT(Z_PM_DEVICE_FLAGS(node_id)), \
/Zephyr-Core-3.5.0/samples/subsys/usb_c/source/src/
Dmain.c358 port1_data.show_sink_request = ATOMIC_INIT(0); in main()
/Zephyr-Core-3.5.0/subsys/pm/
Dpolicy.c24 .lock = ATOMIC_INIT(0), \
/Zephyr-Core-3.5.0/samples/bluetooth/central_otc/src/
Dmain.c549 discovery_state = ATOMIC_INIT(0); in disconnected()
653 discovery_state = ATOMIC_INIT(0); in main()
/Zephyr-Core-3.5.0/drivers/interrupt_controller/
Dintc_gicv3.c44 atomic_t nlpi_intid = ATOMIC_INIT(8192);
/Zephyr-Core-3.5.0/include/zephyr/net/
Dbuf.h1017 .avail_count = ATOMIC_INIT(_count), \