s/stablize/stabilize/

This commit is contained in:
andvar 2022-04-12 20:27:56 +00:00
parent df3ac62ce2
commit 06ddeb9f13
2 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: uvm_pdpolicy_clock.c,v 1.39 2020/06/11 22:21:05 ad Exp $ */
/* $NetBSD: uvm_pdpolicy_clock.c,v 1.40 2022/04/12 20:27:56 andvar Exp $ */
/* NetBSD: uvm_pdaemon.c,v 1.72 2006/01/05 10:47:33 yamt Exp $ */
/*-
@ -98,7 +98,7 @@
#else /* defined(PDSIM) */
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: uvm_pdpolicy_clock.c,v 1.39 2020/06/11 22:21:05 ad Exp $");
__KERNEL_RCSID(0, "$NetBSD: uvm_pdpolicy_clock.c,v 1.40 2022/04/12 20:27:56 andvar Exp $");
#include <sys/param.h>
#include <sys/proc.h>
@ -261,7 +261,7 @@ uvmpdpol_selectvictim(krwlock_t **plock)
uvmexp.pdscans++;
/*
* acquire interlock to stablize page identity.
* acquire interlock to stabilize page identity.
* if we have caught the page in a state of flux
* deal with it and retry.
*/
@ -383,7 +383,7 @@ uvmpdpol_balancequeue(int swap_shortage)
KASSERT((p->flags & PG_MARKER) == 0);
/*
* acquire interlock to stablize page identity.
* acquire interlock to stabilize page identity.
* if we have caught the page in a state of flux
* deal with it and retry.
*/

View File

@ -1,4 +1,4 @@
/* $NetBSD: uvm_pdpolicy_clockpro.c,v 1.26 2020/05/17 19:38:17 ad Exp $ */
/* $NetBSD: uvm_pdpolicy_clockpro.c,v 1.27 2022/04/12 20:27:56 andvar Exp $ */
/*-
* Copyright (c)2005, 2006 YAMAMOTO Takashi,
@ -43,7 +43,7 @@
#else /* defined(PDSIM) */
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: uvm_pdpolicy_clockpro.c,v 1.26 2020/05/17 19:38:17 ad Exp $");
__KERNEL_RCSID(0, "$NetBSD: uvm_pdpolicy_clockpro.c,v 1.27 2022/04/12 20:27:56 andvar Exp $");
#include "opt_ddb.h"
@ -648,7 +648,7 @@ clockpro_movereferencebit(struct vm_page *pg, bool locked)
KASSERT(!locked || uvm_page_owner_locked_p(pg, false));
if (!locked) {
/*
* acquire interlock to stablize page identity.
* acquire interlock to stabilize page identity.
* if we have caught the page in a state of flux
* and it should be dequeued, abort. it will be
* dequeued later.
@ -1354,7 +1354,7 @@ uvmpdpol_selectvictim(kmutex_t **plock)
}
ss->ss_nscanned++;
/*
* acquire interlock to stablize page identity.
* acquire interlock to stabilize page identity.
* if we have caught the page in a state of flux
* and it should be dequeued, do it now and then
* move on to the next.