| /Zephyr-latest/subsys/net/ip/ | 
| D | net_timeout.c | 10 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()
 
 | 
| /Zephyr-latest/subsys/tracing/test/ | 
| D | tracing_string_format_test.c | 96 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()
 243 				    k_timeout_t timeout)  in sys_trace_k_condvar_wait_enter()
 249 				   k_timeout_t timeout, int ret)  in sys_trace_k_condvar_wait_exit()
 264 void sys_trace_k_sem_take_enter(struct k_sem *sem, k_timeout_t timeout)  in sys_trace_k_sem_take_enter()
 269 void sys_trace_k_sem_take_exit(struct k_sem *sem, k_timeout_t timeout, int ret)  in sys_trace_k_sem_take_exit()
 274 void sys_trace_k_sem_take_blocking(struct k_sem *sem, k_timeout_t timeout)  in sys_trace_k_sem_take_blocking()
 289 void sys_trace_k_mutex_lock_enter(struct k_mutex *mutex, k_timeout_t timeout)  in sys_trace_k_mutex_lock_enter()
 [all …]
 
 | 
| D | tracing_test.h | 23 #define sys_port_trace_k_thread_join_enter(thread, timeout)                                        \  argument25 #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
 84 #define sys_port_trace_k_work_queue_stop_enter(queue, timeout)  argument
 85 #define sys_port_trace_k_work_queue_stop_blocking(queue, timeout)  argument
 86 #define sys_port_trace_k_work_queue_stop_exit(queue, timeout, ret)  argument
 110 #define sys_port_trace_k_work_poll_submit_to_queue_enter(work_q, work, timeout)  argument
 [all …]
 
 | 
| /Zephyr-latest/subsys/net/lib/sntp/ | 
| D | sntp_simple.c | 12 static int sntp_simple_helper(struct sockaddr *addr, socklen_t addr_len, uint32_t timeout,  in sntp_simple_helper()74 int sntp_simple_addr(struct sockaddr *addr, socklen_t addr_len, uint32_t timeout,  in sntp_simple_addr()
 87 int sntp_simple(const char *server, uint32_t timeout, struct sntp_time *ts)  in sntp_simple()
 
 | 
| /Zephyr-latest/subsys/bluetooth/host/ | 
| D | long_wq.c | 14 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-latest/tests/kernel/mem_heap/k_heap_api/src/ | 
| D | test_kheap_api.c | 37 	k_timeout_t timeout = Z_TIMEOUT_MS(200);  in thread_alloc_heap()  local54 	k_timeout_t timeout = Z_TIMEOUT_MS(200);  in thread_alloc_heap_null()  local
 117 	k_timeout_t timeout = Z_TIMEOUT_US(TIMEOUT);  in ZTEST()  local
 142 	k_timeout_t timeout = Z_TIMEOUT_US(TIMEOUT);  in ZTEST()  local
 168 	k_timeout_t timeout = Z_TIMEOUT_US(TIMEOUT);  in ZTEST()  local
 284 	k_timeout_t timeout = Z_TIMEOUT_US(TIMEOUT);  in ZTEST()  local
 
 | 
| /Zephyr-latest/kernel/ | 
| D | kheap.c | 67 			k_timeout_t timeout)  in k_heap_aligned_alloc()109 void *k_heap_alloc(struct k_heap *heap, size_t bytes, k_timeout_t timeout)  in k_heap_alloc()
 120 void *k_heap_calloc(struct k_heap *heap, size_t num, size_t size, k_timeout_t timeout)  in k_heap_calloc()
 139 void *k_heap_realloc(struct k_heap *heap, void *ptr, size_t bytes, k_timeout_t timeout)  in k_heap_realloc()
 
 | 
| D | timeout.c | 104 		   k_timeout_t timeout)  in z_add_timeout()167 static k_ticks_t timeout_rem(const struct _timeout *timeout)  in timeout_rem()
 181 k_ticks_t z_timeout_remaining(const struct _timeout *timeout)  in z_timeout_remaining()
 194 k_ticks_t z_timeout_expires(const struct _timeout *timeout)  in z_timeout_expires()
 301 k_timepoint_t sys_timepoint_calc(k_timeout_t timeout)  in sys_timepoint_calc()
 
 | 
