Module Name: src Committed By: ozaki-r Date: Thu Feb 1 03:17:00 UTC 2018
Modified Files: src/sys/kern: subr_psref.c Log Message: Use high priority xcall with a softint of an IPL the same as psref class's one This mitigates undesired delay of psref_target_destroy under load such as heavy netowrk traffic that loads softint. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/kern/subr_psref.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.