K 10 svn:author V 7 git2svn K 8 svn:date V 27 2021-08-22T00:30:33.565559Z K 7 svn:log V 477 kbdmux(4): Make callout handler mpsafe. Both callout and taskqueue now have drain() routines not requiring external locking. It allows to remove TASK flag and manual drain, so the only thing remaining for lock to protect inside the callout handler is ks_inq_length zero comparison, that can be lockless. MFC after: 2 weeks (cherry picked from commit e5018628e76a27e0f61ca03e2aa2247b3c62a158) Git Hash: 0417804260fd61ab47424632c26532d6ce2fed14 Git Author: mav@FreeBSD.org END