mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-18 15:30:21 +00:00
- Get rid of unused function vmspace_wired_count().
Reviewed by: alc Approved by: kib (mentor) MFC after: 1 week
This commit is contained in:
parent
f61c451482
commit
1cc20081df
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=245421
@ -726,12 +726,6 @@ vmspace_resident_count(struct vmspace *vmspace)
|
|||||||
return pmap_resident_count(vmspace_pmap(vmspace));
|
return pmap_resident_count(vmspace_pmap(vmspace));
|
||||||
}
|
}
|
||||||
|
|
||||||
long
|
|
||||||
vmspace_wired_count(struct vmspace *vmspace)
|
|
||||||
{
|
|
||||||
return pmap_wired_count(vmspace_pmap(vmspace));
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* vm_map_create:
|
* vm_map_create:
|
||||||
*
|
*
|
||||||
|
@ -298,7 +298,6 @@ void vm_map_wait_busy(vm_map_t map);
|
|||||||
_vm_map_lock_downgrade(map, LOCK_FILE, LOCK_LINE)
|
_vm_map_lock_downgrade(map, LOCK_FILE, LOCK_LINE)
|
||||||
|
|
||||||
long vmspace_resident_count(struct vmspace *vmspace);
|
long vmspace_resident_count(struct vmspace *vmspace);
|
||||||
long vmspace_wired_count(struct vmspace *vmspace);
|
|
||||||
#endif /* _KERNEL */
|
#endif /* _KERNEL */
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user