| D | futex.c | 70 			k_timeout_t timeout)  in z_impl_k_futex_wait()97 				      k_timeout_t timeout)  in z_vrfy_k_futex_wait()
 
 | 
| D | pipe.c | 40 	k_timeout_t timeout = sys_timepoint_timeout(time_limit);  in wait_for()  local147 int z_impl_k_pipe_write(struct k_pipe *pipe, const uint8_t *data, size_t len, k_timeout_t timeout)  in z_impl_k_pipe_write()
 219 int z_impl_k_pipe_read(struct k_pipe *pipe, uint8_t *data, size_t len, k_timeout_t timeout)  in z_impl_k_pipe_read()
 307 int z_vrfy_k_pipe_read(struct k_pipe *pipe, uint8_t *data, size_t len, k_timeout_t timeout)  in z_vrfy_k_pipe_read()
 316 int z_vrfy_k_pipe_write(struct k_pipe *pipe, const uint8_t *data, size_t len, k_timeout_t timeout)  in z_vrfy_k_pipe_write()
 
 | 
| /Zephyr-latest/subsys/tracing/user/ | 
| D | tracing_user.h | 108 #define sys_port_trace_k_thread_join_enter(thread, timeout)  argument109 #define sys_port_trace_k_thread_join_blocking(thread, timeout)  argument
 110 #define sys_port_trace_k_thread_join_exit(thread, timeout, ret)  argument
 111 #define sys_port_trace_k_thread_sleep_enter(timeout)  argument
 112 #define sys_port_trace_k_thread_sleep_exit(timeout, ret)  argument
 148 #define sys_port_trace_k_work_flush_blocking(work, timeout)  argument
 159 #define sys_port_trace_k_work_queue_stop_enter(queue, timeout)  argument
 160 #define sys_port_trace_k_work_queue_stop_blocking(queue, timeout)  argument
 161 #define sys_port_trace_k_work_queue_stop_exit(queue, timeout, ret)  argument
 188 							 timeout)  argument
 [all …]
 
 | 
| /Zephyr-latest/subsys/tracing/ctf/ | 
| D | tracing_ctf.h | 31 #define sys_port_trace_k_thread_join_enter(thread, timeout)  argument32 #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
 93 #define sys_port_trace_k_work_queue_stop_enter(queue, timeout)  argument
 94 #define sys_port_trace_k_work_queue_stop_blocking(queue, timeout)  argument
 95 #define sys_port_trace_k_work_queue_stop_exit(queue, timeout, ret)  argument
 122 							 timeout)  argument
 [all …]
 
 | 
| /Zephyr-latest/subsys/mgmt/hawkbit/ | 
| D | hawkbit_autohandler.c | 86 enum hawkbit_response hawkbit_autohandler_wait(uint32_t events, k_timeout_t timeout)  in hawkbit_autohandler_wait()103 int hawkbit_autohandler_set_delay(k_timeout_t timeout, bool if_bigger)  in hawkbit_autohandler_set_delay()
 
 | 
| /Zephyr-latest/include/zephyr/net/ | 
| D | net_offload.h | 36 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-latest/include/zephyr/tracing/ | 
| D | tracing.h | 82 #define sys_port_trace_k_thread_join_enter(thread, timeout)  argument89 #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
 435 #define sys_port_trace_k_work_queue_stop_enter(queue, timeout)  argument
 442 #define sys_port_trace_k_work_queue_stop_blocking(queue, timeout)  argument
 450 #define sys_port_trace_k_work_queue_stop_exit(queue, timeout, ret)  argument
 625 #define sys_port_trace_k_work_poll_submit_to_queue_enter(work_q, work, timeout)  argument
 [all …]
 
 | 
