Page MenuHomeFreeBSD

vfs: decouple freevnodes from vnode batching
ClosedPublic

Authored by mjg on Mar 21 2023, 11:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 10 2025, 3:41 AM
Unknown Object (File)
Feb 5 2025, 4:54 AM
Unknown Object (File)
Feb 5 2025, 4:46 AM
Unknown Object (File)
Jan 27 2025, 12:12 PM
Unknown Object (File)
Dec 26 2024, 3:53 PM
Unknown Object (File)
Oct 18 2024, 6:44 AM
Unknown Object (File)
Oct 18 2024, 6:44 AM
Unknown Object (File)
Oct 18 2024, 6:43 AM
Subscribers

Details

Summary
In principle one cpu can keep vholding vnodes, while another vdrops
them. In this case it may be the local count will keep growing in a
manner limited only by capacity of the local counter.
Roll it up after a threshold instead.

While here move it out of dpcpu into struct pcpu.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable