/Zephyr-Core-3.7.0/kernel/include/ |
D | timeout_q.h | 25 static inline void z_init_timeout(struct _timeout *to) in z_init_timeout() 30 void z_add_timeout(struct _timeout *to, _timeout_func_t fn, 33 int z_abort_timeout(struct _timeout *to); 35 static inline bool z_is_inactive_timeout(const struct _timeout *to) in z_is_inactive_timeout() 45 extern void z_thread_timeout(struct _timeout *timeout); 59 k_ticks_t z_timeout_remaining(const struct _timeout *timeout);
|
/Zephyr-Core-3.7.0/kernel/ |
D | timeout.c | 39 static struct _timeout *first(void) in first() 43 return (t == NULL) ? NULL : CONTAINER_OF(t, struct _timeout, node); in first() 46 static struct _timeout *next(struct _timeout *t) in next() 50 return (n == NULL) ? NULL : CONTAINER_OF(n, struct _timeout, node); in next() 53 static void remove_timeout(struct _timeout *t) in remove_timeout() 85 struct _timeout *to = first(); in next_timeout() 99 void z_add_timeout(struct _timeout *to, _timeout_func_t fn, in z_add_timeout() 114 struct _timeout *t; in z_add_timeout() 144 int z_abort_timeout(struct _timeout *to) in z_abort_timeout() 159 static k_ticks_t timeout_rem(const struct _timeout *timeout) in timeout_rem() [all …]
|
D | timeslicing.c | 13 static struct _timeout slice_timeouts[CONFIG_MP_MAX_NUM_CPUS]; 54 static void slice_timeout(struct _timeout *timeout) in slice_timeout()
|
D | timer.c | 27 void z_timer_expiration_handler(struct _timeout *t) in z_timer_expiration_handler()
|
D | poll.c | 593 static void triggered_work_expiration_handler(struct _timeout *timeout) in triggered_work_expiration_handler()
|
D | work.c | 833 static void work_timeout(struct _timeout *to) in work_timeout()
|
/Zephyr-Core-3.7.0/subsys/bluetooth/host/ |
D | iso_internal.h | 114 #define bt_iso_create_pdu_timeout(_pool, _reserve, _timeout) \ argument 115 bt_iso_create_pdu_timeout_debug(_pool, _reserve, _timeout, \ 135 #define bt_iso_create_frag_timeout(_reserve, _timeout) \ argument 136 bt_iso_create_frag_timeout_debug(_reserve, _timeout, \
|
D | conn_internal.h | 506 #define bt_conn_create_pdu_timeout(_pool, _reserve, _timeout) \ argument 507 bt_conn_create_pdu_timeout_debug(_pool, _reserve, _timeout, \ 527 #define bt_conn_create_frag_timeout(_reserve, _timeout) \ argument 528 bt_conn_create_frag_timeout_debug(_reserve, _timeout, \
|
/Zephyr-Core-3.7.0/include/zephyr/shell/ |
D | shell_log_backend.h | 70 #define Z_SHELL_LOG_BACKEND_DEFINE(_name, _buf, _size, _queue_size, _timeout) \ argument 89 .timeout = _timeout, \ 96 #define Z_SHELL_LOG_BACKEND_DEFINE(_name, _buf, _size, _queue_size, _timeout) argument
|
/Zephyr-Core-3.7.0/include/zephyr/ |
D | kernel_structs.h | 293 struct _timeout; 294 typedef void (*_timeout_func_t)(struct _timeout *t); 296 struct _timeout { struct
|
D | kernel.h | 709 k_ticks_t z_timeout_expires(const struct _timeout *timeout); 710 k_ticks_t z_timeout_remaining(const struct _timeout *timeout); 1529 struct _timeout timeout; 3990 struct _timeout timeout; 4361 struct _timeout timeout; 6090 void z_timer_expiration_handler(struct _timeout *timeout);
|
/Zephyr-Core-3.7.0/samples/kernel/metairq_dispatch/src/ |
D | msgdev.c | 17 static struct _timeout timeout; 54 static void dev_timer_expired(struct _timeout *t) in dev_timer_expired()
|
/Zephyr-Core-3.7.0/tests/bluetooth/audio/mocks/include/ |
D | mock_kernel.h | 17 DECLARE_FAKE_VALUE_FUNC(k_ticks_t, z_timeout_remaining, const struct _timeout *);
|
/Zephyr-Core-3.7.0/tests/bluetooth/host/id/mocks/ |
D | kernel.c | 11 DEFINE_FAKE_VALUE_FUNC(k_ticks_t, z_timeout_remaining, const struct _timeout *);
|
D | kernel.h | 18 DECLARE_FAKE_VALUE_FUNC(k_ticks_t, z_timeout_remaining, const struct _timeout *);
|
/Zephyr-Core-3.7.0/include/zephyr/net/ |
D | net_pkt.h | 1807 #define net_pkt_alloc(_timeout) \ argument 1808 net_pkt_alloc_debug(_timeout, __func__, __LINE__) 1813 #define net_pkt_alloc_from_slab(_slab, _timeout) \ argument 1814 net_pkt_alloc_from_slab_debug(_slab, _timeout, __func__, __LINE__) 1818 #define net_pkt_rx_alloc(_timeout) \ argument 1819 net_pkt_rx_alloc_debug(_timeout, __func__, __LINE__) 1825 #define net_pkt_alloc_on_iface(_iface, _timeout) \ argument 1826 net_pkt_alloc_on_iface_debug(_iface, _timeout, __func__, __LINE__) 1832 #define net_pkt_rx_alloc_on_iface(_iface, _timeout) \ argument 1833 net_pkt_rx_alloc_on_iface_debug(_iface, _timeout, \ [all …]
|
D | buf.h | 1349 #define net_buf_alloc_fixed(_pool, _timeout) \ argument 1350 net_buf_alloc_fixed_debug(_pool, _timeout, __func__, __LINE__) 1391 #define net_buf_alloc_len(_pool, _size, _timeout) \ argument 1392 net_buf_alloc_len_debug(_pool, _size, _timeout, __func__, __LINE__) 1428 #define net_buf_alloc_with_data(_pool, _data_, _size, _timeout) \ argument 1429 net_buf_alloc_with_data_debug(_pool, _data_, _size, _timeout, \ 1454 #define net_buf_get(_fifo, _timeout) \ argument 1455 net_buf_get_debug(_fifo, _timeout, __func__, __LINE__)
|
/Zephyr-Core-3.7.0/tests/kernel/timer/timer_error_case/src/ |
D | main.c | 328 extern void z_add_timeout(struct _timeout *to, _timeout_func_t fn, 330 static void test_timer_handle(struct _timeout *t) in test_timer_handle() 337 struct _timeout tm; in ZTEST_USER()
|
/Zephyr-Core-3.7.0/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | fifo_handler.py | 36 self._timeout = timeout 73 timeout_time: float = time.time() + self._timeout
|
/Zephyr-Core-3.7.0/scripts/ci/ |
D | guideline_check.py | 80 _timeout=10,
|
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/ |
D | bluetooth.h | 1081 #define BT_LE_EXT_ADV_START_PARAM_INIT(_timeout, _n_evts) \ argument 1083 .timeout = (_timeout), \ 1093 #define BT_LE_EXT_ADV_START_PARAM(_timeout, _n_evts) \ argument 1095 BT_LE_EXT_ADV_START_PARAM_INIT((_timeout), (_n_evts)) \
|
/Zephyr-Core-3.7.0/tests/bluetooth/audio/mocks/src/ |
D | kernel.c | 22 DEFINE_FAKE_VALUE_FUNC(k_ticks_t, z_timeout_remaining, const struct _timeout *);
|
/Zephyr-Core-3.7.0/include/zephyr/kernel/ |
D | thread.h | 136 struct _timeout timeout;
|
/Zephyr-Core-3.7.0/scripts/coccinelle/ |
D | ms_timeout.cocci | 27 |tty_set_(tx|rx)_timeout
|
/Zephyr-Core-3.7.0/tests/net/lib/lwm2m/interop/pytest/ |
D | leshan.py | 443 self._timeout = timeout 451 timeout = time.time() + self._timeout
|