AIO daemons have always been kernel processes to facilitate switching to
user VM spaces while servicing jobs. Update various comments and data
structures that refer to AIO daemons as threads to refer to processes
instead.
Ironically, aiothreadlist used to be aioproclist before it was misnamed
to aiothreadlist when threads were added to the kernel. I don't like
the 'foolist' name that the AIO code uses for objects that are list
members ('foolist' should be a list head, not a list member IMO), so I'm
using this opportunity to drop the 'list' suffix as well. I might do a
pass to rename aiocblist to something less rediculous as well, perhaps
before the rework since it is smaller and more contained right now.