Searched refs:_ticker_id_head (Results 1 – 1 of 1) sorted by relevance
458 uint8_t _ticker_id_head; local462 _ticker_id_head = *ticker_id_head;464 if ((_ticker_id_head == TICKER_NULL) ||467 _ticker_id_head = instance->ticker_id_head;472 ticker = &node[_ticker_id_head];473 _ticker_id_head = ticker->next;477 while (_ticker_id_head != TICKER_NULL) {478 ticker = &node[_ticker_id_head];489 if (fp_match_op_func(_ticker_id_head, ticks_slot,511 _ticker_id_head = ticker->next;[all …]