Searched refs:togo (Results 1 – 1 of 1) sorted by relevance
384 const size_t togo = min(nbytes, rp->printf_togo); in mon_text_copy_to_user() local386 if (copy_to_user(buf, &rp->printf_buf[rp->printf_offset], togo)) in mon_text_copy_to_user()388 rp->printf_togo -= togo; in mon_text_copy_to_user()389 rp->printf_offset += togo; in mon_text_copy_to_user()390 return togo; in mon_text_copy_to_user()