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)
Thu, Apr 11, 7:07 PM
Unknown Object (File)
Thu, Apr 11, 7:02 PM
Unknown Object (File)
Dec 23 2023, 1:33 AM
Unknown Object (File)
Dec 12 2023, 12:14 PM
Unknown Object (File)
Sep 4 2023, 4:32 AM
Unknown Object (File)
Sep 4 2023, 4:32 AM
Unknown Object (File)
Sep 4 2023, 4:29 AM
Unknown Object (File)
Aug 29 2023, 7:40 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