Lines Matching refs:previous
582 uint8_t previous; local
593 previous = TICKER_NULL;
610 previous = current;
619 if (previous == TICKER_NULL) {
622 node[previous].next = id;
657 uint8_t previous; local
667 previous = current;
689 previous = current;
706 if (previous == current) {
709 node[previous].next = id;
748 uint8_t previous; local
757 previous = instance->ticker_id_head;
758 current = previous;
769 previous = current;
778 if (previous == current) {
789 node[previous].next = ticker_current->next;