Home
last modified time | relevance | path

Searched defs:timeout (Results 1 – 25 of 430) sorted by relevance

12345678910>>...18

/Zephyr-Core-3.7.0/subsys/net/ip/
Dnet_timeout.c10 void net_timeout_set(struct net_timeout *timeout, in net_timeout_set()
44 int64_t net_timeout_deadline(const struct net_timeout *timeout, in net_timeout_deadline()
64 uint32_t net_timeout_remaining(const struct net_timeout *timeout, in net_timeout_remaining()
78 uint32_t net_timeout_evaluate(struct net_timeout *timeout, in net_timeout_evaluate()
Dnet_pkt.c368 k_timeout_t timeout, in net_pkt_get_reserve_data_debug()
417 k_timeout_t timeout, in net_pkt_get_frag_debug()
457 struct net_buf *net_pkt_get_reserve_rx_data_debug(size_t min_len, k_timeout_t timeout, in net_pkt_get_reserve_rx_data_debug()
463 struct net_buf *net_pkt_get_reserve_tx_data_debug(size_t min_len, k_timeout_t timeout, in net_pkt_get_reserve_tx_data_debug()
471 struct net_buf *net_pkt_get_reserve_rx_data(size_t min_len, k_timeout_t timeout) in net_pkt_get_reserve_rx_data()
476 struct net_buf *net_pkt_get_reserve_tx_data(size_t min_len, k_timeout_t timeout) in net_pkt_get_reserve_tx_data()
862 size_t size, k_timeout_t timeout,
920 size_t size, k_timeout_t timeout,
1131 k_timeout_t timeout,
1203 k_timeout_t timeout, const char *caller,
[all …]
/Zephyr-Core-3.7.0/subsys/tracing/test/
Dtracing_string_format_test.c96 void sys_trace_k_thread_sleep_enter(k_timeout_t timeout) in sys_trace_k_thread_sleep_enter()
101 void sys_trace_k_thread_sleep_exit(k_timeout_t timeout, int ret) in sys_trace_k_thread_sleep_exit()
177 void sys_trace_k_thread_join_blocking(struct k_thread *thread, k_timeout_t timeout) in sys_trace_k_thread_join_blocking()
182 void sys_trace_k_thread_join_exit(struct k_thread *thread, k_timeout_t timeout, int ret) in sys_trace_k_thread_join_exit()
238 k_timeout_t timeout) in sys_trace_k_condvar_wait_enter()
244 k_timeout_t timeout, int ret) in sys_trace_k_condvar_wait_exit()
259 void sys_trace_k_sem_take_enter(struct k_sem *sem, k_timeout_t timeout) in sys_trace_k_sem_take_enter()
264 void sys_trace_k_sem_take_exit(struct k_sem *sem, k_timeout_t timeout, int ret) in sys_trace_k_sem_take_exit()
269 void sys_trace_k_sem_take_blocking(struct k_sem *sem, k_timeout_t timeout) in sys_trace_k_sem_take_blocking()
284 void sys_trace_k_mutex_lock_enter(struct k_mutex *mutex, k_timeout_t timeout) in sys_trace_k_mutex_lock_enter()
[all …]
Dtracing_test.h23 #define sys_port_trace_k_thread_join_enter(thread, timeout) \ argument
25 #define sys_port_trace_k_thread_join_blocking(thread, timeout) \ argument
27 #define sys_port_trace_k_thread_join_exit(thread, timeout, ret) \ argument
29 #define sys_port_trace_k_thread_sleep_enter(timeout) sys_trace_k_thread_sleep_enter(timeout) argument
30 #define sys_port_trace_k_thread_sleep_exit(timeout, ret) sys_trace_k_thread_sleep_exit(timeout, ret) argument
73 #define sys_port_trace_k_work_flush_blocking(work, timeout) argument
107 #define sys_port_trace_k_work_poll_submit_to_queue_enter(work_q, work, timeout) argument
108 #define sys_port_trace_k_work_poll_submit_to_queue_blocking(work_q, work, timeout) argument
109 #define sys_port_trace_k_work_poll_submit_to_queue_exit(work_q, work, timeout, ret) argument
110 #define sys_port_trace_k_work_poll_submit_enter(work, timeout) argument
[all …]
/Zephyr-Core-3.7.0/subsys/net/lib/sntp/
Dsntp_simple.c11 static int sntp_simple_helper(struct sockaddr *addr, socklen_t addr_len, uint32_t timeout, in sntp_simple_helper()
51 int sntp_simple_addr(struct sockaddr *addr, socklen_t addr_len, uint32_t timeout, in sntp_simple_addr()
64 int sntp_simple(const char *server, uint32_t timeout, struct sntp_time *ts) in sntp_simple()
/Zephyr-Core-3.7.0/subsys/tracing/sysview/
Dtracing_sysview.h41 #define sys_port_trace_k_thread_join_enter(thread, timeout) \ argument
44 #define sys_port_trace_k_thread_join_blocking(thread, timeout) argument
45 #define sys_port_trace_k_thread_join_exit(thread, timeout, ret) \ argument
48 #define sys_port_trace_k_thread_sleep_enter(timeout) \ argument
51 #define sys_port_trace_k_thread_sleep_exit(timeout, ret) \ argument
153 #define sys_port_trace_k_work_flush_blocking(work, timeout) argument
251 #define sys_port_trace_k_work_poll_submit_to_queue_enter(work_q, work, timeout) \ argument
255 #define sys_port_trace_k_work_poll_submit_to_queue_blocking(work_q, work, timeout) argument
257 #define sys_port_trace_k_work_poll_submit_to_queue_exit(work_q, work, timeout, ret) \ argument
260 #define sys_port_trace_k_work_poll_submit_enter(work, timeout) \ argument
[all …]
/Zephyr-Core-3.7.0/subsys/bluetooth/host/
Dlong_wq.c14 int bt_long_wq_schedule(struct k_work_delayable *dwork, k_timeout_t timeout) in bt_long_wq_schedule()
19 int bt_long_wq_reschedule(struct k_work_delayable *dwork, k_timeout_t timeout) in bt_long_wq_reschedule()
/Zephyr-Core-3.7.0/subsys/tracing/ctf/
Dtracing_ctf.h31 #define sys_port_trace_k_thread_join_enter(thread, timeout) argument
32 #define sys_port_trace_k_thread_join_blocking(thread, timeout) argument
33 #define sys_port_trace_k_thread_join_exit(thread, timeout, ret) argument
34 #define sys_port_trace_k_thread_sleep_enter(timeout) argument
35 #define sys_port_trace_k_thread_sleep_exit(timeout, ret) argument
82 #define sys_port_trace_k_work_flush_blocking(work, timeout) argument
119 timeout) argument
121 timeout) argument
122 #define sys_port_trace_k_work_poll_submit_to_queue_exit(work_q, work, timeout, \ argument
124 #define sys_port_trace_k_work_poll_submit_enter(work, timeout) argument
[all …]
/Zephyr-Core-3.7.0/subsys/tracing/user/
Dtracing_user.h58 #define sys_port_trace_k_thread_join_enter(thread, timeout) argument
59 #define sys_port_trace_k_thread_join_blocking(thread, timeout) argument
60 #define sys_port_trace_k_thread_join_exit(thread, timeout, ret) argument
61 #define sys_port_trace_k_thread_sleep_enter(timeout) argument
62 #define sys_port_trace_k_thread_sleep_exit(timeout, ret) argument
98 #define sys_port_trace_k_work_flush_blocking(work, timeout) argument
135 timeout) argument
137 timeout) argument
138 #define sys_port_trace_k_work_poll_submit_to_queue_exit(work_q, work, timeout, \ argument
140 #define sys_port_trace_k_work_poll_submit_enter(work, timeout) argument
[all …]
/Zephyr-Core-3.7.0/include/zephyr/tracing/
Dtracing.h82 #define sys_port_trace_k_thread_join_enter(thread, timeout) argument
89 #define sys_port_trace_k_thread_join_blocking(thread, timeout) argument
97 #define sys_port_trace_k_thread_join_exit(thread, timeout, ret) argument
103 #define sys_port_trace_k_thread_sleep_enter(timeout) argument
110 #define sys_port_trace_k_thread_sleep_exit(timeout, ret) argument
360 #define sys_port_trace_k_work_flush_blocking(work, timeout) argument
603 #define sys_port_trace_k_work_poll_submit_to_queue_enter(work_q, work, timeout) argument
611 #define sys_port_trace_k_work_poll_submit_to_queue_blocking(work_q, work, timeout) argument
620 #define sys_port_trace_k_work_poll_submit_to_queue_exit(work_q, work, timeout, ret) argument
627 #define sys_port_trace_k_work_poll_submit_enter(work, timeout) argument
[all …]
/Zephyr-Core-3.7.0/tests/kernel/mem_heap/k_heap_api/src/
Dtest_kheap_api.c35 k_timeout_t timeout = Z_TIMEOUT_MS(200); in thread_alloc_heap() local
52 k_timeout_t timeout = Z_TIMEOUT_MS(200); in thread_alloc_heap_null() local
115 k_timeout_t timeout = Z_TIMEOUT_US(TIMEOUT); in ZTEST() local
140 k_timeout_t timeout = Z_TIMEOUT_US(TIMEOUT); in ZTEST() local
166 k_timeout_t timeout = Z_TIMEOUT_US(TIMEOUT); in ZTEST() local
/Zephyr-Core-3.7.0/subsys/zbus/
Dzbus.c32 k_timeout_t timeout) in _zbus_create_net_buf()
45 k_timeout_t timeout) in _zbus_create_net_buf()
282 static inline int chan_lock(const struct zbus_channel *chan, k_timeout_t timeout, int *prio) in chan_lock()
336 int zbus_chan_pub(const struct zbus_channel *chan, const void *msg, k_timeout_t timeout) in zbus_chan_pub()
369 int zbus_chan_read(const struct zbus_channel *chan, void *msg, k_timeout_t timeout) in zbus_chan_read()
390 int zbus_chan_notify(const struct zbus_channel *chan, k_timeout_t timeout) in zbus_chan_notify()
416 int zbus_chan_claim(const struct zbus_channel *chan, k_timeout_t timeout) in zbus_chan_claim()
443 k_timeout_t timeout) in zbus_sub_wait()
457 k_timeout_t timeout) in zbus_sub_wait_msg()
Dzbus_runtime_observers.c12 k_timeout_t timeout) in zbus_chan_add_obs()
69 k_timeout_t timeout) in zbus_chan_rm_obs()
/Zephyr-Core-3.7.0/include/zephyr/net/
Dnet_offload.h36 static inline int32_t timeout_to_int32(k_timeout_t timeout) in timeout_to_int32()
239 k_timeout_t timeout, in net_offload_connect()
282 k_timeout_t timeout, in net_offload_accept()
324 k_timeout_t timeout, in net_offload_send()
370 k_timeout_t timeout, in net_offload_sendto()
419 k_timeout_t timeout, in net_offload_recv()
/Zephyr-Core-3.7.0/lib/os/
Dmutex.c33 int z_impl_z_sys_mutex_kernel_lock(struct sys_mutex *mutex, k_timeout_t timeout) in z_impl_z_sys_mutex_kernel_lock()
45 k_timeout_t timeout) in z_vrfy_z_sys_mutex_kernel_lock()
/Zephyr-Core-3.7.0/kernel/
Dkheap.c66 k_timeout_t timeout) in k_heap_aligned_alloc()
108 void *k_heap_alloc(struct k_heap *heap, size_t bytes, k_timeout_t timeout) in k_heap_alloc()
119 void *k_heap_realloc(struct k_heap *heap, void *ptr, size_t bytes, k_timeout_t timeout) in k_heap_realloc()
Dtimeout.c100 k_timeout_t timeout) in z_add_timeout()
159 static k_ticks_t timeout_rem(const struct _timeout *timeout) in timeout_rem()
173 k_ticks_t z_timeout_remaining(const struct _timeout *timeout) in z_timeout_remaining()
186 k_ticks_t z_timeout_expires(const struct _timeout *timeout) in z_timeout_expires()
293 k_timepoint_t sys_timepoint_calc(k_timeout_t timeout) in sys_timepoint_calc()
Dfutex.c66 k_timeout_t timeout) in z_impl_k_futex_wait()
93 k_timeout_t timeout) in z_vrfy_k_futex_wait()
/Zephyr-Core-3.7.0/drivers/serial/
Duart_handlers.c91 size_t len, int32_t timeout) in z_vrfy_uart_tx()
102 size_t len, int32_t timeout) in z_vrfy_uart_tx_u16()
116 size_t len, int32_t timeout) in z_vrfy_uart_rx_enable()
127 size_t len, int32_t timeout) in z_vrfy_uart_rx_enable_u16()
/Zephyr-Core-3.7.0/tests/subsys/mgmt/ec_host_cmd/uart/src/
Duart_mock.c32 int uart_mock_tx(const struct device *dev, const uint8_t *buf, size_t len, int32_t timeout) in uart_mock_tx()
46 static int uart_mock_rx_enable(const struct device *dev, uint8_t *buf, size_t len, int32_t timeout) in uart_mock_rx_enable()
/Zephyr-Core-3.7.0/lib/posix/options/
Ddevice_io.c38 int poll(struct pollfd *fds, int nfds, int timeout) in poll()
52 int select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout) in select()
/Zephyr-Core-3.7.0/subsys/net/lib/websocket/
Dwebsocket.c232 int32_t timeout, void *user_data) in websocket_connect()
459 int timeout) in websocket_poll_offload()
512 int timeout; in websocket_ioctl_vmeth() local
608 int32_t timeout) in websocket_prepare_and_send()
654 int32_t timeout) in websocket_send_msg()
895 static int wait_rx(int sock, int timeout) in wait_rx()
924 static int timeout_to_ms(k_timeout_t *timeout) in timeout_to_ms()
938 uint32_t *message_type, uint64_t *remaining, int32_t timeout) in websocket_recv_msg()
1068 size_t buf_len, int32_t timeout) in websocket_send()
1090 size_t buf_len, int32_t timeout) in websocket_recv()
[all …]
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dadv.c89 uint8_t xmit, k_timeout_t timeout) in adv_create_from_pool()
157 uint8_t xmit, k_timeout_t timeout) in bt_mesh_adv_create()
197 struct bt_mesh_adv *bt_mesh_adv_get(k_timeout_t timeout) in bt_mesh_adv_get()
224 struct bt_mesh_adv *bt_mesh_adv_get_by_tag(enum bt_mesh_adv_tag_bit tags, k_timeout_t timeout) in bt_mesh_adv_get_by_tag()
/Zephyr-Core-3.7.0/subsys/net/
Dbuf.c107 k_timeout_t timeout) in mem_pool_data_alloc()
149 k_timeout_t timeout) in fixed_data_alloc()
172 k_timeout_t timeout) in heap_data_alloc()
211 static uint8_t *data_alloc(struct net_buf *buf, size_t *size, k_timeout_t timeout) in data_alloc()
227 k_timeout_t timeout, const char *func, in net_buf_alloc_len_debug()
352 k_timeout_t timeout, const char *func, in net_buf_alloc_fixed_debug()
360 k_timeout_t timeout) in net_buf_alloc_fixed()
369 k_timeout_t timeout, in net_buf_alloc_with_data_debug()
395 struct net_buf *net_buf_get_debug(struct k_fifo *fifo, k_timeout_t timeout, in net_buf_get_debug()
509 struct net_buf *net_buf_clone(struct net_buf *buf, k_timeout_t timeout) in net_buf_clone()
[all …]
/Zephyr-Core-3.7.0/subsys/net/l2/ethernet/lldp/
Dlldp.c54 static void lldp_submit_work(uint32_t timeout) in lldp_submit_work()
64 static bool lldp_check_timeout(int64_t start, uint32_t time, int64_t timeout) in lldp_check_timeout()
76 static bool lldp_timedout(struct ethernet_lldp *lldp, int64_t timeout) in lldp_timedout()
160 static uint32_t lldp_manage_timeouts(struct ethernet_lldp *lldp, int64_t timeout) in lldp_manage_timeouts()
177 int64_t timeout = k_uptime_get(); in lldp_tx_timeout() local

12345678910>>...18