Searched refs:new_ticks_count (Results 1 – 2 of 2) sorted by relevance
63 UINT32 new_ticks_count; in ptim_timer_update() local69 new_ticks_count = GKI_get_tick_count(); in ptim_timer_update()72 if (new_ticks_count >= p_cb->last_gki_ticks) in ptim_timer_update()74 period_in_ticks = (INT32)(new_ticks_count - p_cb->last_gki_ticks); in ptim_timer_update()79 + new_ticks_count + 1); in ptim_timer_update()85 p_cb->last_gki_ticks = new_ticks_count; in ptim_timer_update()
65 UINT32 new_ticks_count; in nfa_sys_ptim_timer_update() local71 new_ticks_count = GKI_get_tick_count (); in nfa_sys_ptim_timer_update()74 if (new_ticks_count >= p_cb->last_gki_ticks) in nfa_sys_ptim_timer_update()76 period_in_ticks = (INT32) (new_ticks_count - p_cb->last_gki_ticks); in nfa_sys_ptim_timer_update()81 + new_ticks_count + 1); in nfa_sys_ptim_timer_update()87 p_cb->last_gki_ticks = new_ticks_count; in nfa_sys_ptim_timer_update()