Searched refs:space_to_end (Results 1 – 1 of 1) sorted by relevance
835 size_t space_to_end = in adf_file_queue_event() local845 if (space_to_end >= event->length) { in adf_file_queue_event()848 memcpy(fpriv->event_buf + head, event, space_to_end); in adf_file_queue_event()849 memcpy(fpriv->event_buf, (u8 *)event + space_to_end, in adf_file_queue_event()850 event->length - space_to_end); in adf_file_queue_event()