Home
last modified time | relevance | path

Searched refs:_tx_timer_current_ptr (Results 1 – 25 of 224) sorted by relevance

123456789

/ThreadX-v6.3.0/ports/risc-v64/gnu/src/
Dtx_timer_interrupt.c94 if (*_tx_timer_current_ptr) in _tx_timer_interrupt()
104 _tx_timer_current_ptr++; in _tx_timer_interrupt()
107 if (_tx_timer_current_ptr == _tx_timer_list_end) in _tx_timer_interrupt()
111 _tx_timer_current_ptr = _tx_timer_list_start; in _tx_timer_interrupt()
/ThreadX-v6.3.0/ports_smp/linux/gnu/src/
Dtx_timer_interrupt.c96 if (*_tx_timer_current_ptr) in _tx_timer_interrupt()
106 _tx_timer_current_ptr++; in _tx_timer_interrupt()
109 if (_tx_timer_current_ptr == _tx_timer_list_end) in _tx_timer_interrupt()
113 _tx_timer_current_ptr = _tx_timer_list_start; in _tx_timer_interrupt()
/ThreadX-v6.3.0/ports/win32/vs_2019/src/
Dtx_timer_interrupt.c108 if (*_tx_timer_current_ptr) in _tx_timer_interrupt()
118 _tx_timer_current_ptr++; in _tx_timer_interrupt()
121 if (_tx_timer_current_ptr == _tx_timer_list_end) in _tx_timer_interrupt()
125 _tx_timer_current_ptr = _tx_timer_list_start; in _tx_timer_interrupt()
/ThreadX-v6.3.0/ports/linux/gnu/src/
Dtx_timer_interrupt.c109 if (*_tx_timer_current_ptr) in _tx_timer_interrupt()
119 _tx_timer_current_ptr++; in _tx_timer_interrupt()
122 if (_tx_timer_current_ptr == _tx_timer_list_end) in _tx_timer_interrupt()
126 _tx_timer_current_ptr = _tx_timer_list_start; in _tx_timer_interrupt()
/ThreadX-v6.3.0/common_smp/src/
Dtx_timer_expiration_process.c162 expired_timers = *_tx_timer_current_ptr; in _tx_timer_expiration_process()
173 *_tx_timer_current_ptr = TX_NULL; in _tx_timer_expiration_process()
177 _tx_timer_current_ptr = TX_TIMER_POINTER_ADD(_tx_timer_current_ptr, 1); in _tx_timer_expiration_process()
178 if (_tx_timer_current_ptr == _tx_timer_list_end) in _tx_timer_expiration_process()
181 _tx_timer_current_ptr = _tx_timer_list_start; in _tx_timer_expiration_process()
418 timer_list = TX_TIMER_POINTER_ADD(_tx_timer_current_ptr, expiration_time); in _tx_timer_expiration_process()
Dtx_timer_thread_entry.c122 expired_timers = *_tx_timer_current_ptr; in _tx_timer_thread_entry()
142 *_tx_timer_current_ptr = TX_NULL; in _tx_timer_thread_entry()
146 _tx_timer_current_ptr = TX_TIMER_POINTER_ADD(_tx_timer_current_ptr, 1); in _tx_timer_thread_entry()
147 if (_tx_timer_current_ptr == _tx_timer_list_end) in _tx_timer_thread_entry()
150 _tx_timer_current_ptr = _tx_timer_list_start; in _tx_timer_thread_entry()
417 timer_list = TX_TIMER_POINTER_ADD(_tx_timer_current_ptr, expiration_time); in _tx_timer_thread_entry()
Dtx_timer_info_get.c154 if (internal_ptr -> tx_timer_internal_list_head >= _tx_timer_current_ptr) in _tx_timer_info_get()
159 … ticks_left = ((TX_TIMER_POINTER_DIF(list_head, _tx_timer_current_ptr)) + ((ULONG) 1)); in _tx_timer_info_get()
167 …s_left = ticks_left + ((TX_TIMER_POINTER_DIF(_tx_timer_list_end, _tx_timer_current_ptr)) + ((ULON… in _tx_timer_info_get()
Dtx_timer_deactivate.c139 …OID_POINTER_CONVERT(list_head) >= TX_TIMER_INDIRECT_TO_VOID_POINTER_CONVERT(_tx_timer_current_ptr)) in _tx_timer_deactivate()
144 … ticks_left = (ULONG) (TX_TIMER_POINTER_DIF(list_head,_tx_timer_current_ptr)) + ((ULONG) 1); in _tx_timer_deactivate()
152 … ticks_left + (ULONG) ((TX_TIMER_POINTER_DIF(_tx_timer_list_end, _tx_timer_current_ptr)) + ((ULON… in _tx_timer_deactivate()
/ThreadX-v6.3.0/common/src/
Dtx_timer_expiration_process.c167 expired_timers = *_tx_timer_current_ptr; in _tx_timer_expiration_process()
178 *_tx_timer_current_ptr = TX_NULL; in _tx_timer_expiration_process()
182 _tx_timer_current_ptr = TX_TIMER_POINTER_ADD(_tx_timer_current_ptr, 1); in _tx_timer_expiration_process()
183 if (_tx_timer_current_ptr == _tx_timer_list_end) in _tx_timer_expiration_process()
186 _tx_timer_current_ptr = _tx_timer_list_start; in _tx_timer_expiration_process()
423 timer_list = TX_TIMER_POINTER_ADD(_tx_timer_current_ptr, expiration_time); in _tx_timer_expiration_process()
Dtx_timer_thread_entry.c117 expired_timers = *_tx_timer_current_ptr; in _tx_timer_thread_entry()
128 *_tx_timer_current_ptr = TX_NULL; in _tx_timer_thread_entry()
132 _tx_timer_current_ptr = TX_TIMER_POINTER_ADD(_tx_timer_current_ptr, 1); in _tx_timer_thread_entry()
133 if (_tx_timer_current_ptr == _tx_timer_list_end) in _tx_timer_thread_entry()
136 _tx_timer_current_ptr = _tx_timer_list_start; in _tx_timer_thread_entry()
372 timer_list = TX_TIMER_POINTER_ADD(_tx_timer_current_ptr, expiration_time); in _tx_timer_thread_entry()
Dtx_timer_info_get.c154 if (internal_ptr -> tx_timer_internal_list_head >= _tx_timer_current_ptr) in _tx_timer_info_get()
159 … ticks_left = ((TX_TIMER_POINTER_DIF(list_head, _tx_timer_current_ptr)) + ((ULONG) 1)); in _tx_timer_info_get()
167 …s_left = ticks_left + ((TX_TIMER_POINTER_DIF(_tx_timer_list_end, _tx_timer_current_ptr)) + ((ULON… in _tx_timer_info_get()
Dtx_timer_deactivate.c139 …OID_POINTER_CONVERT(list_head) >= TX_TIMER_INDIRECT_TO_VOID_POINTER_CONVERT(_tx_timer_current_ptr)) in _tx_timer_deactivate()
144 … ticks_left = (ULONG) (TX_TIMER_POINTER_DIF(list_head,_tx_timer_current_ptr)) + ((ULONG) 1); in _tx_timer_deactivate()
152 … ticks_left + (ULONG) ((TX_TIMER_POINTER_DIF(_tx_timer_list_end, _tx_timer_current_ptr)) + ((ULON… in _tx_timer_deactivate()
/ThreadX-v6.3.0/ports/arc_em/metaware/src/
Dtx_timer_interrupt.s129 ; if (*_tx_timer_current_ptr)
132 ld r0, [gp, _tx_timer_current_ptr@sda] ; Pickup current timer pointer
150 ; _tx_timer_current_ptr++;
156 ; if (_tx_timer_current_ptr == _tx_timer_list_end)
158 st r0, [gp, _tx_timer_current_ptr@sda] ; Store the current timer
/ThreadX-v6.3.0/ports/arc_hs/metaware/src/
Dtx_timer_interrupt.s129 ; if (*_tx_timer_current_ptr)
132 ld r0, [gp, _tx_timer_current_ptr@sda] ; Pickup current timer pointer
150 ; _tx_timer_current_ptr++;
156 ; if (_tx_timer_current_ptr == _tx_timer_list_end)
158 st r0, [gp, _tx_timer_current_ptr@sda] ; Store the current timer
/ThreadX-v6.3.0/ports_smp/arc_hs_smp/metaware/src/
Dtx_timer_interrupt.s116 ; if (*_tx_timer_current_ptr)
119 ld r0, [gp, _tx_timer_current_ptr@sda] ; Pickup current timer pointer
137 ; _tx_timer_current_ptr++;
143 ; if (_tx_timer_current_ptr == _tx_timer_list_end)
145 st r0, [gp, _tx_timer_current_ptr@sda] ; Store the current timer
/ThreadX-v6.3.0/ports_module/rxv2/iar/module_manager/src/
Dtx_timer_interrupt.s143 ; if (*_tx_timer_current_ptr)
148 MOV.L [R2+], R1 ; Pickup timer list entry, _tx_timer_current_ptr++
167 ; _tx_timer_current_ptr++;
172 ; if (_tx_timer_current_ptr == _tx_timer_list_end)
/ThreadX-v6.3.0/ports/rxv1/iar/src/
Dtx_timer_interrupt.s145 ; if (*_tx_timer_current_ptr)
150 MOV.L [R2+], R1 ; pickup timer list entry, _tx_timer_current_ptr++
169 ; _tx_timer_current_ptr++;
174 ; if (_tx_timer_current_ptr == _tx_timer_list_end)
/ThreadX-v6.3.0/ports/rxv2/iar/src/
Dtx_timer_interrupt.s145 ; if (*_tx_timer_current_ptr)
150 MOV.L [R2+], R1 ; Pickup timer list entry, _tx_timer_current_ptr++
169 ; _tx_timer_current_ptr++;
174 ; if (_tx_timer_current_ptr == _tx_timer_list_end)
/ThreadX-v6.3.0/ports/rxv3/iar/src/
Dtx_timer_interrupt.s146 ; if (*_tx_timer_current_ptr)
151 MOV.L [R2+], R1 ; pickup timer list entry, _tx_timer_current_ptr++
170 ; _tx_timer_current_ptr++;
175 ; if (_tx_timer_current_ptr == _tx_timer_list_end)
/ThreadX-v6.3.0/ports/rxv1/gnu/src/
Dtx_timer_interrupt.S146 ; if (*_tx_timer_current_ptr)
151 MOV.L [R2+], R1 ; pickup timer list entry, _tx_timer_current_ptr++
170 ; _tx_timer_current_ptr++;
175 ; if (_tx_timer_current_ptr == _tx_timer_list_end)
/ThreadX-v6.3.0/ports/rxv2/gnu/src/
Dtx_timer_interrupt.S159 ; if (*_tx_timer_current_ptr)
164 MOV.L [R2+], R1 ; Pickup timer list entry, _tx_timer_current_ptr++
183 ; _tx_timer_current_ptr++;
188 ; if (_tx_timer_current_ptr == _tx_timer_list_end)
/ThreadX-v6.3.0/ports/rxv3/gnu/src/
Dtx_timer_interrupt.S158 ; if (*_tx_timer_current_ptr)
163 MOV.L [R2+], R1 ; Pickup timer list entry, _tx_timer_current_ptr++
182 ; _tx_timer_current_ptr++;
187 ; if (_tx_timer_current_ptr == _tx_timer_list_end)
/ThreadX-v6.3.0/ports/cortex_a9/iar/src/
Dtx_timer_interrupt.s37 EXTERN _tx_timer_current_ptr
141 ; if (*_tx_timer_current_ptr)
144 LDR r1, =_tx_timer_current_ptr ; Pickup current timer pointer addr
164 ; _tx_timer_current_ptr++;
169 ; if (_tx_timer_current_ptr == _tx_timer_list_end)
177 ; _tx_timer_current_ptr = _tx_timer_list_start;
/ThreadX-v6.3.0/ports_module/cortex_r4/iar/module_manager/src/
Dtx_timer_interrupt.s28 EXTERN _tx_timer_current_ptr
132 ; if (*_tx_timer_current_ptr)
135 LDR r1, =_tx_timer_current_ptr ; Pickup current timer pointer addr
155 ; _tx_timer_current_ptr++;
160 ; if (_tx_timer_current_ptr == _tx_timer_list_end)
168 ; _tx_timer_current_ptr = _tx_timer_list_start;
/ThreadX-v6.3.0/ports_smp/cortex_a7_smp/gnu/src/
Dtx_timer_interrupt.S37 .global _tx_timer_current_ptr
134 @ if (*_tx_timer_current_ptr)
141 LDR r1, =_tx_timer_current_ptr @ Pickup current timer pointer addr
161 @ _tx_timer_current_ptr++;
166 @ if (_tx_timer_current_ptr == _tx_timer_list_end)
174 @ _tx_timer_current_ptr = _tx_timer_list_start;

123456789