v_iflag shares the cacheline with v_usecount and makes the routine show up in profiles due to cache-line ping pong.
The var is read only to check for VI_DOOMED. Shorten v_type to make more room and provide v_doomed to indicate the same information from a read-mostly area.
With the patch the routine disappears from flamegraphs during -j 104 buildkernel.