Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1309615
| From | Peter Zijlstra <peterz@infradead.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [RFC 6/8] GRUB accounting |
| Date | 2016-01-14 21:00 +0100 |
| Message-ID | <qQWdP-3jT-1@gated-at.bofh.it> (permalink) |
| References | <qQS0x-uX-3@gated-at.bofh.it> <qQS0x-uX-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, Jan 14, 2016 at 04:24:51PM +0100, Luca Abeni wrote:
It would be good to have a really short recap of GRUB in a comment right
about here...
> +u64 grub_reclaim(u64 delta, struct rq *rq, u64 u)
> +{
> + return (delta * rq->dl.running_bw) >> 20;
> +}
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[RFC 6/8] GRUB accounting Luca Abeni <luca.abeni@unitn.it> - 2016-01-14 16:30 +0100
Re: [RFC 6/8] GRUB accounting Peter Zijlstra <peterz@infradead.org> - 2016-01-14 21:00 +0100
Re: [RFC 6/8] GRUB accounting Luca Abeni <luca.abeni@unitn.it> - 2016-01-15 09:10 +0100
csiph-web