Home
last modified time | relevance | path

Searched refs:to_move (Results 1 – 1 of 1) sorted by relevance

/mOS-networking-stack/util/
H A Dring_buffer.c163 to_move = MIN(to_move, MAX_REP_LEN); in MoveToREPData()
164 if (to_move <= 0) in MoveToREPData()
168 remain_size -= to_move; in MoveToREPData()
169 data_size -= to_move; in MoveToREPData()
177 rep.msg_len = to_move; in MoveToREPData()
185 sum += to_move; in MoveToREPData()
197 int to_move, ret; in MoveData() local
204 to_move = MIN(to_move, len); in MoveData()
206 to_move = MIN(GetDataSizeRBuffer(src_buff), to_move); in MoveData()
207 if(to_move <= 0) in MoveData()
[all …]