On Mon, Mar 11, 2013 at 6:57 PM, Andrew Morton
wrote:
> On Mon, 11 Mar 2013 18:18:56 -0300 "Raphael S. Carvalho"
> wrote:
>
>> From: Raphael S.Carvalho
>>
>> Notes: find_next_offset searches for an available "cleaned bit"
>> in the respective pid bitmap (page), so returns the offset if found,
>
On Mon, 11 Mar 2013 18:18:56 -0300 "Raphael S. Carvalho"
wrote:
> From: Raphael S.Carvalho
>
> Notes: find_next_offset searches for an available "cleaned bit"
> in the respective pid bitmap (page), so returns the offset if found,
> otherwise it returns a value equals to BITS_PER_PAGE.
>
> For
From: Raphael S.Carvalho
Notes: find_next_offset searches for an available "cleaned bit"
in the respective pid bitmap (page), so returns the offset if found,
otherwise it returns a value equals to BITS_PER_PAGE.
For example, suppose find_next_offset didn't find any available
bit, so there's no p
Notes: find_next_offset searches for an available "cleaned bit"
in the respective pid bitmap (page), so returns the offset if found,
otherwise it returns a value equals to BITS_PER_PAGE (invalid offset).
For example, suppose find_next_offset didn't find any available
bit, so there's no purpose to
4 matches
Mail list logo