Re: amap: introduce amap_adjref_anons()

2020-11-12 Thread Jonathan Matthew
On Fri, Oct 30, 2020 at 08:46:20PM +0100, Martin Pieuchot wrote: > On 23/10/20(Fri) 10:31, Martin Pieuchot wrote: > > More refactoring. This time let's introduce a helper to manipulate > > references. The goal is to reduce the upcoming diff adding locking. > > > > This is extracted from a

Re: amap: introduce amap_adjref_anons()

2020-10-30 Thread Martin Pieuchot
On 23/10/20(Fri) 10:31, Martin Pieuchot wrote: > More refactoring. This time let's introduce a helper to manipulate > references. The goal is to reduce the upcoming diff adding locking. > > This is extracted from a bigger diff from guenther@ as well as some > bits from NetBSD. Now with the

Re: amap: introduce amap_adjref_anons()

2020-10-27 Thread Mark Kettenis
> Date: Fri, 23 Oct 2020 10:31:21 +0200 > From: Martin Pieuchot > > More refactoring. This time let's introduce a helper to manipulate > references. The goal is to reduce the upcoming diff adding locking. > > This is extracted from a bigger diff from guenther@ as well as some > bits from

amap: introduce amap_adjref_anons()

2020-10-23 Thread Martin Pieuchot
More refactoring. This time let's introduce a helper to manipulate references. The goal is to reduce the upcoming diff adding locking. This is extracted from a bigger diff from guenther@ as well as some bits from NetBSD. ok? Index: uvm/uvm_amap.c