Searched refs:msg_in_wrap_pos (Results 1 – 2 of 2) sorted by relevance
236 word msg_in_wrap_pos; member
439 plci->msg_in_read_pos, plci->msg_in_wrap_pos, i)); in api_put()463 if (k == plci->msg_in_wrap_pos) in api_put()511 plci->msg_in_read_pos, plci->msg_in_wrap_pos, i)); in api_put()513 plci->msg_in_wrap_pos = plci->msg_in_write_pos; in api_put()1011 if (i == plci->msg_in_wrap_pos) in plci_free_msg_in_queue()1028 plci->msg_in_wrap_pos = MSG_IN_QUEUE_SIZE; in plci_free_msg_in_queue()3922 j = (plci->msg_in_read_pos == plci->msg_in_wrap_pos) ? 0 : plci->msg_in_read_pos; in callback()3929 m->header.command, plci->msg_in_write_pos, plci->msg_in_read_pos, plci->msg_in_wrap_pos)); in callback()3930 if (plci->msg_in_read_pos == plci->msg_in_wrap_pos) in callback()3932 plci->msg_in_wrap_pos = MSG_IN_QUEUE_SIZE; in callback()[all …]