Searched refs:claim_len (Results 1 – 1 of 1) sorted by relevance
140 uint32_t claim_len; in z_shell_history_put() local179 claim_len = ring_buf_put_claim(history->ring_buf, in z_shell_history_put()184 if (claim_len < total_len) { in z_shell_history_put()193 h_prev_item->padding += claim_len; in z_shell_history_put()194 total_len += claim_len; in z_shell_history_put()195 claim_len = total_len; in z_shell_history_put()199 if (claim_len == total_len) { in z_shell_history_put()201 ring_buf_put_finish(history->ring_buf, claim_len); in z_shell_history_put()
Completed in 6 milliseconds