Searched refs:_ticker_id_head (Results 1 – 1 of 1) sorted by relevance
469 uint8_t _ticker_id_head; local473 _ticker_id_head = *ticker_id_head;475 if ((_ticker_id_head == TICKER_NULL) ||478 _ticker_id_head = instance->ticker_id_head;483 ticker = &node[_ticker_id_head];484 _ticker_id_head = ticker->next;488 while (_ticker_id_head != TICKER_NULL) {489 ticker = &node[_ticker_id_head];500 if (fp_match_op_func(_ticker_id_head, ticks_slot,526 _ticker_id_head = ticker->next;[all …]