Searched refs:sending_msg_count (Results 1 – 1 of 1) sorted by relevance
127 size_t sending_msg_count = 0; in event_tx() local131 while (p_next_msg && sending_msg_count < ARRAY_SIZE(sending_msg_que)) in event_tx()156 sending_msg_que[sending_msg_count++] = p_msg; in event_tx()159 for(size_t i = 0; i < sending_msg_count; i++) in event_tx()