K 10 svn:author V 3 mjg K 8 svn:date V 27 2018-11-29T05:08:46.251266Z K 7 svn:log V 371 Deinline racct throttling out of syscall exit path. racct is not enabled by default and even when it is enabled processes are typically not throttled. The order of checks is left unchanged since racct_enable will be annotated as __read_frequently, while checking for the flag in the processes would probably require an extra fetch. Sponsored by: The FreeBSD Foundation END