]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
vfs: change vnode poll to just a malloc type
authormjg <mjg@FreeBSD.org>
Fri, 30 Oct 2020 14:02:56 +0000 (14:02 +0000)
committermjg <mjg@FreeBSD.org>
Fri, 30 Oct 2020 14:02:56 +0000 (14:02 +0000)
commitf266920bee771dc4b2507181f4be74cb5e207882
tree240c5b4f6bb6a2a4335de4efa653786ee1833d8a
parent55e8ab0a6fcdff4817277b21d0a000c6dc58755e
vfs: change vnode poll to just a malloc type

The size is 120, close fit for 128 and rarely used. The infrequent use
avoidably populates per-CPU caches and ends up with more memory.
sys/kern/vfs_subr.c