Lines Matching refs:timer_ptr
280 TX_TIMER *timer_ptr; \
281 timer_ptr = (TX_TIMER *) (a); \
282 … (timer_ptr -> tx_timer_internal.tx_timer_internal_extension_ptr) = (VOID *)(b); \
1147 UINT _tx_timer_smp_core_exclude(TX_TIMER *timer_ptr, ULONG exclusion_map);
1148 UINT _tx_timer_smp_core_exclude_get(TX_TIMER *timer_ptr, ULONG *exclusion_map_ptr);
1838 UINT _tx_timer_activate(TX_TIMER *timer_ptr);
1839 UINT _tx_timer_change(TX_TIMER *timer_ptr, ULONG initial_ticks, ULONG reschedule_ticks);
1840 UINT _tx_timer_create(TX_TIMER *timer_ptr, CHAR *name_ptr,
1843 UINT _tx_timer_deactivate(TX_TIMER *timer_ptr);
1844 UINT _tx_timer_delete(TX_TIMER *timer_ptr);
1845 UINT _tx_timer_info_get(TX_TIMER *timer_ptr, CHAR **name, UINT *active, ULONG *remaining_tic…
1847 UINT _tx_timer_performance_info_get(TX_TIMER *timer_ptr, ULONG *activates, ULONG *reactivate…
1859 UINT _txe_timer_activate(TX_TIMER *timer_ptr);
1860 UINT _txe_timer_change(TX_TIMER *timer_ptr, ULONG initial_ticks, ULONG reschedule_ticks);
1861 UINT _txe_timer_create(TX_TIMER *timer_ptr, CHAR *name_ptr,
1864 UINT _txe_timer_deactivate(TX_TIMER *timer_ptr);
1865 UINT _txe_timer_delete(TX_TIMER *timer_ptr);
1866 UINT _txe_timer_info_get(TX_TIMER *timer_ptr, CHAR **name, UINT *active, ULONG *remaining_ti…