Searched refs:togo (Results 1 – 2 of 2) sorted by relevance
276 my ($self, $togo) = @_;280 if ($togo != 0) {283 if ($togo > length($key) || defined $self->{children}{$key}->{value}) {284 my $child = $self->{children}{$key}->filter_depth($togo - length($key));
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()