| /Zephyr-latest/subsys/tracing/sysview/ | 
| D | tracing_sysview.h | 41 #define sys_port_trace_k_thread_join_enter(thread, timeout)                                        \  argument44 #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
 183 #define sys_port_trace_k_work_queue_stop_enter(queue, timeout)                                     \  argument
 187 #define sys_port_trace_k_work_queue_stop_blocking(queue, timeout)                                  \  argument
 191 #define sys_port_trace_k_work_queue_stop_exit(queue, timeout, ret)                                 \  argument
 262 #define sys_port_trace_k_work_poll_submit_to_queue_enter(work_q, work, timeout)                    \  argument
 [all …]
 
 | 
| /Zephyr-latest/subsys/zbus/ | 
| D | zbus.c | 30 						   k_timeout_t timeout)  in _zbus_create_net_buf()43 						   k_timeout_t timeout)  in _zbus_create_net_buf()
 323 static inline int chan_lock(const struct zbus_channel *chan, k_timeout_t timeout, int *prio)  in chan_lock()
 377 int zbus_chan_pub(const struct zbus_channel *chan, const void *msg, k_timeout_t timeout)  in zbus_chan_pub()
 417 int zbus_chan_read(const struct zbus_channel *chan, void *msg, k_timeout_t timeout)  in zbus_chan_read()
 440 int zbus_chan_notify(const struct zbus_channel *chan, k_timeout_t timeout)  in zbus_chan_notify()
 468 int zbus_chan_claim(const struct zbus_channel *chan, k_timeout_t timeout)  in zbus_chan_claim()
 497 		  k_timeout_t timeout)  in zbus_sub_wait()
 511 		      k_timeout_t timeout)  in zbus_sub_wait_msg()
 
 | 
| D | zbus_runtime_observers.c | 12 		      k_timeout_t timeout)  in zbus_chan_add_obs()69 		     k_timeout_t timeout)  in zbus_chan_rm_obs()
 
 | 
| /Zephyr-latest/lib/os/ | 
| D | mutex.c | 33 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-latest/drivers/serial/ | 
| D | uart_handlers.c | 91 				 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-latest/lib/os/zvfs/ | 
| D | zvfs_poll.c | 20 int zvfs_poll_internal(struct zvfs_pollfd *fds, int nfds, k_timeout_t timeout)  in zvfs_poll_internal()174 	k_timeout_t timeout;  in z_impl_zvfs_poll()  local
 186 static inline int z_vrfy_zvfs_poll(struct zvfs_pollfd *fds, int nfds, int timeout)  in z_vrfy_zvfs_poll()
 
 | 
| /Zephyr-latest/drivers/video/ | 
| D | video_common.c | 16 #define VIDEO_COMMON_HEAP_ALLOC(align, size, timeout)                                              \  argument21 #define VIDEO_COMMON_HEAP_ALLOC(align, size, timeout)                                              \  argument
 34 struct video_buffer *video_buffer_aligned_alloc(size_t size, size_t align, k_timeout_t timeout)  in video_buffer_aligned_alloc()
 66 struct video_buffer *video_buffer_alloc(size_t size, k_timeout_t timeout)  in video_buffer_alloc()
 
 | 
| /Zephyr-latest/tests/subsys/mgmt/ec_host_cmd/uart/src/ | 
| D | uart_mock.c | 32 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-latest/tests/net/lib/wifi_credentials/src/ | 
| D | main.c | 95 	uint32_t timeout = 0;  in ZTEST()  local119 	uint32_t timeout = 0;  in ZTEST()  local
 151 	uint32_t timeout = 0;  in ZTEST()  local
 185 	uint32_t timeout = 0;  in ZTEST()  local
 215 	uint32_t timeout = 0;  in ZTEST()  local
 241 	uint32_t timeout = 0;  in ZTEST()  local
 288 	uint32_t timeout = 0;  in ZTEST()  local
 
 | 
| /Zephyr-latest/subsys/net/lib/websocket/ | 
| D | websocket.c | 230 		      int32_t timeout, void *user_data)  in websocket_connect()458 					 int timeout)  in websocket_poll_offload()
 511 		int timeout;  in websocket_ioctl_vmeth()  local
 607 				      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()
 1089 			  size_t buf_len, int32_t timeout)  in websocket_recv()
 [all …]
 
 |